Changeset 3571


Ignore:
Timestamp:
03/22/04 13:40:06 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

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

    r3568 r3571  
    782782        TVector2 s(v->Phi(), v->Theta());
    783783        if (Convert(rot, s)==kTRUE)
    784             DrawStar(s.X(), TMath::Pi()/2-s.Y(), *v, kFALSE);
     784            DrawStar(s.X(), -(TMath::Pi()/2-s.Y()), *v, kFALSE);
    785785    }
    786786
  • trunk/MagicSoft/Mars/mmain/Makefile

    r3440 r3571  
    2424INCLUDES = -I. -I../mbase -I../manalysis -I../mdatacheck -I../mraw        \
    2525           -I../mgui -I../mgeom -I../mhbase -I../mhist -I../mmontecarlo   \
    26            -I../mfileio -I../mimage -I../mhistmc -I../mgbase -I../mfbase \
    27            -I../mdata -I../msignal -I../mcalib -I../mbadpixels
     26           -I../mfileio -I../mimage -I../mhistmc -I../mgbase -I../mfbase  \
     27           -I../mdata -I../msignal -I../mcalib -I../mbadpixels            \
     28           -I../mpointing
    2829
    2930#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.