IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2006, 10:49:10 AM (20 years ago)
Author:
Paul Price
Message:

Documenting pmFlatNormalize

File:
1 edited

Legend:

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

    r8815 r9614  
    1313// few with absolutely no trouble (it *is* over-constrained).  For this reason, I'm putting the maximum number
    1414// of iterations and tolerance as preset values.
    15 #define MAXITER 10
    16 #define TOLERANCE 1e-3
     15#define MAXITER 10                      // Maximum number of iterations
     16#define TOLERANCE 1e-3                  // Minimum tolerance for convergance
    1717
    18 // Estimate the flat-field normalisation; return the source flux in each integration
    19 bool pmFlatNormalize(psVector **expFluxesPtr, // Flux in each exposure; modified for return
    20                      psVector **chipGainsPtr, // Initial guess of the chip gains; modified for return
    21                      const psImage *bgMatrix
    22                     )
     18
     19bool pmFlatNormalize(psVector **expFluxesPtr, psVector **chipGainsPtr, const psImage *bgMatrix)
    2320{
    2421    PS_ASSERT_PTR_NON_NULL(bgMatrix, false);
Note: See TracChangeset for help on using the changeset viewer.