d216af31b527389779d8a0024449b0687e501337,plot_nyu_rest_decomposition.py,,,#,5
Before Change
S = np.ma.masked_equal(S, 0, copy=False)
for i in range(n_components):
vmax = np.max(np.abs(S[..., i]))
plt.figure(i)
plt.imshow(mean_img[:, :, 25], interpolation="nearest", cmap=plt.cm.gray)
plt.imshow(S[:, :, 25, i], interpolation="nearest", cmap=plt.cm.jet,
vmax=vmax, vmin=-vmax)
plt.show()
After Change
vmax=vmax, vmin=-vmax)
plt.subplot(122)
plt.axis("off")
plt.title("Ventral attention network")
vmax = np.max(np.abs(S[..., 19]))
plt.imshow(mean_img[:, :, 25], interpolation="nearest", cmap=plt.cm.gray)
plt.imshow(S[:, :, 25, 19], interpolation="nearest", cmap=plt.cm.jet,
vmax=vmax, vmin=-vmax)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: nilearn/nilearn
Commit Name: d216af31b527389779d8a0024449b0687e501337
Time: 2012-06-22
Author: alexandre.abraham@cea.fr
File Name: plot_nyu_rest_decomposition.py
Class Name:
Method Name:
Project Name: kymatio/kymatio
Commit Name: 4f1e7f2f936bf5f3e6d1da8d8be843dc3273fe67
Time: 2018-11-21
Author: janden@flatironinstitute.org
File Name: examples/1d/plot_filters.py
Class Name:
Method Name:
Project Name: deepfakes/faceswap
Commit Name: dd3288672a7e8c1a57ea96fb36876617b29b3436
Time: 2019-08-24
Author: 36920800+torzdf@users.noreply.github.com
File Name: lib/gui/control_helper.py
Class Name: ControlBuilder
Method Name: radio_control