8.4.1 GT_ Routines


next up previous contents
Next: 8.4.2 GET_INFO Up: 8.4 Routines for Data Previous: 8.4 Routines for Data

8.4.1 GT_ Routines

The routines GT_SXS1, GT_SXS2, GT_HXS, GT_GRS1, GT_GRS2, GT_RBMSD, and GT_RBMSC routines will extract the average counts/sec for the selected channel.

The input can be roadmap, index, or observing log and it will get the proper structure tag and decompress it properly to return counts/sec/sensor. It is possible to get a string defining the channel selected by using the title keyword option.
IDL> y = gt_sxs1(roadmap)
    
IDL> y = gt_hxs(w_h, title=title)
   


ydac@mssly1.mssl.ucl.ac.uk