IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2010, 5:01:05 PM (16 years ago)
Author:
eugene
Message:

updates relative to 20091201, fixes for all psphot variants

Location:
branches/eam_branches/psphot.stack.20100120
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.stack.20100120

  • branches/eam_branches/psphot.stack.20100120/src/psphotMaskReadout.c

    r26691 r26748  
    3636    psAssert (readout, "missing readout?");
    3737
    38     // ** Interpret the mask values:
    39     // XXX drop the write to recipe and move config into psphotRoughClass?
    40     // XXX alternatively, define a function to set the psphot recipe masks
     38    // save maskSat and maskBad on the psphot recipe (mostly for psphotRoughClass)
    4139    psImageMaskType maskSat  = pmConfigMaskGet("SAT", config); // Mask value for saturated pixels
    4240    psMetadataAddImageMask (recipe, PS_LIST_TAIL, "MASK.SAT", PS_META_REPLACE, "user-defined mask", maskSat);
     
    4442    psImageMaskType maskBad  = pmConfigMaskGet("LOW", config); // Mask value for low pixels
    4543    if (!maskBad) {
    46         // XXX: for backward compatability look up old name
     44        // for backward compatability look up old name
    4745        maskBad  = pmConfigMaskGet("BAD", config);
    4846    }
Note: See TracChangeset for help on using the changeset viewer.