0706ad95fa091003f29bd1d568a17324453bb297,examples/inverse/plot_lcmv_beamformer_volume.py,,,#,24

Before Change



// plot source time courses with the maximum peak amplitudes at 88 ms
plt.figure()
plt.plot(stc.times, stc.data[np.argsort(np.max(stc.data[:, idx],
                                               axis=1))[-40:]].T)
plt.xlabel("Time (ms)")
plt.ylabel("LCMV value")

After Change


// You can save result in stc files with:
// stc.save("lcmv-vol")

clim = dict(kind="value", pos_lims=[0.3, 0.6, 0.9])
stc.plot(src=forward["src"], subject="sample", subjects_dir=subjects_dir,
         clim=clim)

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: mne-tools/mne-python
Commit Name: 0706ad95fa091003f29bd1d568a17324453bb297
Time: 2018-09-15
Author: jasmainak@users.noreply.github.com
File Name: examples/inverse/plot_lcmv_beamformer_volume.py
Class Name:
Method Name:


Project Name: astroML/astroML
Commit Name: b1402d88a210ddb402bee4189edd5bdb2ada8403
Time: 2019-01-02
Author: bsipocz@gmail.com
File Name: astroML/density_estimation/tests/test_hist_binwidth.py
Class Name:
Method Name: test_freedman_bin_width


Project Name: brian-team/brian2
Commit Name: 8578aaa850b70522b19c637cdcd796dfbb5d59bc
Time: 2014-06-25
Author: marcel.stimberg@ens.fr
File Name: brian2/groups/spikegeneratorgroup.py
Class Name: SpikeGeneratorGroup
Method Name: __init__