IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 18, 2012, 5:56:48 AM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121130/ppStack/src/ppStackLoop.h

    r30620 r34838  
    44// Loop over the inputs, doing the combination
    55bool ppStackLoop(
     6    pmConfig *config,                    // Configuration
     7    ppStackOptions *options             // Options for stacking
     8    );
     9// Median only loop.
     10bool ppStackMedianLoop(
    611    pmConfig *config,                    // Configuration
    712    ppStackOptions *options             // Options for stacking
     
    3237    const char *outName,                // Name of output file
    3338    const char *expName,                // Name of exposure file
     39    const char *bkgName,                // Name of background file
    3440    ppStackFileList files,              // Files of interest
    3541    ppStackThreadData *stack,           // Stack
Note: See TracChangeset for help on using the changeset viewer.