IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2007, 4:49:08 PM (19 years ago)
Author:
Paul Price
Message:

Adding chip and mask output for chip-mosaicked files. Was going to make this the default output, but we only have to have it selected in the recipe. Reduced the name of the filerule down, so that it's not excessively long (e.g., PPIMAGE.OUTPUT.CHIP.MASK --> PPIMAGE.CHIP.MASK).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImage.h

    r13562 r13901  
    4848bool ppImageAddstar (pmConfig *config);
    4949
    50 bool ppImageMosaicChip (pmConfig *config, const pmFPAview *view, char *outFile, char *inFile);
    51 bool ppImageMosaicFPA (pmConfig *config, char *outFile, char *inFile);
     50bool ppImageMosaicChip (pmConfig *config, const ppImageOptions *options, const pmFPAview *view,
     51                        const char *outFile, const char *inFile);
     52bool ppImageMosaicFPA (pmConfig *config, const ppImageOptions *options,
     53                       const char *outFile, const char *inFile);
    5254
    5355void ppImageFileCheck (pmConfig *config);
Note: See TracChangeset for help on using the changeset viewer.