IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33915


Ignore:
Timestamp:
May 25, 2012, 11:03:23 AM (14 years ago)
Author:
bills
Message:

minor spelling change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotReadout.c

    r33890 r33915  
    185185        // remove noise for subtracted objects (ie, return to normal noise level)
    186186        // NOTE: this needs to operate only on the OLD sources
    187         bool footprintsUseUnsubtracted = psMetadataLookupBool(NULL, recipe, "FOOTPRINT_USE_UNSUBTRACTED");
    188         // if footprintsUseUnsubtracted is true the noise was already subtracted in psphotFindDetections()
    189         if (!footprintsUseUnsubtracted) {
     187        bool footprintUseUnsubtracted = psMetadataLookupBool(NULL, recipe, "FOOTPRINT_USE_UNSUBTRACTED");
     188        // Note: if footprintUseUnsubtracted is true the noise was already subtracted in psphotFindDetections()
     189        if (!footprintUseUnsubtracted) {
    190190            psphotSubNoise (config, view, filerule); // pass 1 (detections->allSources)
    191191        }
Note: See TracChangeset for help on using the changeset viewer.