- Timestamp:
- Feb 29, 2008, 2:16:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080229/psphot/src/psphotSourcePlots.c
r15000 r16760 1 1 # include "psphotInternal.h" 2 2 3 bool psphotSourcePlots (pmReadout *readout, psArray *sources, psMetadata *recipe , psMaskType maskVal) {3 bool psphotSourcePlots (pmReadout *readout, psArray *sources, psMetadata *recipe) { 4 4 5 //bool status = false;5 bool status = false; 6 6 psTimerStart ("psphot"); 7 8 // user-defined masks to test for good/bad pixels (build from recipe list if not yet set) 9 psMaskType maskVal = psMetadataLookupU8(&status, recipe, "MASK.PSPHOT"); // Mask value for bad pixels 10 assert (maskVal); 7 11 8 12 // the source images are written to an image 10x the size of a PSF object
Note:
See TracChangeset
for help on using the changeset viewer.
