IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 15, 2012, 1:32:57 PM (14 years ago)
Author:
watersc1
Message:

Median code completes now, but is saving in the wrong output format.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/ppStack/src/ppStack.h

    r34516 r34666  
    3939    PPSTACK_FILES_UNCONV,               // Unconvolved stack files
    4040    PPSTACK_FILES_PHOT,                 // Files for photometry
    41     PPSTACK_FILES_BKG                   // Files for bkg
     41    PPSTACK_FILES_BKG,                  // Files for bkg
     42    PPSTACK_FILES_MEDIAN,                // Files for median only stacks.
     43    PPSTACK_FILES_MINIMAL                // Files for median only stacks.
    4244} ppStackFileList;
    4345
     
    114116// Perform median stacking for background
    115117bool ppStackCombineBackground(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config);
     118bool ppStackCombineMedian(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config);
    116119
    117120// Return software version
Note: See TracChangeset for help on using the changeset viewer.