Changeset 7060 for trunk/psModules/src/detrend/pmFlatNormalize.h
- Timestamp:
- May 3, 2006, 5:57:32 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmFlatNormalize.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmFlatNormalize.h
r6999 r7060 5 5 // Normalise the flat-field measurements (f_ij = g_i s_j where f_ij is the flux recorded for chip i and 6 6 // integration j, g_i is the gain for the i-th chip, s_j is the flux of the source in the j-th integration). 7 bool pmFlatNormalize(psVector *sourceFlux, // The source flux in each image; modified for return 8 psVector *chipGains, // Initial guess of the chip gains; modified for return 9 psImage *fluxLevels, // Fluxes for each integration (row) and chip (col); modified10 unsigned int maxIter, // Maximum number of iterations11 double tolerance // Tolerance level before dying12 );13 7 // Return the source flux in each integration. 8 psVector *pmFlatNormalize(bool *converge, // Did we converge? 9 psVector *chipGains, // Initial guess of the chip gains; modified for return 10 const psImage *fluxLevels, // Fluxes for each integration (row) and chip (col) 11 unsigned int maxIter, // Maximum number of iterations 12 double tolerance // Tolerance level before dying 13 ); 14 14 15 15 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
