- Timestamp:
- Oct 28, 2007, 3:42:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071023/psastro/src/psastroMosaicAstrom.c
r15359 r15401 21 21 pmFPA *fpa = input->fpa; 22 22 23 // XXX before we do object matches, we need to fix failed chips 24 // compare chips with supplied mosaic model 25 // adjust significant outliers to match model 26 27 if (!psastroEnforceChips (fpa, recipe) { 23 // before we do object matches, we need to (optionally) fix failed chips. We compare chips with 24 // the supplied mosaic model. Adjust significant outliers to match model. 25 if (!psastroEnforceChips (config, fpa, recipe)) { 28 26 psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips"); 29 27 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
