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)