next up previous contents
次へ: Time-series data 上へ: Data Base 戻る: Observation Time and Logs   目次


Event List

There is a data base for the events ('evx' data: Appendix A.10). In order to list them, e.g. on 1998-4-23 UT,
IDL> norh_pr_evx,'1998-04-23' $<$CR$>$
or for data from 1998-4-23 UT to 4-27 UT,
IDL> st_time='1998-04-23' $<$CR$>$
IDL> ed_time='1998-04-27' $<$CR$>$
IDL> norh_pr_evx,st_time,ed_time $<$CR$>$
For 34 GHz event list,
IDL> norh_pr_evx,st_time,ed_time,freq=34 $<$CR$>$
For the events that are beyond some averaged correlation value (say, 1.5 %),
IDL> norh_pr_evx,st_time,ed_time,criterion=0.015 $<$CR$>$
To see GOES class and NOAA ID of the active regions of the events6,
IDL> norh_pr_evx,st_time,ed_time,/goes $<$CR$>$
Moreover you can display even with Yohkoh/HXT counts7,
IDL> norh_pr_evx,st_time,ed_time,/goes,/hxt $<$CR$>$
Then
              Start      Peak      End    Dur    Max Cor. / GOES NOAA  Loca- /  HXT                   
              (UT)       (UT)      (UT)  (sec)  (x 10^-4) /             tion /   Low  Med1  Med2  High
1992-11-02 02:40:31  02:49:18  03:40:30   3599       1769 / X9.0             /  5278  1500   210    30
1992-11-05 06:06:44  06:20:41  06:39:59   1995        171 / M2.0             /    68    36    22    15
1992-11-23 03:33:42  04:31:07  06:37:18  11016        555 / C9.1 7347 S09W13 /    12     7     5    10





service@solar.nro.nao.ac.jp