Changeset 8397 for trunk/psModules/src/detrend/pmFlatNormalize.h
- Timestamp:
- Aug 16, 2006, 2:49:01 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
r7179 r8397 6 6 // Normalise the flat-field measurements (f_ij = g_i s_j where f_ij is the flux recorded for chip i and 7 7 // 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). 8 // Return the source flux in each integration. 9 psVector *pmFlatNormalize(bool *converge, // Did we converge? 10 psVector *chipGains, // Initial guess of the chip gains; modified for return 11 const psImage *fluxLevels, // Fluxes for each integration (row) and chip (col) 12 unsigned int maxIter, // Maximum number of iterations 13 float tolerance // Tolerance level before dying 14 ); 8 bool pmFlatNormalize(psVector **expFluxesPtr, // Flux in each exposure; modified for return 9 psVector **chipGainsPtr, // Initial guess of the chip gains; modified for return 10 const psImage *bgMatrix 11 ); 15 12 16 13 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
