IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2010, 9:12:53 AM (16 years ago)
Author:
Paul Price
Message:

Pulling r27400 out of the trunk until it can be developed further (compression, make optional). Development will continue on branches/pap_stack/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmStack.h

    r27400 r27402  
    3131    psPixels *inspect;                  ///< Pixels to inspect
    3232    float weight;                       ///< Relative weighting for image
    33     float exp;                          ///< Exposure for image
    3433    float addVariance;                  ///< Additional variance when rejecting
    3534} pmStackData;
     
    3837pmStackData *pmStackDataAlloc(pmReadout *readout, ///< Warped readout (sky cell)
    3938                              float weight, ///< Weight to apply
    40                               float exp,    ///< Exposure time for input
    4139                              float addVariance ///< Additional variance when rejecting
    4240    );
     
    4442/// Stack input images
    4543bool pmStackCombine(pmReadout *combined,///< Combined readout (output)
    46                     pmReadout *expmap,  ///< Exposure map (output)
    4744                    psArray *input,     ///< Input array of pmStackData
    4845                    psImageMaskType maskVal, ///< Mask value of bad pixels
Note: See TracChangeset for help on using the changeset viewer.