IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18973


Ignore:
Timestamp:
Aug 8, 2008, 9:46:24 AM (18 years ago)
Author:
eugene
Message:

test save ignored

File:
1 edited

Legend:

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

    r18865 r18973  
    6161        psLogMsg ("psphot", 3, "unable to find detections in this image");
    6262        return psphotReadoutCleanup (config, readout, recipe, detections, psf, NULL);
     63    }
     64 
     65    // XXX test write out the footprint image
     66    if (0) {
     67        psImage *footprintImage = pmSetFootprintArrayIDs (detections->footprints, true);
     68        psphotSaveImage (NULL, footprintImage, "footprints.1.fits");
     69        psFree (footprintImage);
    6370    }
    6471
     
    209216        psFree (footprintImage);
    210217    }
    211 
    212218    // remove noise for subtracted objects (ie, return to normal noise level)
    213219    psphotSubNoise (readout, sources, recipe);
     
    259265    // measure source size for the remaining sources
    260266    psphotSourceSize (config, readout, sources, recipe, 0);
    261 
    262267    if (0) {
    263268        psphotSaveImage (NULL, readout->mask, "mask.fits");
    264269    }
    265 
     270       
    266271    psphotExtendedSourceAnalysis (readout, sources, recipe);
    267272
Note: See TracChangeset for help on using the changeset viewer.