Changeset 15260
- Timestamp:
- Oct 9, 2007, 9:58:52 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicAstrom.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicAstrom.c
r15246 r15260 52 52 53 53 // measure the astrometry for the chips under the distortion term 54 if (!psastroMosaicChipAstrom (fpa, recipe, false)) {54 if (!psastroMosaicChipAstrom (fpa, recipe, 0)) { 55 55 psError(PSASTRO_ERR_UNKNOWN, false, "failed to measure chip astrometry in mosaic mode"); 56 56 return false; … … 74 74 if (psTraceGetLevel("psastro.dump") > 0) { psastroDumpMatches (fpa, "match.4.dat"); } 75 75 76 if (!psastroMosaicChipAstrom (fpa, recipe, 0)) {76 if (!psastroMosaicChipAstrom (fpa, recipe, 1)) { 77 77 psError(PSASTRO_ERR_UNKNOWN, false, "failed to measure chip astrometry in mosaic mode (2nd pass)"); 78 78 return false; … … 96 96 if (psTraceGetLevel("psastro.dump") > 0) { psastroDumpMatches (fpa, "match.6.dat"); } 97 97 98 if (!psastroMosaicChipAstrom (fpa, recipe, 0)) {98 if (!psastroMosaicChipAstrom (fpa, recipe, 2)) { 99 99 psError(PSASTRO_ERR_UNKNOWN, false, "failed to measure chip astrometry in mosaic mode (3rd pass)"); 100 100 return false; … … 108 108 return false; 109 109 } 110 if (!psastroMosaicChipAstrom (fpa, recipe, 1)) {110 if (!psastroMosaicChipAstrom (fpa, recipe, 3)) { 111 111 psError(PSASTRO_ERR_UNKNOWN, false, "failed to measure chip astrometry in mosaic mode (3rd pass)"); 112 112 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
