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.
|
|
Limits
Collect data limits, used for selecting ranges in colour maps for example.
|
|
|
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
|
|
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.
|