IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19314


Ignore:
Timestamp:
Sep 2, 2008, 9:11:55 AM (18 years ago)
Author:
eugene
Message:

adding correction for relative rotation between FP and TP when fitting distortion (assumed to be a perturbation

Location:
trunk/psastro/src
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/Makefile.am

    r19049 r19314  
    6262        psastroUseModel.c           \
    6363        psastroMosaicAstrom.c       \
     64        psastroMosaicDistortion.c   \
     65        psastroMosaicFPtoTP.c       \
    6466        psastroMosaicGradients.c    \
     67        psastroMosaicCorrectDistortion.c   \
    6568        psastroMosaicChipAstrom.c   \
    6669        psastroMosaicOneChip.c      \
  • trunk/psastro/src/psastro.h

    r19049 r19314  
    5555
    5656// mosaic fitting functions
    57 bool              psastroMosaicGradients (pmFPA *fpa, psMetadata *recipe);
     57bool              psastroMosaicDistortion (pmFPA *fpa, psMetadata *recipe);
     58psPlaneTransform *psastroMosaicFitRotAndScale (pmFPA *fpa);
     59bool              psastroMosaicApplyRotAndScale (pmFPA *fpa, psPlaneTransform *TPtoFP);
     60bool              psastroMosaicDistortionFromGradients (pmFPA *fpa, psMetadata *recipe);
     61bool              psastroMosaicCorrectDistortion (pmFPA *fpa, psPlaneTransform *TPtoFP);
    5862bool              psastroMosaicCommonScale (pmFPA *fpa, psMetadata *recipe);
    5963bool              psastroMosaicAstrom (pmConfig *config);
Note: See TracChangeset for help on using the changeset viewer.