Changeset 1385 for trunk/psLib/src/astronomy/psPhotometry.h
- Timestamp:
- Aug 4, 2004, 1:37:39 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psPhotometry.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psPhotometry.h
r1384 r1385 9 9 * @author George Gusciora, MHPCC 10 10 * 11 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-08-04 23: 12:34$11 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-08-04 23:37:39 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 39 39 * 40 40 */ 41 41 42 typedef struct 42 {43 const int ID; ///< ID number for this photometric system44 const char *name; ///< Name of photometric system45 const char *camera; ///< Camera for photometric system46 const char *filter; ///< Filter used for photometric system47 const char *detector; ///< Detector used for photometric system48 }43 { 44 const int ID; ///< ID number for this photometric system 45 const char *name; ///< Name of photometric system 46 const char *camera; ///< Camera for photometric system 47 const char *filter; ///< Filter used for photometric system 48 const char *detector; ///< Detector used for photometric system 49 } 49 50 psPhotSystem; 50 51 … … 54 55 * 55 56 */ 57 56 58 typedef struct 57 {58 psPhotSystem src; ///< Source photometric system59 psPhotSystem dst; ///< Destination photometric system60 psPhotSystem pP; ///< Primary color reference61 psPhotSystem pM; ///< Primary color reference62 psPhotSystem sP; ///< Secondary color reference63 psPhotSystem sM; ///< Secondary color reference64 float pA; ///< Color offset for references65 float sA; ///< Color offset for references66 psPolynomial3D transform; ///< Transformation from source to destination67 }59 { 60 psPhotSystem src; ///< Source photometric system 61 psPhotSystem dst; ///< Destination photometric system 62 psPhotSystem pP; ///< Primary color reference 63 psPhotSystem pM; ///< Primary color reference 64 psPhotSystem sP; ///< Secondary color reference 65 psPhotSystem sM; ///< Secondary color reference 66 float pA; ///< Color offset for references 67 float sA; ///< Color offset for references 68 psPolynomial3D transform; ///< Transformation from source to destination 69 } 68 70 psPhotTransform; 69 71
Note:
See TracChangeset
for help on using the changeset viewer.
