Changeset 2751 for trunk/MagicSoft


Ignore:
Timestamp:
12/29/03 19:31:59 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/Changelog

    r2616 r2751  
    11                                                                  -*-*- END -*-*-
     2 2003/12/29 - Thomas Bretz
     3
     4   * base/MObservatory.cc:
     5     - By fixing a bug evaluating the '-'-sign in latitude
     6       the bending correction changed
     7 
     8   * bending_magic.txt:
     9     - new calculation with sign-fix. AnAw became unimportant
     10
     11
     12
    213 2003/12/07 - Thomas Bretz
    314
  • trunk/MagicSoft/Cosy/bending_magic.txt

    r2615 r2751  
    1 MAGIC1 2003/12/07 0:02:39.100594
     1MAGIC1 2003/12/29 19:15:38.433
    22S   00   000000   000000  0000000
    3      IA     501.66388   0.034611014
    4      IE    -9.0592376    0.02005678
     3     IA     502.52368   0.034356796
     4     IE    -9.0564239   0.019895878
    55   FLOP             0             0
    66     AN             0             0
    7      AW    -1.5593388   0.022279916
    8    NPAE   0.073726654   0.039384899
     7     AW             0             0
     8   NPAE   0.077561439   0.038824444
    99     CA             0             0
    1010     TF             0             0
  • trunk/MagicSoft/Cosy/gui/MGSkyPosition.cc

    r2615 r2751  
    4646    fSlaPlanet = new SlaPlanets(fObservatory);
    4747    fSlaStar   = new SlaStars(fObservatory);
     48
     49    fSlaStar->Print();
    4850
    4951    //
  • trunk/MagicSoft/Mars/mtemp/MObservatory.h

    r2750 r2751  
    3333    void SetLocation(LocationName_t name);
    3434
    35     void Print(Option_t *) const;
     35    void Print(Option_t *o=0) const;
    3636
    3737    const TString &GetObservatoryName() const { return fObservatoryName; }
     
    5151
    5252    ClassDef(MObservatory, 0)
    53 
    5453};
    5554
    5655#endif
    57 
Note: See TracChangeset for help on using the changeset viewer.