IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2011, 6:21:28 PM (15 years ago)
Author:
eugene
Message:

fix threading for psphotStack; use standard PS_ARGUMENTS_ macros for ppSub, ppStack, pswarp, ppImage, psphotStack; fix FPA.EXPOSURE in ppImageAddNoise; fix accounting for psf bad and poor weights; added flags for substantial poor masks due to each poor mask bit type; fix the measurement of the fwhm in pmPSFtoFWHM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psphot/src/psphotStackImageLoop.c

    r30624 r30772  
    5050                psLogMsg ("psphot", 6, "Readout %d: %x %x\n", view->readout, cell->file_exists, cell->process);
    5151                if (! readout->data_exists) { continue; }
     52
     53                psMemDump("load");
    5254
    5355                // PSF matching
     
    5759                    return false;
    5860                }
     61                psMemDump("stackmatch");
    5962
    6063                // XXX for now, we assume there is only a single chip in the PHU:
     
    6467                    return false;
    6568                }
    66 
     69                psMemDump("psphot");
    6770            }
    6871            // drop all versions of the internal files
Note: See TracChangeset for help on using the changeset viewer.