Changeset 26738
- Timestamp:
- Jan 29, 2010, 4:10:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ppSub/src/ppSubMatchPSFs.c
r26703 r26738 40 40 } 41 41 42 #if 043 42 // Measure the PSF for an image 44 43 static float subImagePSF(ppSubData *data, // Processing data … … 88 87 return fwhm; 89 88 } 90 #endif91 89 92 90 // Scale the kernel parameters according to the PSFs … … 118 116 } 119 117 120 #if 0121 118 // Input images 122 119 pmReadout *inRO = pmFPAfileThisReadout(config->files, view, "PPSUB.INPUT"); // Input readout … … 138 135 float inFWHM = subImagePSF(data, inRO, inSources); // FWHM for input 139 136 float refFWHM = subImagePSF(data, refRO, refSources); // FWHM for reference 140 #else141 float inFWHM = 7.631371;142 float refFWHM = 10.005879;143 #endif144 137 145 138 psLogMsg("ppSub", PS_LOG_INFO, "Input FWHM: %f\nReference FWHM: %f\n", inFWHM, refFWHM);
Note:
See TracChangeset
for help on using the changeset viewer.
