Changeset 9373 for trunk/psastro/src/psastro.h
- Timestamp:
- Oct 6, 2006, 4:08:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.h
r8860 r9373 1 # ifdef HAVE_CONFIG_H 2 # include <config.h> 3 # endif 4 1 5 # include <stdio.h> 2 6 # include <string.h> … … 25 29 bool psastroAstromGuess (pmConfig *config); 26 30 27 // bool pmAstromReadWCS (psProjection **toSkyOut, psPlaneDistort **toTPAout, psPlaneTransform **toFPAout, psMetadata *header, double plateScale);28 31 bool pmAstromReadWCS (pmFPA *fpa, pmChip *chip, psMetadata *header, double plateScale, bool isMosaic); 29 32 bool pmAstromWriteWCS (psPlaneTransform *toFPA, psProjection *toSky, psMetadata *header, double plateScale); … … 32 35 psArray *psastroLoadReferences (pmConfig *config); 33 36 bool psastroChipAstrom (pmConfig *config, psArray *refs); 34 bool psastroOneChip (pmFPA *fpa, pmChip *chip, psArray *refset, psArray *rawset, psMetadata *recipe );37 bool psastroOneChip (pmFPA *fpa, pmChip *chip, psArray *refset, psArray *rawset, psMetadata *recipe, psMetadata *updates); 35 38 36 39 // bool psVectorSmooth (psVector *vector, double sigma, double Nsigma);
Note:
See TracChangeset
for help on using the changeset viewer.
