4.1.2 SXT_CEN


next up previous contents
Next: 4.1.3 GET_ROLL Up: 4.1 Routines for Determining Previous: 4.1.1 RD_PNT_HIST

4.1.2 SXT_CEN

  

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 gif for more details on the ATT database.


next up previous contents
Next: 4.1.3 GET_ROLL Up: 4.1 Routines for Determining Previous: 4.1.1 RD_PNT_HIST


ydac@mssly1.mssl.ucl.ac.uk