Changeset 5560 for trunk/psastro/src/pmAstrom.h
- Timestamp:
- Nov 21, 2005, 11:03:53 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/pmAstrom.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/pmAstrom.h
r5510 r5560 3 3 # include <unistd.h> // for unlink 4 4 # include <pslib.h> 5 6 psArray *pmAstromGridMatch (psArray *s1, psArray *s2, pmAstromGridMatchOpt *opt); 5 # include <pmAstrometry.h> 7 6 8 7 typedef struct { … … 22 21 23 22 typedef struct { 24 double minAngle;25 double maxAngle;26 double delAngle;27 } pmAstromOpt;28 29 typedef struct {30 23 psPlane center; 31 24 psPlane offset; 32 double angle;33 double minMetric;34 double minVar;35 int nMatch;36 } pmAstrom GridMatchStats;25 double angle; 26 double minMetric; 27 double minVar; 28 int nMatch; 29 } pmAstromStats; 37 30 31 pmAstromObj *pmAstromObjAlloc (void); 32 pmAstromObj *pmAstromObjCopy (pmAstromObj *old); 33 pmAstromMatch *pmAstromMatchAlloc (int i1, int i2); 34 psArray *pmAstromRadiusMatch (psArray *st1, psArray *st2, psMetadata *config); 35 psArray *pmAstromRotateObj (psArray *old, psPlane center, double angle); 36 psPlaneTransform *pmAstromMatchFit (psPlaneTransform *map, psArray *st1, psArray *st2, psArray *match, psMetadata *config); 37 38 int pmAstromObjSortByFPX (const void **a, const void **b); 39 40 bool psastroProjectFPA (pmFPA *fpa, char *starlist, bool toSky); 41 bool psastroProjectRawstars (psArray *stars, pmReadout *readout); 42 bool psastroProjectRefstars (psArray *stars, pmReadout *readout); 43 44 psPlane* psCoordChipToCell_EAM( 45 psPlane* out, ///< a plane struct to recycle. If NULL, a new struct is created 46 const psPlane* in, ///< the Chip coordinate 47 const pmCell* cell ///< the cell of interest 48 ); 49 50 psPlaneTransform *p_psPlaneTransformLinearInvert_EAM(psPlaneTransform *transform);
Note:
See TracChangeset
for help on using the changeset viewer.
