MCPcopy
hub / github.com/mne-tools/mne-python / minimum

Method minimum

mne/viz/backends/_qt.py:1272–1274  ·  view source on GitHub ↗

Get the minimum.

(self)

Source from the content-addressed store, hash-verified

1270 self.floatValueChanged.emit(value / self._precision)
1271
1272 def minimum(self):
1273 """Get the minimum."""
1274 return super().minimum() / self._precision
1275
1276 def setMinimum(self, value):
1277 """Set the minimum."""

Callers 14

mousePressEventMethod · 0.95
_resample_stim_channelsFunction · 0.80
_triage_filter_paramsFunction · 0.80
_nearest_tri_edgeFunction · 0.80
compute_depth_priorFunction · 0.80
_find_eog_eventsFunction · 0.80
test_inverse_mixed_looseFunction · 0.80
get_dataMethod · 0.80
resampleMethod · 0.80
test_resampleFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_inverse_mixed_looseFunction · 0.64
test_resampleFunction · 0.64