Changeset 7179 for trunk/psModules/src/detrend/pmFlatNormalize.h
- Timestamp:
- May 22, 2006, 5:19:26 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmFlatNormalize.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmFlatNormalize.h
r7060 r7179 2 2 #define PM_FLAT_NORMALIZE_H 3 3 4 #include "pslib.h" 4 5 5 6 // Normalise the flat-field measurements (f_ij = g_i s_j where f_ij is the flux recorded for chip i and … … 10 11 const psImage *fluxLevels, // Fluxes for each integration (row) and chip (col) 11 12 unsigned int maxIter, // Maximum number of iterations 12 double tolerance// Tolerance level before dying13 float tolerance // Tolerance level before dying 13 14 ); 14 15
Note:
See TracChangeset
for help on using the changeset viewer.
