IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 22, 2006, 5:19:26 PM (20 years ago)
Author:
Paul Price
Message:

Converting from F64 to F32

File:
1 edited

Legend:

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

    r7060 r7179  
    22#define PM_FLAT_NORMALIZE_H
    33
     4#include "pslib.h"
    45
    56// Normalise the flat-field measurements (f_ij = g_i s_j where f_ij is the flux recorded for chip i and
     
    1011                          const psImage *fluxLevels, // Fluxes for each integration (row) and chip (col)
    1112                          unsigned int maxIter, // Maximum number of iterations
    12                           double tolerance  // Tolerance level before dying
     13                          float tolerance // Tolerance level before dying
    1314                         );
    1415
Note: See TracChangeset for help on using the changeset viewer.