Ignore:
Timestamp:
06/28/04 16:34:45 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mastro/MAstroCatalog.cc

    r4213 r4358  
    3030//  THIS IMPLEMENTATION IS PRELIMINARY AND WILL BE MERGED WITH
    3131//  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.
    3243//
    3344//
     
    106117//   - a derived class is missing which supports all astrometrical
    107118//     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/
    108121//
    109122//////////////////////////////////////////////////////////////////////////////
     
    517530// to a file outname. This files will contain an apropriate compressed
    518531// 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/
    519535//
    520536Int_t MAstroCatalog::ReadHeasarcPPM(TString catalog, TString outname)
Note: See TracChangeset for help on using the changeset viewer.