VF_setODThresh | VD_setODThresh | VE_setODThresh |
VU_setODThresh | VUB_setODThresh | VUS_setODThresh |
VUL_setODThresh | VUQ_setODThresh | VQI_setODThresh |
|
Function | Set the threshold for optical density calculation |
|
Syntax C/C++ | #include <VFmath.h>
void VF_setODThresh( float minX, float minX0 ); |
C++ VecObj | #include <OptiVec>
void vector<T>::setODThresh( T minX, T minX0 ); |
Pascal/Delphi | uses VFmath;
procedure VF_setODThresh( minX, minX0:Single ); |
|
Description | As described for VF_OD and VF_ODwDark, the threshold below which input numbers for these functions are regarded as "experimental noise", with the OD being set to 0.0, can be set to any positive number by VF_setODThresh etc. |
|
|
|
|