Ignore:
Timestamp:
03/15/04 13:59:40 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3499 r3500  
    129129        */
    130130
    131     v.Set(spot(1), -spot(0));
     131    v.Set(spot(0), spot(1));
    132132
    133133    const Float_t max = fGeom->GetMaxRadius()*0.70;
     
    235235    rot.RotateZ(-zdaz0.Phi());
    236236    rot.RotateY(-zdaz0.Theta());
     237    rot.RotateZ(-TMath::Pi()/2); // align coordinate system
    237238
    238239    DrawNet(rot);
     
    267268            if (hasdot)
    268269            {
    269                 TMarker *m=new TMarker(spot(1), -spot(0), 1);
     270                TMarker *m=new TMarker(spot(0), spot(1), 1);
    270271                m->SetBit(kCannotPick);
    271272                m->SetBit(kCanDelete);
     
    275276            }
    276277            if (h)
    277                 h->Fill(spot(1), -spot(0), pow(10, -mag/2.5));
     278                h->Fill(spot(0), spot(1), pow(10, -mag/2.5));
    278279
    279280            if (usecam)
    280                 camera->Fill(spot(1), -spot(0), pow(10, -mag/2.5));
     281                camera->Fill(spot(0), spot(1), pow(10, -mag/2.5));
    281282
    282283            num++;
     
    286287        mean *= 1./num;
    287288
    288         DrawStar(mean(1), -mean(0), *radec, !hasmean, Form("x=%.1fmm y=%.1fmm", mean(1), -mean(0)));
     289        DrawStar(mean(0), mean(1), *radec, !hasmean, Form("x=%.1fmm y=%.1fmm", mean(0), mean(1)));
    289290    }
    290291}
Note: See TracChangeset for help on using the changeset viewer.