MNE computation preferences including regularization, estimate type, color scales, and display options. More...
#include <analyze_types.h>
Public Attributes | |
| int | reg_method |
| float | reg_SNR |
| int | estimate |
| int | do_sqrt |
| int | do_signed |
| int | do_normal_comp |
| int | do_alt_noise |
| MNELIB::MNEMshColorScaleDef | scale_MNE |
| MNELIB::MNEMshColorScaleDef | scale_dSPM |
| MNELIB::MNEMshColorScaleDef | scale_sLORETA |
| int | nstep |
| float | integ |
| int | show_scale_bar |
| int | show_comments |
| int | sketch_mode |
| int | thresh_estimate |
| float | thresh |
| float | alpha |
| int | simulate |
MNE computation preferences including regularization, estimate type, color scales, and display options.
Definition at line 129 of file analyze_types.h.
| float INVERSELIB::mnePref::alpha |
Definition at line 147 of file analyze_types.h.
| int INVERSELIB::mnePref::do_alt_noise |
Definition at line 136 of file analyze_types.h.
| int INVERSELIB::mnePref::do_normal_comp |
Definition at line 135 of file analyze_types.h.
| int INVERSELIB::mnePref::do_signed |
Definition at line 134 of file analyze_types.h.
| int INVERSELIB::mnePref::do_sqrt |
Definition at line 133 of file analyze_types.h.
| int INVERSELIB::mnePref::estimate |
Definition at line 132 of file analyze_types.h.
| float INVERSELIB::mnePref::integ |
Definition at line 141 of file analyze_types.h.
| int INVERSELIB::mnePref::nstep |
Definition at line 140 of file analyze_types.h.
| int INVERSELIB::mnePref::reg_method |
Definition at line 130 of file analyze_types.h.
| float INVERSELIB::mnePref::reg_SNR |
Definition at line 131 of file analyze_types.h.
| MNELIB::MNEMshColorScaleDef INVERSELIB::mnePref::scale_dSPM |
Definition at line 138 of file analyze_types.h.
| MNELIB::MNEMshColorScaleDef INVERSELIB::mnePref::scale_MNE |
Definition at line 137 of file analyze_types.h.
| MNELIB::MNEMshColorScaleDef INVERSELIB::mnePref::scale_sLORETA |
Definition at line 139 of file analyze_types.h.
| int INVERSELIB::mnePref::show_comments |
Definition at line 143 of file analyze_types.h.
| int INVERSELIB::mnePref::show_scale_bar |
Definition at line 142 of file analyze_types.h.
| int INVERSELIB::mnePref::simulate |
Definition at line 148 of file analyze_types.h.
| int INVERSELIB::mnePref::sketch_mode |
Definition at line 144 of file analyze_types.h.
| float INVERSELIB::mnePref::thresh |
Definition at line 146 of file analyze_types.h.
| int INVERSELIB::mnePref::thresh_estimate |
Definition at line 145 of file analyze_types.h.