Ignore:
Timestamp:
05/14/04 17:41:08 (20 years ago)
Author:
jlopez
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/macros/findstars.C

    r4073 r4075  
    8585  dccal.SetFileName(continuoslightfile);
    8686 
     87
    8788  const Int_t numblind = 12;
    8889  const Short_t x[numblind] = {  8,  27,
     
    9091                               543, 559, 560, 561, 567};
    9192  const TArrayS blindpixels(numblind,(Short_t*)x);
    92   MFindStars findstars;
    93   findstars.SetBlindPixels(blindpixels);
    9493  Float_t ringinterest = 100; //[mm]
    9594  Float_t tailcut = 3.5;
    9695  UInt_t integratedevents = 10;
     96
     97  MFindStars findstars;
     98  //  findstars.SetBlindPixels(blindpixels);
    9799  findstars.SetRingInterest(ringinterest);
    98100  findstars.SetDCTailCut(tailcut);
     
    131133          return;
    132134     
    133        MHCamera display0(geomcam);
    134        display0.SetPrettyPalette();
    135        display0.Draw();
    136 //        display0.SetCamContent(dccal.GetDisplay());
    137        display0.SetCamContent(dccal.GetDCCalibrationFactor());
    138        gPad->Modified();
    139        gPad->Update();
     135//        MHCamera display0(geomcam);
     136//        display0.SetPrettyPalette();
     137//        display0.Draw();
     138//        //       display0.SetCamContent(dccal.GetDisplay());
     139//        display0.SetCamContent(dccal.GetDCCalibrationFactor());
     140//        gPad->Modified();
     141//        gPad->Update();
    140142
    141        // Remove the comments if you want to go through the file
    142        // event-by-event:
    143        if (!HandleInput())
    144          break;
     143//        // Remove the comments if you want to go through the file
     144//        // event-by-event:
     145//        if (!HandleInput())
     146//          break;
    145147
    146148       MHCamera display(geomcam);
Note: See TracChangeset for help on using the changeset viewer.