Changeset 557 in Sophya for trunk/SophyaPI/PI/piimage.cc


Ignore:
Timestamp:
Nov 9, 1999, 7:24:11 PM (26 years ago)
Author:
ercodmgr
Message:

Correction calcul lut - Reza 9/9/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/piimage.cc

    r537 r557  
    136136AddDrawer(mdrw, true, false, false);
    137137
    138 SetLut(0., 32000., kLutType_Lin, 0, false);
     138SetLut(-9.e19, 9.e19, kLutType_Lin, 0, false);
    139139SetColMapId(CMAP_COLRJ32);
    140140// pour le copier-coller
     
    432432  int nbsig = lauto; 
    433433  double fracmax = 1. - 0.05*nbsig;
     434  int nbnul, nbsat;
     435  double moy, sig;
     436  img->CheckDyn(min, max, moy, sig, nbnul, nbsat);
    434437  img->ComputeLut_PicHisto(min, max, nbsig, fracmax);
    435438  }
Note: See TracChangeset for help on using the changeset viewer.