IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 8:09:07 AM (18 years ago)
Author:
Paul Price
Message:

Fixing to match slight differences in psThread

File:
1 edited

Legend:

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

    r18893 r18960  
    2727// Combine darks -- preparation step
    2828bool pmDarkCombinePrepare(pmCell *output,      // Output cell; readouts will be attached
    29                           const psArray *inputs, // Input readouts for combination
    30                           psArray *ordinates,  // Ordinates for fitting
    31                           const char *normConcept // Concept name to use to divide input pixel values
     29                          const psArray *inputs, // Input readouts for combination
     30                          psArray *ordinates,  // Ordinates for fitting
     31                          const char *normConcept // Concept name to use to divide input pixel values
    3232    );
    3333
     
    4040    );
    4141
    42 bool pmDarkApplyScan_Threaded (psThreadJob *job);
     42bool pmDarkApplyScan_Threaded(const psThreadJob *job);
    4343bool pmDarkApplyScan (pmReadout *readout, const pmCell *dark, psPolynomialMD *poly, psVector *values, psMaskType bad, bool doNorm, float norm, int rowStart, int rowStop);
    4444
Note: See TracChangeset for help on using the changeset viewer.