Changeset 3499 for trunk


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

Legend:

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

    r3487 r3499  
    129129        */
    130130
    131     v.Set(spot(1), spot(0));
     131    v.Set(spot(1), -spot(0));
    132132
    133133    const Float_t max = fGeom->GetMaxRadius()*0.70;
     
    267267            if (hasdot)
    268268            {
    269                 TMarker *m=new TMarker(spot(1), spot(0), 1);
     269                TMarker *m=new TMarker(spot(1), -spot(0), 1);
    270270                m->SetBit(kCannotPick);
    271271                m->SetBit(kCanDelete);
     
    275275            }
    276276            if (h)
    277                 h->Fill(spot(1), spot(0), pow(10, -mag/2.5));
     277                h->Fill(spot(1), -spot(0), pow(10, -mag/2.5));
    278278
    279279            if (usecam)
    280                 camera->Fill(spot(1), spot(0), pow(10, -mag/2.5));
     280                camera->Fill(spot(1), -spot(0), pow(10, -mag/2.5));
    281281
    282282            num++;
     
    286286        mean *= 1./num;
    287287
    288         DrawStar(mean(1), mean(0), *radec, !hasmean, Form("x=%.1fmm y=%.1fmm", mean(1), mean(0)));
     288        DrawStar(mean(1), -mean(0), *radec, !hasmean, Form("x=%.1fmm y=%.1fmm", mean(1), -mean(0)));
    289289    }
    290290}
Note: See TracChangeset for help on using the changeset viewer.