Changeset 153 for trunk/archive/pslib/include/psColour.h
- Timestamp:
- Mar 9, 2004, 12:28:16 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psColour.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psColour.h
r149 r153 2 2 #define PS_COLOUR_H 3 3 4 /* Colour References */5 4 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 10 8 */ 11 9 enum { 12 PS_COLOUR_NO_INFO, // No colour information13 PS_COLOUR_G_MINUS_R, // Reference is g-r = 0.5 mag14 PS_COLOUR_R_MINUS_I, // Reference is r-i = 0.1 mag15 PS_COLOUR_I_MINUS_Z, // Reference is i-z = 0.0 mag16 PS_COLOUR_Z_MINUS_Y, // Reference is z-y = 0.0 mag17 PS_COLOUR_R_MINUS_W // Reference is r-w = 0.0 mag10 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 18 16 } psColourRef; 19 17
Note:
See TracChangeset
for help on using the changeset viewer.
