Changeset 25027 for branches/pap/magic/remove/src/streaksastrom.h
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
magic (modified) (1 prop)
-
magic/remove/src (modified) (1 prop)
-
magic/remove/src/streaksastrom.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/magic
-
Property svn:ignore
set to
magic
ssa-core-cpp
Makefile
Makefile.bak
-
Property svn:ignore
set to
-
branches/pap/magic/remove/src
- Property svn:ignore
-
old new 1 isdestreaked 1 2 streaksremove 2 3 streaksreplace 3 4 streakscompare 4 5 streaksrelease 6 makefile
-
- Property svn:ignore
-
branches/pap/magic/remove/src/streaksastrom.h
r21155 r25027 30 30 extern bool skyToCell(strkPt *, strkAstrom *astrom, double ra, double dec); 31 31 extern bool cellToSky(strkPt *, strkAstrom *astrom, double x, double y); 32 extern void linearizeTransforms(strkAstrom *astrom); 32 extern bool linearizeTransforms(strkAstrom *astrom); 33 34 extern bool SkyToLocal(strkPt *outPt, strkAstrom *astrom, double ra, double dec); 35 extern bool LocalToSky(strkPt *outPt, strkAstrom *astrom, strkPt *inPt); 36 extern bool componentBounds(int *minX, int *minY, int *maxX, int *maxY, strkAstrom *astrom, int numCols, int numRows); 33 37 34 38 #endif // STREAKS_ASTROM_H
Note:
See TracChangeset
for help on using the changeset viewer.
