IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2006, 5:57:32 PM (20 years ago)
Author:
Paul Price
Message:

Updates for ppMerge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmFlatNormalize.h

    r6999 r7060  
    55// Normalise the flat-field measurements (f_ij = g_i s_j where f_ij is the flux recorded for chip i and
    66// 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); modified
    10                      unsigned int maxIter, // Maximum number of iterations
    11                      double tolerance // Tolerance level before dying
    12                     );
    13 
     7// Return the source flux in each integration.
     8psVector *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                         );
    1414
    1515#endif
Note: See TracChangeset for help on using the changeset viewer.