Package reflectometry :: Package reduction :: Module limits

Module limits

source code

Data limits for high dynamic range data.

Limits() is a class for collecting combined limits on multiple sets of data.

limits(x,dv=0) returns floor,ceiling for a single dataset.

Classes
  Limits
Collect data limits, used for selecting ranges in colour maps for example.
Functions
 
limits(v, dv=0)
Return data limits (floor, ceiling), where floor is the minimum significant value (1/2-sigma away from zero) and ceiling is the maximum absolute value.
source code
Function Details

limits(v, dv=0)

source code 
Return data limits (floor, ceiling), where floor is the minimum significant value (1/2-sigma away from zero) and ceiling is the maximum absolute value. If dv=0, then floor is the minimum non-zero absolute value.