/*--------------------------------------------------------------------------*/
/*---                   GEO_BAND3_ALIGN_TABLE                            ---*/
/*--------------------------------------------------------------------------*/
/*                                                                          */
/*  This table has 11 elements giving geometrical informations during       */
/*  observation concerning the line of sight emanating from the center of   */
/*  CCD                                                                     */
/*  All relevant parameters are in the label as keyword.                    */
/*                                                                          */
/*--------------------------------------------------------------------------*/
/*                                                                            
Integer rank  Name    Meaning                               Value        Unit 
------------  ----    -------                               -----        ---  
  1           SZA     Solar zenith angle at nearest        0 to 180    degrees
                      point on MARS ellipsoid to LOS                          
                      emanating from the center of                            
                      CCD.                                                    
                                                                              
  2  DISTTOPLANETNP   Distance between the nearest                        KM  
                      point on LOS emanating from the                         
                      center of CCD and center of MARS.                       
                                                                              
  3       PIXELSIZE   Pixel (0.01 deg) size at nearest                    KM  
                      point on MARS ellipsoid to LOS                          
                      emanating from the center of                            
                      CCD.                                                    
                                                                              
  4     ANGLELOSSUN   Angle between S/C-SUN vector and     0 to 180    degrees
                      LOS emanating from the center of                        
                      CCD.                                                    
                                                                              
  5     PHASELOSSUN   Phase angle between the SUN and      0 to 180    degrees
                      the Observer measured at the                            
                      nearest point on MARS ellipsoid                         
                      to LOS emanating from the center                        
                      of CDD.                                                 
                                                                              
  6  SOLARINCIDENCE   Solar incidence angle between        0 to 180    degrees
                      SUN and Normal at nearest point                         
                      on MARS ellipsoid to LOS emanating                      
                      from the center of 3rd band.                            
                                                                              
  7  SOLARLOCALTIME   Solar local time at nearest point    0 to 360    degrees
                      on MARS ellipsoid to LOS emanating                      
                      from the center of CCD.                                 
                                                                              
  8  ANGLENORMALOBSERVER                                                      
                      Emission angle between Normal        0 to 180    degrees
                      and Observer at nearest point on                        
                      MARS ellipsoid to LOS emanating from                    
                      the center of CCD.                                      
                                                                              
  9      SUNAZIMUTH   Azimuth of SUN in MEX axes relative  0 to 360    degrees
                      to X.                                                   
                                                                              
 10  DISTLOSPLANETCENTER                                                      
                      Distance between the nearest point                  KM  
                      on LOS emanating from the center of                     
                      CCD (in degrees) and center of MARS.                    
                                                                              
 11  DISTSCPLANETCENTER                                                       
                      Distance between MEX position and                   KM  
                      center of MARS."                                      */
/*--------------------------------------------------------------------------*/
                                                                              
  OBJECT                      = COLUMN                                        
    NAME                      = SZA                                           
    DESCRIPTION               = "Solar zenith angle at nearest point on MARS  
                                 ellipsoid to LOS emanating from the center of
                                 CCD."                                        
    UNIT                      = "DEGREES"                                     
    VALID_MINIMUM             = 0                                             
    VALID_MAXIMUM             = 180                                           
    DATA_TYPE                 = IEEE_REAL                                     
    START_BYTE                = 1                                             
    BYTES                     = 4                                             
  END_OBJECT                  = COLUMN                                        
                                                                              
  OBJECT                      = COLUMN                                        
    NAME                      = DISTTOPLANETNP                                
    DESCRIPTION               = "Distance between the nearest point on LOS    
                                 emanating from the center of 3rdB band and   
                                 center of MARS."                             
    UNIT                      = "KM"                                          
    DATA_TYPE                 = IEEE_REAL                                     
    START_BYTE                = 5                                             
    BYTES                     = 4                                             
  END_OBJECT                  = COLUMN                                        
                                                                              
  OBJECT                      = COLUMN                                        
    NAME                      = PIXELSIZE                                     
    DESCRIPTION               = "Pixel (0.01 deg) size at nearest point on    
                                 MARS ellipsoid to LOS emanating from the     
                                 center of  3rd band."                        
    UNIT                      = "KM"                                          
    DATA_TYPE                 = IEEE_REAL                                     
    START_BYTE                = 9                                             
    BYTES                     = 4                                             
  END_OBJECT                  = COLUMN                                        
                                                                              
  OBJECT                      = COLUMN                                        
    NAME                      = ANGLELOSSUN                                   
    DESCRIPTION               = "Angle between S/C-SUN vector and LOS         
                                 emanating from the center of 3rd band."      
    VALID_MINIMUM             = 0                                             
    VALID_MAXIMUM             = 180                                           
    UNIT                      = "DEGREES"                                     
    DATA_TYPE                 = IEEE_REAL                                     
    START_BYTE                = 13                                            
    BYTES                     = 4                                             
  END_OBJECT                  = COLUMN                                        
                                                                              
  OBJECT                      = COLUMN                                        
    NAME                      = PHASELOSSUN                                   
    DESCRIPTION               = "Phase angle between the SUN and the Observer 
                                 measured at the nearest point on MARS        
                                 ellipsoid to LOS emanating from the center   
                                 of 3rd band."                                
    VALID_MINIMUM             = 0                                             
    VALID_MAXIMUM             = 180                                           
    UNIT                      = "DEGREES"                                     
    DATA_TYPE                 = IEEE_REAL                                     
    START_BYTE                = 17                                            
    BYTES                     = 4                                             
  END_OBJECT                  = COLUMN                                        
                                                                              
  OBJECT                      = COLUMN                                        
    NAME                      = SOLARINCIDENCE                                
    DESCRIPTION               = "Solar incidence angle between SUN and Normal 
                                 at nearest point on MARS ellipsoid to LOS    
                                 emanating from the center of 3rd band."      
    VALID_MINIMUM             = 0                                             
    VALID_MAXIMUM             = 180                                           
    UNIT                      = "DEGREES"                                     
    DATA_TYPE                 = IEEE_REAL                                     
    START_BYTE                = 21                                            
    BYTES                     = 4                                             
  END_OBJECT                  = COLUMN                                        
                                                                              
  OBJECT                      = COLUMN                                        
    NAME                      = SOLARLOCALTIME                                
    DESCRIPTION               = "Solar local time at nearest point on MARS    
                                 ellipsoid to LOS emanating from the center   
                                 of 3rdB band."                               
    VALID_MINIMUM             = 0                                             
    VALID_MAXIMUM             = 360                                           
    UNIT                      = "DEGREES"                                     
    DATA_TYPE                 = IEEE_REAL                                     
    START_BYTE                = 25                                            
    BYTES                     = 4                                             
  END_OBJECT                  = COLUMN                                        
                                                                              
  OBJECT                      = COLUMN                                        
    NAME                      = ANGLENORMALOBSERVER                           
    DESCRIPTION               = "Emission angle between Normal and Observer   
                                 at nearest point on MARS ellipsoid to LOS    
                                 emanating from the center of 3rd band."      
    VALID_MINIMUM             = 0                                             
    VALID_MAXIMUM             = 180                                           
    UNIT                      = "DEGREES"                                     
    DATA_TYPE                 = IEEE_REAL                                     
    START_BYTE                = 29                                            
    BYTES                     = 4                                             
  END_OBJECT                  = COLUMN                                        
                                                                              
  OBJECT                      = COLUMN                                        
    NAME                      = SUNAZIMUTH                                    
    DESCRIPTION               = "Azimuth of SUN in MEX axes relative to X."   
    VALID_MINIMUM             = 0                                             
    VALID_MAXIMUM             = 360                                           
    UNIT                      = "DEGREES"                                     
    DATA_TYPE                 = IEEE_REAL                                     
    START_BYTE                = 33                                            
    BYTES                     = 4                                             
  END_OBJECT                  = COLUMN                                        
                                                                              
  OBJECT                      = COLUMN                                        
    NAME                      = DISTLOSPLANETCENTER                           
    DESCRIPTION               = "Distance between the nearest point on LOS    
                                 emanating from the center of 3rdB band and   
                                 center of MARS."                             
    UNIT                      = "KM"                                          
    DATA_TYPE                 = IEEE_REAL                                     
    START_BYTE                = 37                                            
    BYTES                     = 4                                             
  END_OBJECT                  = COLUMN                                        
                                                                              
  OBJECT                      = COLUMN                                        
    NAME                      = DISTSCPLANETCENTER                            
    DESCRIPTION               = "Distance between MEX position and  center of 
                                 MARS."                                       
    UNIT                      = "KM"                                          
    DATA_TYPE                 = IEEE_REAL                                     
    START_BYTE                = 41                                            
    BYTES                     = 4                                             
  END_OBJECT                  = COLUMN