IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2009, 4:46:10 PM (17 years ago)
Author:
Paul Price
Message:

Get QUALITY (error code from non-fatal failure, e.g., psphot) into the output statistics and parse for flag to give to ippTools.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppImage/src/ppImage.h

    r23411 r23580  
    4040    bool doAstromMosaic;                // full-mosaic Astrometry
    4141    bool doStats;                       // call ppStats on the image
    42     bool checkCTE;                      // measure pixel-based variance
     42    bool checkCTE;                      // measure pixel-based variance
    4343
    4444    // output files requested
     
    8888    float remnanceThresh;               // Threshold for remnance detection
    8989
    90     char *normClass;                    // class to use for per-class normalization
     90    char *normClass;                    // class to use for per-class normalization
    9191} ppImageOptions;
    9292
     
    146146bool ppImageRebinChip (pmConfig *config, pmFPAview *view, ppImageOptions *options, char *outName);
    147147
    148 bool ppImagePhotom (pmConfig *config, pmFPAview *view);
    149 bool ppImageAstrom (pmConfig *config);
    150 bool ppImageAddstar (pmConfig *config);
     148bool ppImagePhotom(psMetadata *stats, pmConfig *config, pmFPAview *view);
     149bool ppImageAstrom(pmConfig *config);
     150bool ppImageAddstar(pmConfig *config);
    151151
    152152// Subtract background from the chip-mosaicked image
Note: See TracChangeset for help on using the changeset viewer.