IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2008, 1:58:14 PM (18 years ago)
Author:
eugene
Message:

splitting off pmDarkCombinePending for threaded coding

File:
1 edited

Legend:

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

    r18163 r18859  
    2525
    2626
    27 // Combine darks
     27// Combine darks -- preparation step
     28bool 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
     32    );
     33
     34// Combine darks -- do the actual work
    2835bool pmDarkCombine(pmCell *output,      // Output cell; readouts will be attached
    2936                   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
    3237                   int iter,            // Number of rejection iterations
    3338                   float rej,           // Rejection threshold (standard deviations)
Note: See TracChangeset for help on using the changeset viewer.