The routine SXT_CEN should be used by all routines that wish to determine the S/C pointing. The function will return the pointing in SXT full resolution pixels for the set of times passed. The following logic is used if no switches are used
Some sample calls are:
IDL> cen = sxt_cen(times)
IDL> cen = sxt_cen(roadmap, /cmd)
IDL> cen = sxt_cen(index, roll=roll)
The S/C roll value can optionally be returned with the keyword parameter roll.
The roll values are only valid if the ATT database is available. If the /cmd
option is used, it will use the commanded S/C data file which is much faster than
reading the ATT database files. See the discussion on
page
for more details on the ATT database.