IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2010, 3:55:49 PM (16 years ago)
Author:
eugene
Message:

update merges from trunk

Location:
branches/eam_branches/20100225
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20100225

  • branches/eam_branches/20100225/ppStack/src/ppStack.h

    r27075 r27517  
    2727    PPSTACK_FILES_PREPARE,              // Files for preparation
    2828    PPSTACK_FILES_CONVOLVE,             // Files for convolution
    29     PPSTACK_FILES_COMBINE,              // Files for combination
     29    PPSTACK_FILES_STACK,                // Stack files
     30    PPSTACK_FILES_UNCONV,               // Unconvolved stack files
    3031    PPSTACK_FILES_PHOT                  // Files for photometry
    3132} ppStackFileList;
     
    6869                               const psVector *mask, // Mask for input readouts
    6970                               const psVector *weightings, // Weighting factors for each image
     71                               const psVector *exposures,  // Exposure time for each image
    7072                               const psVector *addVariance // Additional variance for rejection
    7173    );
     
    8284bool ppStackReadoutFinal(const pmConfig *config,   // Configuration
    8385                         pmReadout *outRO,   // Output readout
     86                         pmReadout *expRO,   // Exposure readout
    8487                         const psArray *readouts, // Input readouts
    8588                         const psVector *mask, // Mask for input readouts
    8689                         const psArray *rejected, // Array with pixels rejected in each image
    8790                         const psVector *weightings, // Weighting factors for each image
     91                         const psVector *exposures,  // Exposure times for each image
    8892                         const psVector *addVariance, // Additional variance for rejection
    8993                         bool safety,                 // Enable safety switch?
     
    169173    );
    170174
     175/// Return an appropriate exit code based on the error code
     176psExit ppStackExitCode(psExit exitValue);
    171177
    172178#endif
Note: See TracChangeset for help on using the changeset viewer.