Single saved timecourse extracted from source data or overlay, with label, vertex selection, and waveform. More...
#include <analyze_types.h>
Public Attributes | |
| char * | file_name |
| char * | comment |
| int | source |
| int | quantity |
| int | fixed_ori |
| int | active |
| mshLabel | label |
| float ** | timecourses |
| int * | sel |
| float ** | rr |
| int | coord_frame |
| int | nsel |
| int | label_task |
| float * | timecourse_task |
| int | is_signed |
| int | np |
| float | tmin |
| float | tstep |
| float | color [3] |
Single saved timecourse extracted from source data or overlay, with label, vertex selection, and waveform.
Definition at line 299 of file analyze_types.h.
| int INVERSELIB::timecourseData::active |
Definition at line 305 of file analyze_types.h.
| float INVERSELIB::timecourseData::color[3] |
Definition at line 318 of file analyze_types.h.
| char* INVERSELIB::timecourseData::comment |
Definition at line 301 of file analyze_types.h.
| int INVERSELIB::timecourseData::coord_frame |
Definition at line 310 of file analyze_types.h.
| char* INVERSELIB::timecourseData::file_name |
Definition at line 300 of file analyze_types.h.
| int INVERSELIB::timecourseData::fixed_ori |
Definition at line 304 of file analyze_types.h.
| int INVERSELIB::timecourseData::is_signed |
Definition at line 314 of file analyze_types.h.
| mshLabel INVERSELIB::timecourseData::label |
Definition at line 306 of file analyze_types.h.
| int INVERSELIB::timecourseData::label_task |
Definition at line 312 of file analyze_types.h.
| int INVERSELIB::timecourseData::np |
Definition at line 315 of file analyze_types.h.
| int INVERSELIB::timecourseData::nsel |
Definition at line 311 of file analyze_types.h.
| int INVERSELIB::timecourseData::quantity |
Definition at line 303 of file analyze_types.h.
| float** INVERSELIB::timecourseData::rr |
Definition at line 309 of file analyze_types.h.
| int* INVERSELIB::timecourseData::sel |
Definition at line 308 of file analyze_types.h.
| int INVERSELIB::timecourseData::source |
Definition at line 302 of file analyze_types.h.
| float* INVERSELIB::timecourseData::timecourse_task |
Definition at line 313 of file analyze_types.h.
| float** INVERSELIB::timecourseData::timecourses |
Definition at line 307 of file analyze_types.h.
| float INVERSELIB::timecourseData::tmin |
Definition at line 316 of file analyze_types.h.
| float INVERSELIB::timecourseData::tstep |
Definition at line 317 of file analyze_types.h.