IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2004, 12:28:16 PM (22 years ago)
Author:
Paul Price
Message:

Doxygen-ated the source files.

File:
1 edited

Legend:

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

    r149 r153  
    22#define PS_COLOUR_H
    33
    4 /* Colour References */
    54
    6 /*
    7  * Reference colours are roughly appropriate for a G5V star.  I get, with an arbitrary zero point, on the AB
    8  * system the following rough magnitudes: g = 1.36 mag, r = 0.84 mag, i = 0.72 mag, z = 0.69 mag, y = 0.69
    9  * mag, w = 0.80 mag
     5/** Colour References.  Reference colours are roughly appropriate for a G5V star.  I get, with an arbitrary
     6 * zero point, on the AB system the following rough magnitudes: g = 1.36 mag, r = 0.84 mag, i = 0.72 mag, z =
     7 * 0.69 mag, y = 0.69 mag, w = 0.80 mag
    108 */
    119enum {
    12     PS_COLOUR_NO_INFO,                  // No colour information
    13     PS_COLOUR_G_MINUS_R,                // Reference is g-r = 0.5 mag
    14     PS_COLOUR_R_MINUS_I,                // Reference is r-i = 0.1 mag
    15     PS_COLOUR_I_MINUS_Z,                // Reference is i-z = 0.0 mag
    16     PS_COLOUR_Z_MINUS_Y,                // Reference is z-y = 0.0 mag
    17     PS_COLOUR_R_MINUS_W                 // Reference is r-w = 0.0 mag
     10    PS_COLOUR_NO_INFO,                  //!< No colour information
     11    PS_COLOUR_G_MINUS_R,                //!< Reference is g-r = 0.5 mag
     12    PS_COLOUR_R_MINUS_I,                //!< Reference is r-i = 0.1 mag
     13    PS_COLOUR_I_MINUS_Z,                //!< Reference is i-z = 0.0 mag
     14    PS_COLOUR_Z_MINUS_Y,                //!< Reference is z-y = 0.0 mag
     15    PS_COLOUR_R_MINUS_W                 //!< Reference is r-w = 0.0 mag
    1816} psColourRef;
    1917
Note: See TracChangeset for help on using the changeset viewer.