- Timestamp:
- Jan 17, 2011, 5:00:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/ppSub/src/ppSubReadoutPhotometry.c
r29937 r30285 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.
