IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2006, 3:53:10 PM (20 years ago)
Author:
Paul Price
Message:

Code compiles now. Not yet tested.

File:
1 edited

Legend:

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

    r7064 r7067  
    2424    psStatsOptions background;          // Statistic to use to measure the background
    2525    ppOnOff onOff;                      // On/off pairs?
    26     psStatsOptions combine;             // Statistic to use in combination
    27     float rej;                          // Rejection level in combination (for sigma clipping)
    28     unsigned int iter;                  // Number of iterations for combination (for sigma clipping)
    29     float fracHigh;                     // Fraction of high pixels to throw
    30     float fracLow;                      // Fraction of low pixels to throw
    31     int nKeep;                          // Minimum number of pixels to keep
    32     psMaskType maskVal;                 // Mask value
     26    pmCombineParams *combine;           // Combination parameters
    3327} ppMergeOptions;
    3428
    3529// Allocator
    36 ppMergeOptions *ppMergeOptionsAlloc(psStatsOptions stat // Statistic to use in the merge
    37     );
     30ppMergeOptions *ppMergeOptionsAlloc(void);
    3831
    3932
Note: See TracChangeset for help on using the changeset viewer.