run                 3139                 # Imaging run number. 
cpu                 10                 # cpu ID
mjd		    52385		 # mjd
version		    /p/astroda/v14_47    # version of astroda

typedef struct {
    int       frame;          # Frame number. 
    double    mjd;            # MJD at time r' row 0 is clocked. (MJD = TAI/86400.0 for this mjd) 
    double    ra;             # Right ascension/longitude of boresight when r' row 0 is clocked. (degrees) 
    double    dec;            # Declination/latitude of boresight when r' row 0 is clocked. (degrees) 
    float     spa;            # Camera col position angle wrt north.  
                              # (degrees) 
    float     ipa;            # Instrument rotator position angle.  
                              # (degrees) 
    float     ipaRate;        # Instrument rotator angular velocity.  
                              # (deg/sec) 
    double    az;             # Azimuth (encoder) of telescope. (degrees) 
    double    alt;            # Altitude (encoder) of telescope.  
                              # (degrees) 
} FRAMEINFO;

frameinfo 8 52385.33314232 185.219497 59.999822 90.190 329.892 0.0022 210.897367 53.218258 
frameinfo 9 52385.33315563 185.229108 59.999940 90.198 329.894 0.0022 210.895265 53.220263 
frameinfo 10 52385.33416931 185.961073 59.996679 90.832 330.091 0.0023 210.744953 53.378908 
frameinfo 11 52385.33518289 186.692727 59.989307 91.466 330.290 0.0023 210.598017 53.538878 
