Changeset 4518 for trunk/MagicSoft
- Timestamp:
- 08/05/04 17:26:48 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4517 r4518 22 22 2004/08/05: Robert Wagner 23 23 24 * m temp/mmpi/MAstroCatalog.[h,cc]24 * mastro/MAstroCatalog.[h,cc] 25 25 - Added MAstroCatalog::AddObject, functionality to insert single 26 26 objects manually; needed for mtemp/mmpi/MSourceDirections -
trunk/MagicSoft/Mars/mastro/MAstroCatalog.h
r4213 r4518 60 60 void ReadBinary(istream &in); 61 61 62 ClassDef(MVector3, 1) // A specialized TVector3 stor eing a star-name62 ClassDef(MVector3, 1) // A specialized TVector3 storing a star-name 63 63 }; 64 64 … … 175 175 Int_t ReadHeasarcPPM(TString catalog = "heasarc_ppm.tdat", TString fout=""); 176 176 Int_t ReadCompressed(TString catalog); 177 Int_t AddObject(Float_t ra, Float_t dec, Float_t mag, TString name=""); 177 178 178 179 void Print(Option_t *o="") const { fList.Print(); } // Print all stars -
trunk/MagicSoft/Mars/mtemp/Changelog
r4440 r4518 18 18 19 19 -*-*- END OF LINE -*-*- 20 2004/08/05: Robert Wagner 21 22 * mtemp/mmpi/MSourceDirections.[h,cc] 23 - Converts objects given by their sky coordinates into 24 camera coordinates by using MAstroCamera the same way 25 as MFindStars does. 26 20 27 21 28 2004/08/02: Robert Wagner 29 22 30 * mtemp/mmpi/MFindStars.[h,cc] 23 31 - Functionality for finding stars by using stars from star catalog
Note:
See TracChangeset
for help on using the changeset viewer.