Changeset 13593 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Jun 1, 2007, 6:16:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r13411 r13593 24 24 25 25 // generate mask & weight images if they don't already exit 26 if ((!readout->mask && !pmReadoutGenerateMask(readout)) || 26 if ((!readout->mask && !pmReadoutGenerateMask(readout, pmConfigMask("SAT", config), 27 pmConfigMask("BAD", config))) || 27 28 (!readout->weight && !pmReadoutGenerateWeight(readout, true))) { 28 29 psError (PSPHOT_ERR_CONFIG, false, "trouble creating mask and/or weight"); … … 37 38 38 39 // I have a valid mask, now mask in the analysis region of interest 39 psphotMaskReadout (readout, recipe );40 psphotMaskReadout (readout, recipe, config); 40 41 41 42 // run a single-model test if desired
Note:
See TracChangeset
for help on using the changeset viewer.
