Changeset 4675 for trunk/MagicSoft/Mars
- Timestamp:
- 08/18/04 08:02:16 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4673 r4675 19 19 20 20 -*-*- END OF LINE -*-*- 21 22 23 2004/08/18 : Wolfgang Wittek 24 25 * mastro/MTransCelLocCam.[h,cc] 26 - new class; allows to calculate for any point (X, Y) in the 27 camera the local (celestial) coordinates if the local 28 (celestial) coordinates are known for some fixed point (X0, Y0) 29 in the camera 30 - for given local (celestial) coordinates of the camera center, 31 the meber function PlotGrid draws the lines of constant theta 32 and phi (and of constant dec and hourangle) onto the camera 33 plane 34 35 * mastro/Makefile 36 AstroLinkDef.h 37 - MTransCelLocCam added 38 39 * macros/testMTrans.C 40 - macro to test the class MTransCelLocCam 21 41 22 42 -
trunk/MagicSoft/Mars/mastro/AstroLinkDef.h
r3704 r4675 13 13 14 14 #pragma link C++ class MObservatory+; 15 #pragma link C++ class MTransCelLocCam+; 15 16 16 17 #endif -
trunk/MagicSoft/Mars/mastro/Makefile
r4667 r4675 26 26 MAstroCatalog.cc \ 27 27 MAstroCamera.cc \ 28 MObservatory.cc 28 MObservatory.cc \ 29 MTransCelLocCam.cc 29 30 30 31 ############################################################ … … 35 36 36 37 mrproper: clean rmbak 38 39 40 41 42 43 44 45 46 47 48 49 50
Note:
See TracChangeset
for help on using the changeset viewer.