RHESSI News Item

First page Back Continue Last page Summary Graphics

Access to catalog data

bullet

IDL> obj = obj_new(‘hsi_obs_summary’)

bullet

IDL> data = obj -> getdata(obs_time_interval = ‘1-SEP-2000’+ $ [‘ 01:00’, ‘ 02:00’])

bullet

IDL> data= obj -> getdata(filename =‘hsi_20000901_0000_001.fits’)

bullet

data is a structure with countrate and time

bullet

To plot:

bullet

IDL> obj -> plot


Notes: