IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2004, 5:01:04 PM (22 years ago)
Author:
Paul Price
Message:

Standardised on /< as Doxygen comment for variable.

File:
1 edited

Legend:

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

    r283 r344  
    1515/** photometry system definition */
    1616typedef struct {
    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
     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;                   //!< Source photometric system
    27     psPhotSystem dst;                   //!< Destination photometric system
     26    psPhotSystem src;                   ///< Source photometric system
     27    psPhotSystem dst;                   ///< Destination photometric system
    2828    psPhotSystem pP, pM;                ///< Primary colour reference
    2929    psPhotSystem sP, sM;                ///< Secondary colour reference
    3030    float pA, sA;                       ///< Colour offset for primary and secondary references
    31     psPolynomial3D transform;           //!< Transformation from source to destination
     31    psPolynomial3D transform;           ///< Transformation from source to destination
    3232} psPhotTransform;
    3333
Note: See TracChangeset for help on using the changeset viewer.