IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2004, 12:44:25 PM (22 years ago)
Author:
desonia
Message:

fixed some stupid indent-induced formating problems and added doxygen
comments.

File:
1 edited

Legend:

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

    r1407 r1426  
    1010*  @author George Gusciora, MHPCC
    1111*
    12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-08-07 00:06:06 $
     12*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-08-09 22:44:25 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4343typedef struct
    4444{
    45     const int ID;               // /< ID number for this photometric system
    46     const char *name;           // /< Name of photometric system
    47     const char *camera;         // /< Camera for photometric system
    48     const char *filter;         // /< Filter used for photometric system
    49     const char *detector;       // /< Detector used for photometric system
     45    const int ID;               ///< ID number for this photometric system
     46    const char *name;           ///< Name of photometric system
     47    const char *camera;         ///< Camera for photometric system
     48    const char *filter;         ///< Filter used for photometric system
     49    const char *detector;       ///< Detector used for photometric system
    5050}
    5151psPhotSystem;
     
    5959typedef struct
    6060{
    61     psPhotSystem src;           // /< Source photometric system
    62     psPhotSystem dst;           // /< Destination photometric system
    63     psPhotSystem pP;            // /< Primary color reference
    64     psPhotSystem pM;            // /< Primary color reference
    65     psPhotSystem sP;            // /< Secondary color reference
    66     psPhotSystem sM;            // /< Secondary color reference
    67     float pA;                   // /< Color offset for references
    68     float sA;                   // /< Color offset for references
    69     psPolynomial3D transform;   // /< Transformation from source to destination
     61    psPhotSystem src;           ///< Source photometric system
     62    psPhotSystem dst;           ///< Destination photometric system
     63    psPhotSystem pP;            ///< Primary color reference
     64    psPhotSystem pM;            ///< Primary color reference
     65    psPhotSystem sP;            ///< Secondary color reference
     66    psPhotSystem sM;            ///< Secondary color reference
     67    float pA;                   ///< Color offset for references
     68    float sA;                   ///< Color offset for references
     69    psPolynomial3D transform;   ///< Transformation from source to destination
    7070}
    7171psPhotTransform;
Note: See TracChangeset for help on using the changeset viewer.