Changeset 17820
- Timestamp:
- May 28, 2008, 8:43:33 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r17819 r17820 239 239 } 240 240 241 pm Cell *psfCell = pmFPAfileThisCell(config->files, view, "PSPHOT.PSF.LOAD");242 if (!psf Cell) {241 pmReadout *psfRO = pmFPAfileThisReadout(config->files, view, "PSPHOT.PSF.LOAD"); 242 if (!psfRO) { 243 243 psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find file PSPHOT.PSF.LOAD"); 244 244 return false; 245 245 } 246 pmReadout *psfRO = pmReadoutAlloc(psfCell);247 246 psMetadataAddPtr(psfRO->parent->parent->analysis, PS_LIST_TAIL, "PSPHOT.PSF", PS_DATA_UNKNOWN, 248 247 "PSF from matched addition", psf); 249 psFree(psfRO); // Drop reference250 248 } 251 249
Note:
See TracChangeset
for help on using the changeset viewer.
