7.4.6 GT_RES


next up previous contents
Next: 7.4.7 GT_COMP Up: 7.4 Routines for Data Previous: 7.4.5 GT_PFI_FFI

7.4.6 GT_RES

GT_RES extracts what resolution each SXT image was taken at by typing:
IDL> res = gt_res(roadmap)
  It outputs the resolution as a integer where:

It is possible to get a string type description of the resolution by typing:
IDL> res = gt_res(roadmap, /string)


ydac@mssly1.mssl.ucl.ac.uk