Description Usage Arguments Details Value Author(s) References See Also Examples
Function to estimate index of global storm activity, WISA (wavelet index of storm activity), and values of storm activity preindex of individual stations Hermanus (HER), station KAkioka (KAK), station Honolulu (HON) and station San Juan (SJG). The WISA can be constructed practically over any period of time, but to obtain values similar to the standard Dst, at least 2 months worth of data are needed.
1 |
data |
a matrix or a data frame of H-component values. Each column should contain records from an individual station. |
coord |
a matrix of colatitude and longitude of each station used in a study |
wf |
type of wavelet filter used to separate magnetic storm activity from the solar quiet variation. LA(8) filter is the default. |
SAIndex
is a function for estimating the index of magnetic storm activity. The function returns the index of global storm activity as well as the preindex for each of the individual stations used.
SI the index of global storm activity, WISA
p.SQ the preindex of the storm activity constructed using wavelet-based MRA. It is the contribution of a station to the storm signature.
Inga Maslova
Wen Xiao
Jach,A., P.Kokoszka, J.Sojka, and L.Zhu(2006),Wavelet-based index of magnetic storm activity, J. Geophys. Res.,111, A09215, doi:10.1029/2006JA011635.
Maslova, I.,P.Kokoszka, J.Sojka, and L. Zhu(2009),Removal of nonconstant daily variation by means of wavelet and functional data analysis, J. Geophys. Res.,114, A03202, doi:10.1029/2008JA013685.
magnetic.latitude
, SIplot
, preindexplot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ## Not run:
## data sets.
data(record)
## Colatitude and longitude of geomagnetic observatories.
coord=matrix(c(124.43, 19.23, 53.77,140.18,68.68,202.00,71.89,293.85),nrow=2,ncol=4)
## estimate WISA and preindex for each stations.
index.sample<- SAIndex(record, coord, wf="la8")
## plot SI
start.date="2001-3-1"
end.date="2001-4-30"
n.station=4
station.names=c("HER","KAK","HON","SJG")
SIplot(index.sample$SI, type=1,start=start.date, end=end.date,
main="WISA estimation", xlab="Datetime", ylab="iWISA Estimation")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.