Changeset 29593
- Timestamp:
- Oct 28, 2010, 5:38:54 PM (16 years ago)
- Location:
- trunk/ppSub/src
- Files:
-
- 2 edited
-
ppSubMatchPSFs.c (modified) (2 diffs)
-
ppSubReadoutStats.c (modified) (1 diff)
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 -
trunk/ppSub/src/ppSubReadoutStats.c
r26982 r29593 46 46 psMetadataCopySingle(data->stats, outRO->analysis, PM_SUBTRACTION_ANALYSIS_MYY); 47 47 psMetadataCopySingle(data->stats, outRO->analysis, PM_SUBTRACTION_ANALYSIS_DECONV_MAX); 48 psMetadataCopySingle(data->stats, outRO->analysis, PM_SUBTRACTION_ANALYSIS_CONVOL_MAX); 48 49 49 50 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
