Changeset 4358 for trunk/MagicSoft/Mars/mastro
- Timestamp:
- 06/28/04 16:34:45 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mastro/MAstroCatalog.cc
r4213 r4358 30 30 // THIS IMPLEMENTATION IS PRELIMINARY AND WILL BE MERGED WITH 31 31 // SOME PARTS OF THE DRIVE SOFTWARE SOON! 32 // 33 // 34 // Catalogs: 35 // --------- 36 // 37 // To be able to use this class you need a catalog file suppored by 38 // MAstroCatalog. 39 // Catalog files can be found at 40 // http://magic.astro.uni-wuerzburg.de/mars/catalogs.html 41 // You must copy the file into the directory from which you start your macro 42 // or give an abolute path loading the catalog. 32 43 // 33 44 // … … 106 117 // - a derived class is missing which supports all astrometrical 107 118 // correction (base on slalib and useable in Cosy) 119 // - Implement a general loader for heasarc catlogs, see 120 // http://heasarc.gsfc.nasa.gov/W3Browse/star-catalog/ 108 121 // 109 122 ////////////////////////////////////////////////////////////////////////////// … … 517 530 // to a file outname. This files will contain an apropriate compressed 518 531 // file format. You can read such files again using ReadCompressed. 532 // 533 // FIXME: A General loader for heasarc catlogs is missing, see 534 // http://heasarc.gsfc.nasa.gov/W3Browse/star-catalog/ 519 535 // 520 536 Int_t MAstroCatalog::ReadHeasarcPPM(TString catalog, TString outname)
Note:
See TracChangeset
for help on using the changeset viewer.