Changeset 10864 for trunk/psastro/src/psastroMosaicAstrom.c
- Timestamp:
- Jan 1, 2007, 11:03:03 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicAstrom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicAstrom.c
r10830 r10864 32 32 33 33 // fitted chips will follow the local plate-scale, hiding the distortion 34 // modify the chip->toFPA scaling to match knowledge about pixel scale 34 // modify the chip->toFPA scaling to match knowledge about pixel scale, 35 // then recalculate raw and ref positions 35 36 psastroMosaicCommonScale (fpa, recipe); 37 psastroMosaicSetAstrom (fpa); 36 38 37 39 gradients = psastroMosaicGradients (fpa, recipe); … … 62 64 // XXX modify match radius 63 65 // XXX set chip.order to 1 64 psastroMosaicSetAstrom (fpa);66 psastroMosaicSetAstrom_tmp (fpa); 65 67 psastroMosaicSetMatch (fpa, recipe, 1); 66 68 psastroMosaicChipAstrom (fpa, recipe, 1);
Note:
See TracChangeset
for help on using the changeset viewer.
