Changeset 1426 for trunk/psLib/src/astronomy/psPhotometry.h
- Timestamp:
- Aug 9, 2004, 12:44:25 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
r1407 r1426 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-08-0 7 00:06:06$12 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-08-09 22:44:25 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 43 43 typedef struct 44 44 { 45 const int 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 int 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 psPhotSystem src; ///< Source photometric system 62 psPhotSystem dst; ///< Destination photometric system 63 psPhotSystem pP; ///< Primary color reference 64 psPhotSystem pM; ///< Primary color reference 65 psPhotSystem sP; ///< Secondary color reference 66 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.
