7.7.1 GTAB_COMM, GTAB_ENTRY, GTAB_ROI


next up previous contents
Next: 7.7.2 GTAB_PFI and GTAB_FFI Up: 7.7 Routines for Accessing Previous: 7.7 Routines for Accessing

7.7.1 GTAB_COMM, GTAB_ENTRY, GTAB_ROI

     

It is possible to get information on what was used in an SXT table by using one of these routines. GTAB_COMM returns information on the common table, GTAB_ENTRY returns information on the entry tables, and GTAB_ROI returns information on the ROI location and image shape tables. Some sample calls:
IDL> print, gtab_comm(index)
   
IDL> print, gtab_comm('15-nov-91')


ydac@mssly1.mssl.ucl.ac.uk