Changeset 557 in Sophya for trunk/SophyaPI/PI/piimage.cc
- Timestamp:
- Nov 9, 1999, 7:24:11 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piimage.cc
r537 r557 136 136 AddDrawer(mdrw, true, false, false); 137 137 138 SetLut( 0., 32000., kLutType_Lin, 0, false);138 SetLut(-9.e19, 9.e19, kLutType_Lin, 0, false); 139 139 SetColMapId(CMAP_COLRJ32); 140 140 // pour le copier-coller … … 432 432 int nbsig = lauto; 433 433 double fracmax = 1. - 0.05*nbsig; 434 int nbnul, nbsat; 435 double moy, sig; 436 img->CheckDyn(min, max, moy, sig, nbnul, nbsat); 434 437 img->ComputeLut_PicHisto(min, max, nbsig, fracmax); 435 438 }
Note:
See TracChangeset
for help on using the changeset viewer.