IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2004, 1:37:39 PM (22 years ago)
Author:
desonia
Message:

found the server astyle upgrade was faulty, so the format was reset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psPhotometry.h

    r1384 r1385  
    99*  @author George Gusciora, MHPCC
    1010*
    11 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-08-04 23:12:34 $
     11*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-08-04 23:37:39 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3939 *
    4040 */
     41
    4142typedef struct
    42     {
    43         const int ID;                  ///< ID number for this photometric system
    44         const char *name;              ///< Name of photometric system
    45         const char *camera;            ///< Camera for photometric system
    46         const char *filter;            ///< Filter used for photometric system
    47         const char *detector;          ///< Detector used for photometric system
    48     }
     43{
     44    const int ID;                  ///< ID number for this photometric system
     45    const char *name;              ///< Name of photometric system
     46    const char *camera;            ///< Camera for photometric system
     47    const char *filter;            ///< Filter used for photometric system
     48    const char *detector;          ///< Detector used for photometric system
     49}
    4950psPhotSystem;
    5051
     
    5455 *
    5556 */
     57
    5658typedef struct
    57     {
    58         psPhotSystem src;                  ///< Source photometric system
    59         psPhotSystem dst;                  ///< Destination photometric system
    60         psPhotSystem pP;                   ///< Primary color reference
    61         psPhotSystem pM;                   ///< Primary color reference
    62         psPhotSystem sP;                   ///< Secondary color reference
    63         psPhotSystem sM;                   ///< Secondary color reference
    64         float pA;                          ///< Color offset for references
    65         float sA;                          ///< Color offset for references
    66         psPolynomial3D transform;          ///< Transformation from source to destination
    67     }
     59{
     60    psPhotSystem src;                  ///< Source photometric system
     61    psPhotSystem dst;                  ///< Destination photometric system
     62    psPhotSystem pP;                   ///< Primary color reference
     63    psPhotSystem pM;                   ///< Primary color reference
     64    psPhotSystem sP;                   ///< Secondary color reference
     65    psPhotSystem sM;                   ///< Secondary color reference
     66    float pA;                          ///< Color offset for references
     67    float sA;                          ///< Color offset for references
     68    psPolynomial3D transform;          ///< Transformation from source to destination
     69}
    6870psPhotTransform;
    6971
Note: See TracChangeset for help on using the changeset viewer.