IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2009, 5:32:55 PM (17 years ago)
Author:
watersc1
Message:

Merge my branch back into the trunk. This includes:

ipp_cleanup.pl : and associated edits to allow cleanup to work
burntool : updated to newest version, ipp_apply_burntool.pl modified to use persist=t options
ppImageBurntoolMask.c : masks region burntool identifies
psastro : allow selection of wcs header format
addtool : splits addstar step off from the camera stage

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ppImage/src/ppImage.h

    r24903 r25299  
    2626    bool doMaskBuild;                   // Build internal mask
    2727    bool doVarianceBuild;               // Build internal variance map
     28    bool doMaskBurntool;                // mask potential burntool trails
    2829    bool doMaskSat;                     // mask saturated pixels
    2930    bool doMaskLow;                     // mask low pixels
     
    7475    psImageMaskType darkMask;           // Mask value to give bad dark pixels
    7576    psImageMaskType blankMask;          // Mask value to give blank pixels
    76 
     77    psImageMaskType burntoolMask;       // Suspect pixels that fall where a burntool trail is expected.
    7778    // non-linear correction parameters
    7879    psDataType nonLinearType;
     
    8283    // options for the analysis
    8384    pmOverscanOptions *overscan;        // Overscan options
    84 
     85    int burntoolTrails;
    8586    // binning parameters
    8687    int xBin1;                          // x-binning, scale 1
     
    156157bool ppImageCheckCTE(pmConfig *config, ppImageOptions *options, pmFPAview *view);
    157158
     159bool ppImageBurntoolMask(pmConfig *config, ppImageOptions *options, pmFPAview *view, pmReadout *mask);
     160
    158161// Record which detrend file was used for the detrending
    159162bool ppImageDetrendRecord(
Note: See TracChangeset for help on using the changeset viewer.