7.4.3 GT_FILTA


next up previous contents
Next: 7.4.4 GT_FILTB Up: 7.4 Routines for Data Previous: 7.4.2 EXT_SUBSET [*]

7.4.3 GT_FILTA

GT_FILTA uses an index or roadmap structure to determine the setting of the A filter:
IDL> a = gt_filta(index)
  The filter setting will be returned as an integer (1-6) where

The last two columns show what GT_FILTA returns when using the /string and /short options. The routine GET_INFO uses the /string option. It is possible to get a string type description of the filters used by typing:
IDL> b = gt_filta(roadmap, /string)
  You can get a listing of these at any time by typing the following:
IDL> print,gt_filta()


ydac@mssly1.mssl.ucl.ac.uk