IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Set CELL.DARKTIME and CELL.EXPOSURE when we've normalised by the dark time. Change options->exptime to options->darktime to properly indicate just what we're normalising by. Normalise by CELL.DARKTIME instead of CELL.EXPOSURE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeOptions.h

    r9341 r9463  
    2121    bool zero;                          // Subtract background before combining?
    2222    bool scale;                         // Scale by the background before combining?
    23     bool exptime;                       // Normalise by the exposure time?
     23    bool darktime;                      // Normalise by the dark time (time since flush)?
    2424    bool shutter;                       // Generate shutter correction?
    2525    unsigned int sample;                // Sampling factor for measuring the background
Note: See TracChangeset for help on using the changeset viewer.