Changeset 30619 for trunk/ppSub/src/ppSubReadoutPhotometry.c
- Timestamp:
- Feb 13, 2011, 11:43:27 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadoutPhotometry.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadoutPhotometry.c
r29937 r30619 109 109 if (!psMetadataCopySingle(inRO->analysis, photRO->analysis, "PSPHOT.DETECTIONS")) { 110 110 psError(PPSUB_ERR_PROG, false, "Unable to copy PSPHOT.DETECTIONS"); 111 psFree(view); 111 112 return false; 112 113 } 113 114 if (!psMetadataCopySingle(inRO->analysis, photRO->analysis, "PSPHOT.HEADER")) { 114 115 psError(PPSUB_ERR_PROG, false, "Unable to copy PSPHOT.HEADER"); 116 psFree(view); 115 117 return false; 116 118 } 117 119 if (!psMetadataCopySingle(inRO->analysis, photRO->analysis, PM_DETEFF_ANALYSIS)) { 118 120 psError(PPSUB_ERR_PROG, false, "Unable to copy Detection Efficiency"); 121 psFree(view); 119 122 return false; 120 123 } … … 128 131 } 129 132 133 psFree(view); 130 134 return true; 131 135 } 132 136 133 137 #ifdef TESTING 134 // Record data about sources: not everything gets into the output CMF files138 // Record data about sources: not everything gets into the output CMF files 135 139 { 136 140 pmReadout *photRO = pmFPAviewThisReadout(view, photFile->fpa); // Readout with the sources
Note:
See TracChangeset
for help on using the changeset viewer.
