We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2151c18 commit eb0f00bCopy full SHA for eb0f00b
py4DSTEM/visualize/show.py
@@ -267,8 +267,8 @@ def show(
267
* 'centered': The vmin/vmax values are set to ``c -/+ m``, where by default
268
'c' is zero and m is the max(abs(ar-c), or the two params can be user
269
specified using the kwargs vmin/vmax -> c/m.
270
- vmin (number): min intensity, behavior depends on clipvals
271
- vmax (number): max intensity, behavior depends on clipvals
+ vmin (number): min intensity, behavior depends on intensity_range
+ vmax (number): max intensity, behavior depends on intensity_range
272
min,max: alias' for vmin,vmax, throws deprecation warning
273
power (number): specifies the scaling power
274
power_offset (bool): If true, image has min value subtracted before power scaling
0 commit comments