- Timestamp:
- Oct 15, 2021, 6:45:21 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ppStack.20211015/src/ppStackSetup.c
r35167 r41841 18 18 options->convolve = psMetadataLookupBool(NULL, recipe, "CONVOLVE"); // Convolve images? 19 19 options->doBackground = psMetadataLookupBool(NULL, recipe, "BACKGROUND.MODEL"); 20 21 options->clipPercent = psMetadataLookupBool(NULL, recipe, "COMBINE.PERCENT"); // use percentile range to clip? 22 options->clipMinRange = psMetadataLookupF32 (NULL, recipe, "COMBINE.MIN.RANGE"); // min percentile 23 options->clipMaxRange = psMetadataLookupF32 (NULL, recipe, "COMBINE.MAX.RANGE"); // max percentile 24 20 25 21 26 if (!psMetadataLookupBool(NULL, config->arguments, "HAVE.PSF")) {
Note:
See TracChangeset
for help on using the changeset viewer.
