IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 22, 2004, 6:49:00 PM (22 years ago)
Author:
Paul Price
Message:

Commented the psPhotSystem and psPhotTransform structs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psPhotom.h

    r274 r283  
    1515/** photometry system definition */
    1616typedef struct {
    17     int ID;
    18     char *name;
    19     char *camera;
    20     char *filter;
    21     char *detector;
     17    int ID;                             //!< ID number for this photometric system
     18    char *name;                         //!< Name of photometric system
     19    char *camera;                       //!< Camera for photometric system
     20    char *filter;                       //!< Filter used for photometric system
     21    char *detector;                     //!< Detector used for photometric system
    2222} psPhotSystem;
    2323
    2424/** photometry transformations */
    2525typedef struct {
    26     psPhotSystem src;
    27     psPhotSystem dst;
    28     psPhotSystem pP, pM;        ///< Colour reference
    29     psPhotSystem sP, sM;        ///< Colour reference
    30     float pA, sA;               ///<
    31     psPolynomial3D transform;
     26    psPhotSystem src;                   //!< Source photometric system
     27    psPhotSystem dst;                   //!< Destination photometric system
     28    psPhotSystem pP, pM;                ///< Primary colour reference
     29    psPhotSystem sP, sM;                ///< Secondary colour reference
     30    float pA, sA;                       ///< Colour offset for primary and secondary references
     31    psPolynomial3D transform;           //!< Transformation from source to destination
    3232} psPhotTransform;
    3333
Note: See TracChangeset for help on using the changeset viewer.