IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 1, 2007, 11:03:03 AM (20 years ago)
Author:
eugene
Message:

added various plots, more work on the mosaic astrometry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroMosaicAstrom.c

    r10830 r10864  
    3232
    3333    // 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
    3536    psastroMosaicCommonScale (fpa, recipe);
     37    psastroMosaicSetAstrom (fpa);
    3638
    3739    gradients = psastroMosaicGradients (fpa, recipe);
     
    6264    // XXX modify match radius
    6365    // XXX set chip.order to 1
    64     psastroMosaicSetAstrom (fpa);
     66    psastroMosaicSetAstrom_tmp (fpa);
    6567    psastroMosaicSetMatch (fpa, recipe, 1);
    6668    psastroMosaicChipAstrom (fpa, recipe, 1);
Note: See TracChangeset for help on using the changeset viewer.