Changeset 19512
- Timestamp:
- Sep 11, 2008, 3:08:21 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.h
r19314 r19512 35 35 psArray *pmSourceToAstromObj (psArray *sources); 36 36 bool psastroAstromGuess (int *nStars, pmConfig *config); 37 bool psastroAstromGuessCheck (pmConfig *config); 37 38 38 39 psPlaneDistort *psPlaneDistortIdentity (); … … 55 56 56 57 // mosaic fitting functions 57 bool psastroMosaicDistortion (pmFPA *fpa, psMetadata *recipe );58 bool psastroMosaicDistortion (pmFPA *fpa, psMetadata *recipe, int pass); 58 59 psPlaneTransform *psastroMosaicFitRotAndScale (pmFPA *fpa); 59 60 bool psastroMosaicApplyRotAndScale (pmFPA *fpa, psPlaneTransform *TPtoFP); … … 91 92 bool psastroFixChipsTest (pmConfig *config, psMetadata *recipe); 92 93 bool psastroUseModel (pmConfig *config, psMetadata *recipe); 93 bool psastroDumpCorners (char *filename , pmFPA *fpa);94 bool psastroDumpCorners (char *filenameU, char *filenameD, pmFPA *fpa); 94 95 95 96
Note:
See TracChangeset
for help on using the changeset viewer.
