IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2011, 11:03:36 AM (15 years ago)
Author:
eugene
Message:

commented-out test code; include the mark in the mask when replacing sources (they were subtracted including the mark)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/psphot/src/psphotReadout.c

    r31313 r31328  
    347347      psErrorStackPrint(stderr, "Unable to replace sky");
    348348      psErrorClear();
    349 
    350 /*       psLogMsg("psphot", 3, "failed on psphotSkyReplace"); */
    351 /*       return(psphotReadoutCleanup(config, view, filerule)); */
    352     }
     349    }
     350
    353351    // drop the references to the image pixels held by each source
    354352    if (!psphotSourceFreePixels (config, view, filerule)) { // pass 1
    355353      psErrorStackPrint(stderr, "Unable to free source pixels");
    356354      psErrorClear();
    357 
    358 /*       psLogMsg ("psphot", 3, "failed on psphotSourceFreePixels"); */
    359 /*       return(psphotReadoutCleanup(config, view, filerule)); */
    360     }
     355    }
     356
    361357    // create the exported-metadata and free local data
    362358    return psphotReadoutCleanup(config, view, filerule);
Note: See TracChangeset for help on using the changeset viewer.