IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2008, 3:24:47 PM (18 years ago)
Author:
eugene
Message:

adding threaded and unthreaded versions of the detrend application code; adding pmDetrendThreads functions for management

File:
1 edited

Legend:

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

    r18859 r18893  
    4040    );
    4141
     42bool pmDarkApplyScan_Threaded (psThreadJob *job);
     43bool pmDarkApplyScan (pmReadout *readout, const pmCell *dark, psPolynomialMD *poly, psVector *values, psMaskType bad, bool doNorm, float norm, int rowStart, int rowStop);
     44
    4245// Apply dark
    4346bool pmDarkApply(pmReadout *readout,    // Readout to which to apply dark
    44                  const pmCell *dark,    // Dark to apply
     47                 pmCell *dark,    // Dark to apply
    4548                 psMaskType bad         // Mask value to give bad pixels
    4649    );
Note: See TracChangeset for help on using the changeset viewer.