Changeset 1407 for trunk/psLib/src/astronomy/psPhotometry.h
- Timestamp:
- Aug 6, 2004, 2:06:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psPhotometry.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psPhotometry.h
r1385 r1407 1 1 2 /** @file psPhotometry.h 2 3 * … … 9 10 * @author George Gusciora, MHPCC 10 11 * 11 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-08-0 4 23:37:39$12 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-08-07 00:06:06 $ 13 14 * 14 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 15 16 */ 16 17 17 # ifndef PS_PHOTOMETRIC_H18 # define PS_PHOTOMETRIC_H18 #ifndef PS_PHOTOMETRIC_H 19 # define PS_PHOTOMETRIC_H 19 20 20 # include "psType.h"21 # include "psImage.h"22 # include "psArray.h"23 # include "psList.h"24 # include "psFunctions.h"21 # include "psType.h" 22 # include "psImage.h" 23 # include "psArray.h" 24 # include "psList.h" 25 # include "psFunctions.h" 25 26 26 27 /// @addtogroup Photometry … … 42 43 typedef struct 43 44 { 44 const int ID; ///< ID number for this photometric system45 const char *name; ///< Name of photometric system46 const char *camera; ///< Camera for photometric system47 const char *filter; ///< Filter used for photometric system48 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 49 50 } 50 51 psPhotSystem; … … 58 59 typedef struct 59 60 { 60 psPhotSystem src; ///< Source photometric system61 psPhotSystem dst; ///< Destination photometric system62 psPhotSystem pP; ///< Primary color reference63 psPhotSystem pM; ///< Primary color reference64 psPhotSystem sP; ///< Secondary color reference65 psPhotSystem sM; ///< Secondary color reference66 float pA; ///< Color offset for references67 float sA; ///< Color offset for references68 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 69 70 } 70 71 psPhotTransform;
Note:
See TracChangeset
for help on using the changeset viewer.
