Changeset 12718 for trunk/psastro/src/psastroMosaicAstrom.c
- Timestamp:
- Apr 3, 2007, 10:43:21 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicAstrom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicAstrom.c
r12536 r12718 74 74 if (psTraceGetLevel("psastro.dump") > 0) { psastroDumpMatches (fpa, "match.4.dat"); } 75 75 76 if (!psastroMosaicChipAstrom (fpa, recipe, false)) {76 if (!psastroMosaicChipAstrom (fpa, recipe, 0)) { 77 77 psError(PSASTRO_ERR_UNKNOWN, false, "failed to measure chip astrometry in mosaic mode (2nd pass)"); 78 78 return false; … … 82 82 // now fit the chips under the common distortion with higher-order terms 83 83 // first, re-perform the match with a slightly tighter circle 84 if (!psastroMosaicSetMatch (fpa, recipe, 1)) {84 if (!psastroMosaicSetMatch (fpa, recipe, 2)) { 85 85 psError(PSASTRO_ERR_UNKNOWN, false, "failed to match raw and ref stars for mosaic (3rd pass)"); 86 86 return false; 87 87 } 88 if (!psastroMosaicChipAstrom (fpa, recipe, true)) {88 if (!psastroMosaicChipAstrom (fpa, recipe, 1)) { 89 89 psError(PSASTRO_ERR_UNKNOWN, false, "failed to measure chip astrometry in mosaic mode (3rd pass)"); 90 90 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
