Changeset 27789
- Timestamp:
- Apr 28, 2010, 9:59:26 AM (16 years ago)
- Location:
- trunk/ppSub/src
- Files:
-
- 2 edited
-
ppSubMakePSF.c (modified) (1 diff)
-
ppSubReadoutInverse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubMakePSF.c
r27766 r27789 106 106 // save the resulting PSF information on the pmFPAfile PSPHOT.PSF.LOAD 107 107 pmFPAfile *psfFile = psMetadataLookupPtr(&mdok, config->files, "PSPHOT.PSF.LOAD"); // PSF file 108 if (!ppSubCopyPSF (psfFile, photFile, view)) {108 if (!ppSubCopyPSF(psfFile, photFile, view)) { 109 109 psErrorStackPrint(stderr, "PSF was not generated"); 110 110 psWarning("PSF was not generated --- suspect bad data quality."); -
trunk/ppSub/src/ppSubReadoutInverse.c
r26982 r27789 20 20 invRO->variance = psMemIncrRefCounter(outRO->variance); 21 21 invRO->covariance = psMemIncrRefCounter(outRO->covariance); 22 invRO->analysis = psMetadataCopy(invRO->analysis, outRO->analysis); 22 23 23 24 invRO->data_exists = invRO->parent->data_exists = invRO->parent->parent->data_exists = true;
Note:
See TracChangeset
for help on using the changeset viewer.
