Changeset 16074
- Timestamp:
- Jan 14, 2008, 4:54:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicAstrom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicAstrom.c
r15891 r16074 23 23 // before we do object matches, we need to (optionally) fix failed chips. We compare chips with 24 24 // the supplied mosaic model. Adjust significant outliers to match model. 25 # if (0) 25 26 if (!psastroFixChips (config, recipe)) { 26 27 psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips"); 27 28 return false; 28 29 } 30 if (!psastroFixChipsTest (config, recipe)) { 31 psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips"); 32 return false; 33 } 34 # endif 29 35 30 36 // given the existing per-chip astrometry, determine matches between raw and ref stars
Note:
See TracChangeset
for help on using the changeset viewer.
