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

Method sqrt

mne/source_estimate.py:1155–1163  ·  view source on GitHub ↗

Take the square root. Returns ------- stc : instance of SourceEstimate A copy of the SourceEstimate with sqrt(data).

(self)

Source from the content-addressed store, hash-verified

1153 return stc
1154
1155 def sqrt(self):
1156 """Take the square root.
1157
1158 Returns
1159 -------
1160 stc : instance of SourceEstimate
1161 A copy of the SourceEstimate with sqrt(data).
1162 """
1163 return self ** (0.5)
1164
1165 def copy(self):
1166 """Return copy of source estimate instance.

Callers 15

order_funcFunction · 0.80
fit_matched_pointsFunction · 0.80
_split_colorsFunction · 0.80
split_labelFunction · 0.80
_compute_aggregateMethod · 0.80
rotation_anglesFunction · 0.80
_cart_to_sphFunction · 0.80
_sh_complex_to_realFunction · 0.80
_sh_real_to_complexFunction · 0.80
quat_to_rotFunction · 0.80
_one_rot_to_quatFunction · 0.80
_quat_realFunction · 0.80

Calls

no outgoing calls

Tested by 15

_col_corrsFunction · 0.64
test_make_forward_dipoleFunction · 0.64
test_make_field_map_meegFunction · 0.64
_check_snrFunction · 0.64
test_pos_semidef_invFunction · 0.64
test_other_systemsFunction · 0.64
test_multipolar_basesFunction · 0.64
test_spatiotemporalFunction · 0.64
test_st_overlapFunction · 0.64
test_spatiotemporal_onlyFunction · 0.64