Changeset 344 for trunk/archive/pslib/include/psPhotom.h
- Timestamp:
- Mar 31, 2004, 5:01:04 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psPhotom.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psPhotom.h
r283 r344 15 15 /** photometry system definition */ 16 16 typedef struct { 17 int ID; // !< ID number for this photometric system18 char *name; // !< Name of photometric system19 char *camera; // !< Camera for photometric system20 char *filter; // !< Filter used for photometric system21 char *detector; // !< Detector used for photometric system17 int ID; ///< ID number for this photometric system 18 char *name; ///< Name of photometric system 19 char *camera; ///< Camera for photometric system 20 char *filter; ///< Filter used for photometric system 21 char *detector; ///< Detector used for photometric system 22 22 } psPhotSystem; 23 23 24 24 /** photometry transformations */ 25 25 typedef struct { 26 psPhotSystem src; // !< Source photometric system27 psPhotSystem dst; // !< Destination photometric system26 psPhotSystem src; ///< Source photometric system 27 psPhotSystem dst; ///< Destination photometric system 28 28 psPhotSystem pP, pM; ///< Primary colour reference 29 29 psPhotSystem sP, sM; ///< Secondary colour reference 30 30 float pA, sA; ///< Colour offset for primary and secondary references 31 psPolynomial3D transform; // !< Transformation from source to destination31 psPolynomial3D transform; ///< Transformation from source to destination 32 32 } psPhotTransform; 33 33
Note:
See TracChangeset
for help on using the changeset viewer.
