run                 2567                 # Imaging run number. 
cpu                 10                 # cpu ID
mjd		    52170		 # mjd
version		    /p/astroda/v14_36    # 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 52170.31381836 322.327969 -7.386833 96.759 54.492 -0.0003 307.438885 33.327873 
frameinfo 9 52170.31389012 322.353915 -7.389881 96.756 54.490 -0.0003 307.441382 33.325654 
frameinfo 10 52170.31430481 322.503868 -7.407472 96.737 54.478 -0.0003 307.455795 33.312860 
