IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2012, 6:03:49 PM (14 years ago)
Author:
watersc1
Message:

Incomplete.

File:
1 edited

Legend:

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

    r34092 r34516  
    3838    PPSTACK_FILES_STACK,                // Stack files
    3939    PPSTACK_FILES_UNCONV,               // Unconvolved stack files
    40     PPSTACK_FILES_PHOT                  // Files for photometry
     40    PPSTACK_FILES_PHOT,                 // Files for photometry
     41    PPSTACK_FILES_BKG                   // Files for bkg
    4142} ppStackFileList;
    4243
     
    111112bool ppStackReadoutFinalThread(psThreadJob *job // Job to process
    112113    );
     114// Perform median stacking for background
     115bool ppStackCombineBackground(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config);
    113116
    114117// Return software version
Note: See TracChangeset for help on using the changeset viewer.