run                 1357                 # Imaging run number. 
cpu                 10                 # cpu ID
mjd		    51640		 # mjd
version		    /p/astroda/v14_20    # 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 51640.42077630 252.177035 71.252223 156.039 320.474 0.0023 174.126976 51.080724 
frameinfo 9 51640.42084783 252.209638 71.228620 156.070 320.488 0.0023 174.113576 51.102811 
frameinfo 10 51640.42126251 252.397056 71.091662 156.247 320.570 0.0023 174.036227 51.231080 
frameinfo 11 51640.42167720 252.581876 70.954518 156.422 320.652 0.0023 173.959411 51.359652 
