Changeset 29593 for trunk/ppSub/src/ppSubMatchPSFs.c
- Timestamp:
- Oct 28, 2010, 5:38:54 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubMatchPSFs.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubMatchPSFs.c
r29551 r29593 110 110 pmReadout *kernelRO = pmFPAfileThisReadout(config->files, view, "PPSUB.OUTPUT.KERNELS"); // RO with kernel 111 111 if (kernelRO) { 112 psAbort("we probably need to set the FWHM values");113 112 psFree(view); 114 113 return true; … … 306 305 int binning = psMetadataLookupS32(NULL, recipe, "SPAM.BINNING"); // Binning for SPAM kernel 307 306 float penalty = psMetadataLookupF32(NULL, recipe, "PENALTY"); // Penalty for wideness 307 308 308 int iter = psMetadataLookupS32(NULL, recipe, "ITER"); // Rejection iterations 309 309 float rej = psMetadataLookupF32(NULL, recipe, "REJ"); // Rejection threshold
Note:
See TracChangeset
for help on using the changeset viewer.
