Changeset 3114 for trunk/psLib/src/astronomy/psPhotometry.h
- Timestamp:
- Feb 2, 2005, 2:45:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psPhotometry.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psPhotometry.h
r2204 r3114 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $13 * @date $Date: 200 4-10-27 00:57:30$12 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-03 00:45:06 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 43 43 typedef struct 44 44 { 45 const psS32 ID; ///< ID number for this photometric system46 const char *name; ///< Name of photometric system47 const char *camera; ///< Camera for photometric system48 const char *filter; ///< Filter used for photometric system49 const char *detector; ///< Detector used for photometric system45 const psS32 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 50 50 } 51 51 psPhotSystem; … … 59 59 typedef struct 60 60 { 61 psPhotSystem src;///< Source photometric system62 psPhotSystem dst;///< Destination photometric system63 psPhotSystem pP;///< Primary color reference64 psPhotSystem pM;///< Primary color reference65 psPhotSystem sP;///< Secondary color reference66 psPhotSystem sM;///< Secondary color reference67 float pA; ///< Color offset for references68 float sA; ///< Color offset for references69 psPolynomial3D transform; ///< Transformation from source to destination61 const psPhotSystem src; ///< Source photometric system 62 const psPhotSystem dst; ///< Destination photometric system 63 const psPhotSystem pP; ///< Primary color reference 64 const psPhotSystem pM; ///< Primary color reference 65 const psPhotSystem sP; ///< Secondary color reference 66 const 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 70 70 } 71 71 psPhotTransform;
Note:
See TracChangeset
for help on using the changeset viewer.
