- Timestamp:
- Jun 20, 2012, 11:53:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test/ppStack/src/ppStackPSF.c
r34042 r34046 3 3 //#define TESTING 4 4 5 //pmPSF *ppStackPSF(const pmConfig *config, int numCols, int numRows, 6 // const psArray *psfs, const psVector *inputMask) 5 7 pmPSF *ppStackPSF(const pmConfig *config, int numCols, int numRows, 6 const psArray *psfs, const psVector *inputMask)8 const psArray *psfs, ppStackOptions *options) 7 9 { 8 10 bool mdok = false; 9 11 pmPSF *psf = NULL; 12 13 const psVector options->inputMask 10 14 11 15 // Get the recipe values … … 49 53 } else { 50 54 51 // Manually defined target PSF 55 //MEH -- add option for manually defined versus simply defined but not fully autosized? 56 if (1){ 57 float psfFWHM = options->clippedMean; 58 } else { 59 60 // Manually static defined target PSF 52 61 float psfFWHM = psMetadataLookupF32(&mdok, recipe, "PSF.OUTPUT.FWHM"); // Radius for PSF 53 62 if (!mdok) { … … 55 64 } 56 65 57 //MEH -- add option for manually defined versus simply defined but not fully autosized? 58 66 } 59 67 60 68 //MEH -- 2.35 or 2.355 as seen elsewhere? small difference though
Note:
See TracChangeset
for help on using the changeset viewer.
