Ignore:
Timestamp:
08/06/07 17:39:27 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHVsSize.cc

    r7142 r8659  
    161161
    162162    /*
    163     ApplyBinning(*plist, "Width",  fWidth);
    164     ApplyBinning(*plist, "Length", fLength);
    165     ApplyBinning(*plist, "Dist",   fDistC);
    166     ApplyBinning(*plist, "Delta",  fDelta);
    167     ApplyBinning(*plist, "Size",   fSize);
    168 
    169     const MBinning *bins = (MBinning*)plist->FindObject("BinningCamera");
    170     if (!bins)
    171     {
    172         float r = fGeomCam ? fGeomCam->GetMaxRadius() : 600;
    173         r *= 0.9;
    174         if (!fUseMmScale)
    175             r *= fMm2Deg;
    176 
    177         MBinning b;
    178         b.SetEdges(61, -r, r);
    179         SetBinning(fCenter, &b, &b);
    180     }
    181     else
    182         SetBinning(fCenter, bins, bins);
    183     */
     163     ApplyBinning(*plist, "Width",  "Size", fWidth);
     164     ApplyBinning(*plist, "Length", "Size", fLength);
     165     ApplyBinning(*plist, "Area",   "Size", fArea);
     166     ApplyBinning(*plist, "M3Long", "Size", fM3Long);
     167     ApplyBinning(*plist, "Conc1",  "Size", fConc1);
     168     */
    184169
    185170    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.