MINDecoding Interface
User Documentation
Overview
Installation & Usage
Capabilities
The Interface
Peripherals
Extra Plot Windows
Example Workflows
Settings
Developer Documentation
High Level Overview
Parameters
The Backend
The GUI
Plotters
API Reference
MINDecoding Interface
»
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
W
|
X
|
Z
_
__init__() (backend.AnalysisPacket method)
(backend.ASResults method)
(backend.Backend method)
(backend.data.AnalysisData method)
(backend.data.FeatureData method)
(backend.data.OutputData method)
(backend.data.RawData method)
(backend.features.MAV method)
(backend.features.MFL method)
(backend.features.PosDevs method)
(backend.features.Raw method)
(backend.features.SLC method)
(backend.features.WVL method)
(backend.features.ZRC method)
(backend.filter.Filter method)
(backend.Movement method)
(backend.NestableSessionPool method)
(backend.OutputParams method)
(backend.results.FirstHoldTime method)
(backend.results.MaxHoldTime method)
(backend.results.MSEMoving method)
(backend.results.RatioOnTarget method)
(backend.results.RiseTime method)
(backend.results.RMSEAll method)
(backend.results.RMSECross method)
(backend.results.RMSEMoving method)
(backend.results.RMSEStationary method)
(backend.results.RMSETotal method)
(backend.results.Success method)
(backend.runners.ActionSelection method)
(backend.runners.Collector method)
(backend.runners.FileTest method)
(backend.runners.FreeCollect method)
(backend.runners.FreeTest method)
(backend.runners.Runner method)
(backend.runners.SourceCollect method)
(backend.runners.SourceTest method)
(backend.runners.TargetTest method)
(backend.runners.Tester method)
(backend.runners.TrajCollect method)
(backend.runners.TrajTest method)
(backend.Session method)
(backend.SessionPool method)
(backend.settings.GeneralSettings method)
(backend.simulator.DecoderSimulator method)
(backend.simulator.EMGSimulator method)
(backend.utah_utils.UtahSocketServer method)
(backend.utils.DummyClass method)
(common.commands.AsyncCommand method)
(common.commands.AsyncCommandResponse method)
(common.commands.Command method)
(common.commands.CommandResponse method)
(gui.frames.console_frame.ConsoleFrame method)
(gui.frames.console_frame.GIF method)
(gui.frames.content_frames.analysis_frame.AnalysisFrame method)
(gui.frames.content_frames.autoenc_frame.AutoencoderFrame method)
(gui.frames.content_frames.collection_frame.CollectionFrame method)
(gui.frames.content_frames.decoder_frame.DecoderFrame method)
(gui.frames.content_frames.emg_simulator_frame.EMGSimulatorFrame method)
(gui.frames.content_frames.features_frame.FeaturesFrame method)
(gui.frames.content_frames.filter_frame.FilterFrame method)
(gui.frames.content_frames.mov_detect_frame.MovDetectionFrame method)
(gui.frames.content_frames.output_settings_frame.OutputSettingsFrame method)
(gui.frames.content_frames.raw_settings_frame.RawSettingsFrame method)
(gui.frames.content_frames.results_frame.ResultsFrame method)
(gui.frames.content_frames.test_frame.TestFrame method)
(gui.frames.content_frames.xhat_simulator_frame.DecoderSimulatorFrame method)
(gui.frames.main_frame.MainFrame method)
(gui.frames.status_column_frame.StatusColumnFrame method)
(gui.frames.status_frames.autoenc_status_frame.AutoencoderStatusFrame method)
(gui.frames.status_frames.backend_status_frame.BackendStatusFrame method)
(gui.frames.status_frames.data_status_frame.DataStatusFrame method)
(gui.frames.status_frames.decoder_status_frame.DecoderStatusFrame method)
(gui.frames.status_frames.movement_status_frame.MovementStatusFrame method)
(gui.frames.status_frames.peripherals_frame.PeripheralsFrame method)
(gui.frames.status_frames.settings_frame.SettingsFrame method)
(gui.GUI method)
(gui.popups.AddPopup method)
(gui.popups.BackendPopup method)
(gui.popups.CheckboxPopup method)
(gui.popups.CustomFileBrowser method)
(gui.popups.EntryPopup method)
(gui.popups.ParamPopup method)
(gui.popups.ReorderableListbox method)
(gui.popups.SortablePopup method)
(peripherals.GlovePeripheral method)
(peripherals.MujocoPeripheral method)
(peripherals.OldOpenBCIPeripheral method)
(peripherals.OpenBCIWifiPeripheral method)
(peripherals.Peripheral method)
(peripherals.SerialRoboticHandPeripheral method)
(peripherals.UtahSocketPeripheral method)
A
A() (backend.simulator.EMGSimulator method)
ACTION (common.enums.CollectType attribute)
action_selection() (backend.Session method)
ActionSelection (class in backend.runners)
ADD_POPUP_ENTRY_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
ADD_POPUP_TEXT_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
AddPopup (class in gui.popups)
aggregate() (backend.results.RMSECross class method)
align_test() (backend.data.OutputData method)
ALIGN_TO_TEXT_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
align_train() (backend.data.OutputData method)
ALL_PATHS (common.constants.FolderPaths attribute)
AMPUTEE (common.enums.SubjectType attribute)
analysis_packet (backend.Session property)
ANALYSIS_PACKET_SELECTED (common.enums.UpdateType attribute)
AnalysisData (class in backend.data)
AnalysisFrame (class in gui.frames.content_frames.analysis_frame)
AnalysisPacket (class in backend)
animate_gif() (gui.frames.console_frame.GIF method)
ASResults (class in backend)
async_gui_thread_func() (backend.Backend method)
AsyncCommand (class in common.commands)
AsyncCommandResponse (class in common.commands)
AsyncCommands (class in common.enums)
AUTOENC_AND_DECODER_GRADIENT (common.enums.AutoencoderMode attribute)
AUTOENC_GRADIENT (common.enums.AutoencoderMode attribute)
AUTOENC_PATH (common.constants.FolderPaths attribute)
AUTOENC_STANDARD_BUTTON_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
AUTOENC_TITLE_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
AUTOENCODER (common.enums.UpdateType attribute)
AutoencoderFrame (class in gui.frames.content_frames.autoenc_frame)
AutoencoderMode (class in common.enums)
AutoencoderStatusFrame (class in gui.frames.status_frames.autoenc_status_frame)
AutoencStatus (class in common.enums)
B
Backend (class in backend)
BACKEND (common.constants.Loggers attribute)
backend.errors
module
backend.features
module
backend.filter
module
backend.old_utils
module
backend.results
module
backend.runners
module
backend.settings
module
backend.simulator
module
backend.utah_utils
module
backend.utils
module
BackendError
BackendPopup (class in gui.popups)
BackendStatusFrame (class in gui.frames.status_frames.backend_status_frame)
batch_output_filter() (in module backend.utils)
BUFFER (common.enums.PlotCommands attribute)
buffer_size (backend.data.RawData property)
build_right_click_menu() (gui.GUI method)
by_period() (backend.data.OutputData method)
C
calc() (backend.results.DOFCorrelation method)
(backend.results.FirstHoldTime method)
(backend.results.LMAJ method)
(backend.results.MaxHoldTime method)
(backend.results.MSE method)
(backend.results.MSE_STATIONARY method)
(backend.results.MSEMoving method)
(backend.results.MSENormalized method)
(backend.results.RatioOnTarget method)
(backend.results.Result method)
(backend.results.RiseTime method)
(backend.results.RMSE method)
(backend.results.RMSEAll method)
(backend.results.RMSECross method)
(backend.results.RMSEMoving method)
(backend.results.RMSEStationary method)
(backend.results.RMSETotal method)
(backend.results.RSquared method)
(backend.results.Success method)
(backend.results.TrajectoryLength method)
calc_mov_detect_results() (in module backend.utils)
calc_new_features() (backend.data.FeatureData method)
calc_results() (backend.data.AnalysisData method)
calc_traj() (backend.Movement method)
Calibrate (class in backend.runners)
CALIBRATE (common.enums.Commands attribute)
calibrate() (backend.Session method)
calibrate_feature_baseline() (gui.GUI method)
cancel_msg (backend.runners.Calibrate attribute)
(backend.runners.Collector attribute)
(backend.runners.Control attribute)
(backend.runners.Replay attribute)
(backend.runners.Runner attribute)
(backend.runners.Tester attribute)
center_popup() (in module gui.popups)
CheckboxPopup (class in gui.popups)
clamp() (in module backend.utils)
clear() (backend.ASResults method)
CLEAR_COMMAND_HISTORY (common.enums.AsyncCommands attribute)
clear_data() (backend.data.AnalysisData method)
(backend.data.Data method)
(backend.data.FeatureData method)
(backend.data.OutputData method)
(backend.data.RawData method)
clear_settings() (backend.data.FeatureData method)
COLLECT (common.enums.Commands attribute)
(gui.shortcuts.Shortcuts attribute)
collect() (backend.Session method)
(gui.GUI method)
CollectionFrame (class in gui.frames.content_frames.collection_frame)
Collector (class in backend.runners)
COLLECTOR (common.enums.UpdateType attribute)
CollectType (class in common.enums)
ColumnPlotCommands (class in common.enums)
COLUMNS (common.enums.ControlType attribute)
Command (class in common.commands)
CommandResponse (class in common.commands)
CommandResponses (class in common.enums)
commands (backend.runners.Runner attribute)
Commands (class in common.enums)
common.commands
module
common.constants
module
common.enums
module
common.logging_utils
module
COMPARE (common.enums.AsyncCommands attribute)
compare() (backend.AnalysisPacket method)
(backend.results.DOFCorrelation class method)
(backend.results.FirstHoldTime class method)
(backend.results.LMAJ class method)
(backend.results.MaxHoldTime class method)
(backend.results.MSE class method)
(backend.results.MSE_STATIONARY class method)
(backend.results.MSEMoving class method)
(backend.results.MSENormalized class method)
(backend.results.RatioOnTarget class method)
(backend.results.Result class method)
(backend.results.RiseTime class method)
(backend.results.RMSE class method)
(backend.results.RMSEAll class method)
(backend.results.RMSECross class method)
(backend.results.RMSEMoving class method)
(backend.results.RMSEStationary class method)
(backend.results.RMSETotal class method)
(backend.results.RSquared class method)
(backend.results.Success class method)
(backend.results.TrajectoryLength class method)
(backend.Session method)
compute_output() (backend.runners.Calibrate static method)
(backend.runners.Collector static method)
(backend.runners.Control static method)
(backend.runners.FileTest static method)
(backend.runners.FreeCollect static method)
(backend.runners.FreeTest static method)
(backend.runners.Replay static method)
(backend.runners.Runner static method)
(backend.runners.SourceCollect static method)
(backend.runners.SourceTest static method)
(backend.runners.Tester static method)
(backend.runners.TrajCollect static method)
(backend.runners.TrajTest static method)
concat_all_timesteps() (backend.data.RawData method)
concatenate() (backend.data.AnalysisData static method)
(backend.data.Data static method)
(backend.data.FeatureData static method)
(backend.data.OutputData static method)
(backend.data.RawData static method)
CONNECT (common.enums.Commands attribute)
connect() (backend.Backend method)
(backend.utah_utils.UtahSocketServer method)
(gui.GUI method)
(peripherals.FingerInputPeripheral method)
(peripherals.GlovePeripheral method)
(peripherals.MujocoPeripheral method)
(peripherals.OldOpenBCIPeripheral method)
(peripherals.OpenBCIWifiPeripheral method)
(peripherals.Peripheral method)
(peripherals.SerialRoboticHandPeripheral method)
(peripherals.UtahSocketPeripheral method)
connect_backend() (gui.GUI method)
connected (backend.utah_utils.UtahSocketServer property)
(peripherals.GlovePeripheral property)
(peripherals.MujocoPeripheral property)
(peripherals.OldOpenBCIPeripheral property)
(peripherals.OpenBCIWifiPeripheral property)
(peripherals.Peripheral property)
(peripherals.SerialRoboticHandPeripheral property)
(peripherals.UtahSocketPeripheral property)
CONSOLE_HEIGHT (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
CONSOLE_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
ConsoleFrame (class in gui.frames.console_frame)
Control (class in backend.runners)
CONTROL (common.enums.Commands attribute)
control() (backend.Session method)
(gui.GUI method)
ControllerPeripheral (class in peripherals)
ControlType (class in common.enums)
CONVERT_FILE (common.enums.Commands attribute)
convert_file() (backend.Session method)
convert_old_format() (in module backend.old_utils)
copy() (backend.Movement method)
(backend.runners.Runner method)
copy_settings() (backend.data.Data method)
CROSS_VALIDATION (common.enums.Commands attribute)
cross_validation() (backend.data.AnalysisData method)
(backend.Session method)
(gui.GUI method)
CustomFileBrowser (class in gui.popups)
CustomQueue (class in common)
D
Data (class in backend.data)
DATA_PATH (common.constants.FolderPaths attribute)
DATA_TITLE_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
DataStatus (class in common.enums)
DataStatusFrame (class in gui.frames.status_frames.data_status_frame)
DataType (class in common.enums)
DECODER (common.enums.TimingType attribute)
(common.enums.UpdateType attribute)
DECODER_PATH (common.constants.FolderPaths attribute)
DECODER_STANDARD_BUTTON_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
DECODER_TITLE_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
DecoderFrame (class in gui.frames.content_frames.decoder_frame)
DecoderSimulator (class in backend.simulator)
DecoderSimulatorFrame (class in gui.frames.content_frames.xhat_simulator_frame)
DecoderStatus (class in common.enums)
DecoderStatusFrame (class in gui.frames.status_frames.decoder_status_frame)
default_initialization_params (backend.simulator.DecoderSimulator attribute)
DefaultWidgetSizes (class in gui.sizes)
DISCONNECT (common.enums.AsyncCommands attribute)
disconnect() (backend.utah_utils.UtahSocketServer method)
(peripherals.GlovePeripheral method)
(peripherals.MujocoPeripheral method)
(peripherals.OldOpenBCIPeripheral method)
(peripherals.OpenBCIWifiPeripheral method)
(peripherals.Peripheral method)
(peripherals.SerialRoboticHandPeripheral method)
(peripherals.UtahSocketPeripheral method)
disconnect_backend() (gui.GUI method)
DOF_CORRELATION (common.enums.ResultType attribute)
DOFCorrelation (class in backend.results)
double_length() (backend.data.OutputData method)
DUAL (common.enums.Commands attribute)
dual() (backend.Session method)
DummyClass (class in backend.utils)
E
EMG_SIMULATOR (common.enums.UpdateType attribute)
EMG_THREAD (common.constants.Loggers attribute)
EMGSimulator (class in backend.simulator)
EMGSimulatorFrame (class in gui.frames.content_frames.emg_simulator_frame)
empty_func() (in module backend.utils)
end_msg (backend.runners.Calibrate attribute)
(backend.runners.Collector attribute)
(backend.runners.Control attribute)
(backend.runners.Replay attribute)
(backend.runners.Runner attribute)
(backend.runners.Tester attribute)
EntryPopup (class in gui.popups)
ERROR (common.enums.CommandResponses attribute)
eval_as_results() (backend.Session method)
eval_cmd() (gui.GUI method)
eval_dual_results() (backend.data.AnalysisData method)
EVAL_PYTHON (common.enums.AsyncCommands attribute)
(common.enums.CommandResponses attribute)
(common.enums.Commands attribute)
eval_results() (backend.data.AnalysisData method)
(backend.Session method)
excluded_params (backend.AnalysisPacket attribute)
(backend.ASResults attribute)
(backend.data.OutputData attribute)
(backend.data.RawData attribute)
(backend.features.Feature attribute)
(backend.filter.Filter attribute)
(backend.Movement attribute)
(backend.results.Result attribute)
(backend.runners.ActionSelection attribute)
(backend.runners.Runner attribute)
(backend.settings.GeneralSettings attribute)
(backend.simulator.DecoderSimulator attribute)
(backend.simulator.EMGSimulator attribute)
EXPAND_WINDOW_SIZE (common.enums.AsyncCommands attribute)
(gui.shortcuts.Shortcuts attribute)
EXPORT (common.enums.Commands attribute)
export() (backend.ASResults method)
export_action() (backend.ASResults method)
export_cross() (backend.ASResults method)
export_graph() (backend.ASResults method)
export_results() (backend.Session method)
(gui.GUI method)
export_subset() (backend.ASResults method)
F
Feature (class in backend.features)
FEATURE (common.enums.TimingType attribute)
FEATURE_SETTINGS (common.enums.UpdateType attribute)
feature_source (backend.runners.Calibrate attribute)
(backend.runners.Control attribute)
(backend.runners.FileTest attribute)
(backend.runners.FreeCollect attribute)
(backend.runners.FreeTest attribute)
(backend.runners.Replay attribute)
(backend.runners.Runner attribute)
(backend.runners.SourceCollect attribute)
(backend.runners.SourceTest attribute)
(backend.runners.TrajCollect attribute)
(backend.runners.TrajTest attribute)
FeatureData (class in backend.data)
FEATURERS_TEXT_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
FEATURES (common.enums.UpdateType attribute)
FEATURES_TEXT_HEIGHT (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
FeaturesFrame (class in gui.frames.content_frames.features_frame)
FeatureType (class in common.enums)
FILE (common.enums.SourceType attribute)
(common.enums.TestType attribute)
FILE_EXISTS (common.enums.AsyncCommands attribute)
FileTest (class in backend.runners)
Filter (class in backend.filter)
FILTER (common.enums.PlotCommands attribute)
(common.enums.TimingType attribute)
(common.enums.UpdateType attribute)
filter() (backend.filter.Filter method)
FILTER_ENTRY_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
FILTER_TYPE_DROPDOWN_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
FilterFrame (class in gui.frames.content_frames.filter_frame)
FilterType (class in common.enums)
find_first_result() (backend.data.AnalysisData method)
find_moving_dofs() (backend.Movement static method)
FINGER (common.enums.TimingType attribute)
FingerInputPeripheral (class in peripherals)
FIR (common.enums.FilterType attribute)
FIRST_HOLD_TIME (common.enums.ResultType attribute)
FirstHoldTime (class in backend.results)
FOCUS_COLLECT (gui.shortcuts.Shortcuts attribute)
FOCUS_DEBUG_BOX (gui.shortcuts.Shortcuts attribute)
FOCUS_DECODER_PARAMS (gui.shortcuts.Shortcuts attribute)
FOCUS_FEATURE_SETTINGS (gui.shortcuts.Shortcuts attribute)
FOCUS_LP_TYPE (gui.shortcuts.Shortcuts attribute)
FOCUS_RESULT_SETTINGS (gui.shortcuts.Shortcuts attribute)
FOCUS_STOP (gui.shortcuts.Shortcuts attribute)
FOCUS_TEST (gui.shortcuts.Shortcuts attribute)
FOCUS_TRAIN (gui.shortcuts.Shortcuts attribute)
FOCUS_TRAINING_MOVEMENTS (gui.shortcuts.Shortcuts attribute)
FolderPaths (class in common.constants)
format_file_size() (gui.popups.CustomFileBrowser static method)
format_modified_time() (gui.popups.CustomFileBrowser static method)
FPS_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
FREE (common.enums.CollectType attribute)
(common.enums.TestType attribute)
FreeCollect (class in backend.runners)
FreeTest (class in backend.runners)
FRONTEND (common.constants.Loggers attribute)
G
GEN (common.enums.SourceType attribute)
gen_initial_params() (backend.simulator.EMGSimulator method)
gen_mov_idxs_from_runner() (backend.data.OutputData method)
gen_mov_idxs_from_x_d() (backend.data.OutputData method)
GENERAL_SETTINGS (common.enums.UpdateType attribute)
GeneralSettings (class in backend.settings)
generate_export() (backend.AnalysisPacket method)
GET (common.enums.Commands attribute)
get() (backend.Backend method)
(backend.Session method)
get_data() (peripherals.OldOpenBCIPeripheral method)
(peripherals.OpenBCIWifiPeripheral method)
(peripherals.RawInputPeripheral method)
GET_DIRECTORY (common.enums.AsyncCommands attribute)
get_directory_contents() (gui.popups.CustomFileBrowser static method)
get_editable_params() (backend.features.Feature method)
(backend.simulator.DecoderSimulator method)
(backend.simulator.EMGSimulator method)
get_filename() (gui.GUI method)
get_finger_position() (peripherals.FingerInputPeripheral method)
(peripherals.GlovePeripheral method)
get_folds() (backend.data.OutputData method)
get_mov() (backend.runners.Runner method)
get_mov_num() (backend.runners.Runner method)
get_params() (backend.ASResults method)
(backend.data.AnalysisData method)
(backend.data.OutputData method)
(backend.data.RawData method)
get_relative_path() (gui.GUI method)
get_settings_params() (backend.data.AnalysisData method)
(backend.data.Data method)
(backend.data.FeatureData method)
(backend.data.OutputData method)
(backend.data.RawData method)
GET_STATUS (common.enums.AsyncCommands attribute)
get_statuses() (backend.Session method)
get_traj() (backend.OutputParams method)
get_trial_info() (backend.data.OutputData method)
get_trial_shifts() (backend.data.OutputData method)
get_utah_training_data_from_matlab_struct() (in module backend.utah_utils)
GIF (class in gui.frames.console_frame)
GlovePeripheral (class in peripherals)
good_threshold (backend.results.DOFCorrelation attribute)
(backend.results.FirstHoldTime attribute)
(backend.results.LMAJ attribute)
(backend.results.MaxHoldTime attribute)
(backend.results.MSE attribute)
(backend.results.MSE_STATIONARY attribute)
(backend.results.MSEMoving attribute)
(backend.results.MSENormalized attribute)
(backend.results.RatioOnTarget attribute)
(backend.results.Result attribute)
(backend.results.RiseTime attribute)
(backend.results.RMSE attribute)
(backend.results.RMSEAll attribute)
(backend.results.RMSECross attribute)
(backend.results.RMSEMoving attribute)
(backend.results.RMSEStationary attribute)
(backend.results.RMSETotal attribute)
(backend.results.RSquared attribute)
(backend.results.Success attribute)
(backend.results.TrajectoryLength attribute)
GUI (class in gui)
(common.constants.Loggers attribute)
gui.frames.console_frame
module
gui.frames.content_frames.analysis_frame
module
gui.frames.content_frames.autoenc_frame
module
gui.frames.content_frames.collection_frame
module
gui.frames.content_frames.decoder_frame
module
gui.frames.content_frames.emg_simulator_frame
module
gui.frames.content_frames.features_frame
module
gui.frames.content_frames.filter_frame
module
gui.frames.content_frames.mov_detect_frame
module
gui.frames.content_frames.output_settings_frame
module
gui.frames.content_frames.raw_settings_frame
module
gui.frames.content_frames.results_frame
module
gui.frames.content_frames.test_frame
module
gui.frames.content_frames.xhat_simulator_frame
module
gui.frames.main_frame
module
gui.frames.status_column_frame
module
gui.frames.status_frames.autoenc_status_frame
module
gui.frames.status_frames.backend_status_frame
module
gui.frames.status_frames.data_status_frame
module
gui.frames.status_frames.decoder_status_frame
module
gui.frames.status_frames.movement_status_frame
module
gui.frames.status_frames.peripherals_frame
module
gui.frames.status_frames.settings_frame
module
gui.popups
module
gui.shortcuts
module
gui.sizes
module
gui.utils
module
gui_name (peripherals.GlovePeripheral attribute)
(peripherals.MujocoPeripheral attribute)
(peripherals.OldOpenBCIPeripheral attribute)
(peripherals.OpenBCIWifiPeripheral attribute)
(peripherals.Peripheral property)
(peripherals.SerialRoboticHandPeripheral attribute)
(peripherals.UtahSocketPeripheral attribute)
H
handle_async_command() (backend.Session method)
handle_new_message() (peripherals.ControllerPeripheral method)
(peripherals.UtahSocketPeripheral method)
handlers (backend.Session property)
HIDE (common.enums.ColumnPlotCommands attribute)
(common.enums.PlotCommands attribute)
I
IIR (common.enums.FilterType attribute)
init_output() (backend.Session method)
init_pool() (backend.SessionPool static method)
init_queue_logging() (in module common)
(in module common.logging_utils)
INTACT (common.enums.SubjectType attribute)
INVALID_MOV_PATHS (common.constants.MovementPaths attribute)
is_target (backend.runners.Runner attribute)
(backend.runners.TargetTest attribute)
K
key (backend.results.Result property)
L
latch() (in module backend.utils)
LENGHTEN_TIMESTEP (gui.shortcuts.Shortcuts attribute)
LENGTHEN_TIMESTEP (common.enums.AsyncCommands attribute)
limit() (in module backend.utils)
LIVE (common.enums.SourceType attribute)
LMAJ (class in backend.results)
(common.enums.ResultType attribute)
LOAD (common.enums.Commands attribute)
load() (backend.AnalysisPacket method)
(backend.Session method)
load_all() (backend.Session method)
(gui.GUI method)
LOAD_ANALYSIS (common.enums.AsyncCommands attribute)
load_analysis_data() (gui.GUI method)
load_analysis_packet() (backend.Session method)
load_autoenc() (gui.GUI method)
LOAD_DATA (gui.shortcuts.Shortcuts attribute)
load_data() (backend.Session method)
(gui.GUI method)
LOAD_DECODER (gui.shortcuts.Shortcuts attribute)
load_decoder() (backend.Session method)
(gui.GUI method)
load_decoder_simulator() (gui.GUI method)
LOAD_DETECTOR_REPLAY (common.enums.Commands attribute)
load_detector_replay() (backend.Session method)
(gui.GUI method)
load_emg_simulator() (gui.GUI method)
load_file() (gui.GUI method)
(in module gui.utils)
load_movements() (backend.Session method)
(gui.GUI method)
LOAD_MULTIPLE (common.enums.Commands attribute)
load_multiple() (backend.Session method)
load_multiple_data() (gui.GUI method)
LOAD_SETTINGS (gui.shortcuts.Shortcuts attribute)
load_settings() (backend.Session method)
(gui.GUI method)
load_utah_data() (in module backend.utah_utils)
load_utah_ss_struct() (in module backend.utah_utils)
load_utah_training_data() (in module backend.utah_utils)
LOADED (common.enums.AutoencStatus attribute)
(common.enums.DataStatus attribute)
(common.enums.DecoderStatus attribute)
lockShifting() (gui.popups.ReorderableListbox method)
Loggers (class in common.constants)
M
MacWidgetSizes (class in gui.sizes)
MainFrame (class in gui.frames.main_frame)
MAV (class in backend.features)
(common.enums.FeatureType attribute)
MAX_HOLD_TIME (common.enums.ResultType attribute)
MaxHoldTime (class in backend.results)
MFL (class in backend.features)
(common.enums.FeatureType attribute)
module
backend.errors
backend.features
backend.filter
backend.old_utils
backend.results
backend.runners
backend.settings
backend.simulator
backend.utah_utils
backend.utils
common.commands
common.constants
common.enums
common.logging_utils
gui.frames.console_frame
gui.frames.content_frames.analysis_frame
gui.frames.content_frames.autoenc_frame
gui.frames.content_frames.collection_frame
gui.frames.content_frames.decoder_frame
gui.frames.content_frames.emg_simulator_frame
gui.frames.content_frames.features_frame
gui.frames.content_frames.filter_frame
gui.frames.content_frames.mov_detect_frame
gui.frames.content_frames.output_settings_frame
gui.frames.content_frames.raw_settings_frame
gui.frames.content_frames.results_frame
gui.frames.content_frames.test_frame
gui.frames.content_frames.xhat_simulator_frame
gui.frames.main_frame
gui.frames.status_column_frame
gui.frames.status_frames.autoenc_status_frame
gui.frames.status_frames.backend_status_frame
gui.frames.status_frames.data_status_frame
gui.frames.status_frames.decoder_status_frame
gui.frames.status_frames.movement_status_frame
gui.frames.status_frames.peripherals_frame
gui.frames.status_frames.settings_frame
gui.popups
gui.shortcuts
gui.sizes
gui.utils
MOV_CONCATENATED (common.constants.MovementPaths attribute)
MOV_DETECT (common.enums.Commands attribute)
mov_detect() (backend.Session method)
(gui.GUI method)
MOV_DETECTOR (common.enums.UpdateType attribute)
MOV_GENERATED_FROM_KEF (common.constants.MovementPaths attribute)
MOV_IDXS_GENERATED (common.constants.MovementPaths attribute)
MOV_PATH (common.constants.FolderPaths attribute)
MOV_UPDATED (common.constants.MovementPaths attribute)
MovDetectionFrame (class in gui.frames.content_frames.mov_detect_frame)
MOVE (common.enums.SampleType attribute)
moveElement() (gui.popups.ReorderableListbox method)
Movement (class in backend)
MovementPaths (class in common.constants)
movements (backend.runners.Runner property)
movements_list_from_params() (backend.Movement static method)
movements_order (backend.runners.ActionSelection attribute)
(backend.runners.Calibrate attribute)
(backend.runners.Collector attribute)
(backend.runners.Control attribute)
(backend.runners.FileTest attribute)
(backend.runners.FreeCollect attribute)
(backend.runners.FreeTest attribute)
(backend.runners.Replay attribute)
(backend.runners.SourceCollect attribute)
(backend.runners.SourceTest attribute)
(backend.runners.TargetTest attribute)
(backend.runners.Tester attribute)
(backend.runners.TrajCollect attribute)
(backend.runners.TrajTest attribute)
MOVEMENTS_TITLE_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
MovementStatusFrame (class in gui.frames.status_frames.movement_status_frame)
MSE (class in backend.results)
(common.enums.ResultType attribute)
MSE_MOVING (common.enums.ResultType attribute)
MSE_NORM (common.enums.ResultType attribute)
MSE_STATIONARY (class in backend.results)
(common.enums.ResultType attribute)
MSEMoving (class in backend.results)
MSENormalized (class in backend.results)
MUJOCO_HAND (common.enums.ControlType attribute)
MujocoPeripheral (class in peripherals)
multiline() (gui.frames.console_frame.ConsoleFrame method)
MULTIPLE (common.enums.DataStatus attribute)
(common.enums.DataType attribute)
N
n_chan (backend.data.RawData property)
N_COL (common.enums.ColumnPlotCommands attribute)
n_dof (backend.data.OutputData property)
N_DOF (peripherals.MujocoPeripheral attribute)
(peripherals.SerialRoboticHandPeripheral attribute)
n_feat (backend.data.OutputData property)
n_moves() (backend.runners.Runner method)
n_reps() (backend.runners.Runner method)
n_sample (backend.data.OutputData property)
n_steps() (backend.Movement method)
NestableSessionPool (class in backend)
NO_AUTOENC (common.enums.AutoencStatus attribute)
NO_DATA (common.enums.DataStatus attribute)
(common.enums.DataType attribute)
NO_DECODER (common.enums.DecoderStatus attribute)
NO_GRADIENT (common.enums.AutoencoderMode attribute)
noise() (backend.simulator.EMGSimulator method)
NONE (common.enums.ControlType attribute)
num_features() (backend.data.FeatureData method)
num_features_without_histories() (backend.data.FeatureData method)
O
OFF (common.enums.AutoencoderMode attribute)
OldOpenBCIPeripheral (class in peripherals)
onEnter() (gui.popups.ReorderableListbox method)
onLeave() (gui.popups.ReorderableListbox method)
OpenBCIWifiPeripheral (class in peripherals)
orderChangedEventHandler() (gui.popups.ReorderableListbox method)
OUTPUT (common.enums.TimingType attribute)
OUTPUT_LOOP (common.enums.TimingType attribute)
output_loop() (backend.Session method)
output_position() (peripherals.MujocoPeripheral method)
(peripherals.OutputPeripheral method)
(peripherals.SerialRoboticHandPeripheral method)
OUTPUT_SETTINGS (common.enums.UpdateType attribute)
output_size() (backend.features.Feature method)
(backend.features.Raw method)
OutputData (class in backend.data)
OutputParams (class in backend)
OutputPeripheral (class in peripherals)
OutputSettingsFrame (class in gui.frames.content_frames.output_settings_frame)
P
ParamPopup (class in gui.popups)
PAUSE_EMG (common.enums.Commands attribute)
Peripheral (class in peripherals)
PeripheralsFrame (class in gui.frames.status_frames.peripherals_frame)
pickle_to_str() (in module backend.utils)
PLOT (common.enums.ColumnPlotCommands attribute)
(common.enums.CommandResponses attribute)
(common.enums.PlotCommands attribute)
plot() (backend.AnalysisPacket method)
(in module gui.utils)
PLOT_CURRENT (common.enums.AsyncCommands attribute)
plot_current() (backend.Session method)
PLOT_MULTIPLE (common.enums.AsyncCommands attribute)
plot_multiple() (backend.Session method)
plot_x() (backend.Session method)
PlotCommands (class in common.enums)
PLUS_BUTTON_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
POS_DERIVS (common.enums.FeatureType attribute)
PosDevs (class in backend.features)
print() (backend.ASResults method)
(backend.results.DOFCorrelation class method)
(backend.results.Result class method)
(backend.results.RMSECross class method)
(backend.results.Success class method)
print_shapes() (backend.data.OutputData method)
print_test_results() (backend.data.AnalysisData method)
Process (backend.NestableSessionPool attribute)
process() (backend.features.Feature method)
(backend.features.MAV method)
(backend.features.MFL method)
(backend.features.PosDevs method)
(backend.features.Raw method)
(backend.features.SLC method)
(backend.features.WVL method)
(backend.features.ZRC method)
process_new_timestep() (backend.data.RawData method)
PROMPT (common.enums.CommandResponses attribute)
(common.enums.SampleType attribute)
prompt_msg (backend.runners.Runner attribute)
(backend.runners.TargetTest attribute)
prompt_source (backend.runners.Calibrate attribute)
(backend.runners.Control attribute)
(backend.runners.FileTest attribute)
(backend.runners.FreeCollect attribute)
(backend.runners.FreeTest attribute)
(backend.runners.Replay attribute)
(backend.runners.Runner attribute)
(backend.runners.SourceCollect attribute)
(backend.runners.SourceTest attribute)
(backend.runners.TrajCollect attribute)
(backend.runners.TrajTest attribute)
prompted_move() (backend.Session method)
put() (common.CustomQueue method)
Q
QUIT (common.enums.Commands attribute)
R
R_SQUARED (common.enums.ResultType attribute)
RATIO_ON_TARGET (common.enums.ResultType attribute)
RatioOnTarget (class in backend.results)
Raw (class in backend.features)
RAW (common.enums.FeatureType attribute)
RAW_PLOTTER (common.constants.Loggers attribute)
RAW_SETTINGS (common.enums.UpdateType attribute)
RawData (class in backend.data)
RawInputPeripheral (class in peripherals)
RawSettingsFrame (class in gui.frames.content_frames.raw_settings_frame)
read_finger_data() (backend.Session method)
read_kdf() (in module backend.utah_utils)
read_kef() (in module backend.utah_utils)
receive() (backend.utah_utils.UtahSocketServer method)
RECONNECT (gui.shortcuts.Shortcuts attribute)
RECORDED (common.enums.DataStatus attribute)
RECORDING (common.enums.DataStatus attribute)
REDO (gui.shortcuts.Shortcuts attribute)
REFILTER (common.enums.Commands attribute)
refilter_data() (backend.Session method)
(gui.GUI method)
REFILTERED (common.enums.DataStatus attribute)
REFILTERING (common.enums.DataStatus attribute)
REINIT (common.enums.PlotCommands attribute)
ReorderableListbox (class in gui.popups)
Replay (class in backend.runners)
REPLAY (common.enums.Commands attribute)
(gui.shortcuts.Shortcuts attribute)
replay() (backend.Session method)
(gui.GUI method)
RESIZE (common.enums.PlotCommands attribute)
resize_plot() (in module gui.utils)
respond() (backend.utah_utils.UtahSocketServer method)
REST (common.enums.SampleType attribute)
restore_movements() (backend.runners.ActionSelection method)
Result (class in backend.results)
RESULT_SETTINGS (common.enums.UpdateType attribute)
RESULTS (common.enums.UpdateType attribute)
RESULTS_TEXT_HEIGHT (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
RESULTS_TEXT_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
ResultsFrame (class in gui.frames.content_frames.results_frame)
ResultType (class in common.enums)
RESUME_EMG (common.enums.Commands attribute)
(gui.shortcuts.Shortcuts attribute)
RETRAIN (gui.shortcuts.Shortcuts attribute)
RISE_TIME (common.enums.ResultType attribute)
RiseTime (class in backend.results)
RMSE (class in backend.results)
(common.enums.ResultType attribute)
RMSE_ALL (common.enums.ResultType attribute)
RMSE_CROSS (common.enums.ResultType attribute)
RMSE_MOVING (common.enums.ResultType attribute)
RMSE_STATIONARY (common.enums.ResultType attribute)
RMSE_TOTAL (common.enums.ResultType attribute)
RMSEAll (class in backend.results)
RMSECross (class in backend.results)
RMSEMoving (class in backend.results)
RMSEStationary (class in backend.results)
RMSETotal (class in backend.results)
ROBOTIC_HAND (common.enums.ControlType attribute)
RSquared (class in backend.results)
run() (backend.Backend method)
(gui.GUI method)
run_cmd() (backend.Session method)
run_command() (backend.Session method)
RUN_PY_SCRIPT (common.enums.Commands attribute)
run_py_script() (backend.Backend method)
(backend.Session method)
(gui.GUI method)
Runner (class in backend.runners)
runner() (backend.SessionPool static method)
S
SAMPLE_RATE_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
SampleType (class in common.enums)
SAVE (common.enums.Commands attribute)
save() (backend.Session method)
save_all() (backend.Session method)
(gui.GUI method)
save_autoenc() (gui.GUI method)
SAVE_COMMAND_HISTORY (common.enums.Commands attribute)
save_command_history() (backend.Backend method)
(gui.GUI method)
SAVE_DATA (gui.shortcuts.Shortcuts attribute)
save_data() (backend.Session method)
(gui.GUI method)
SAVE_DECODER (gui.shortcuts.Shortcuts attribute)
save_decoder() (backend.Session method)
(gui.GUI method)
save_decoder_simulator() (gui.GUI method)
save_emg_simulator() (gui.GUI method)
save_file() (gui.GUI method)
(in module gui.utils)
SAVE_SETTINGS (gui.shortcuts.Shortcuts attribute)
save_settings() (backend.Session method)
(gui.GUI method)
SAVED (common.enums.AutoencStatus attribute)
(common.enums.DataStatus attribute)
(common.enums.DecoderStatus attribute)
SCRIPT_PATH (common.constants.FolderPaths attribute)
send_output() (backend.Session method)
SerialRoboticHandPeripheral (class in peripherals)
Session (class in backend)
SessionPool (class in backend)
set_as_movement() (backend.runners.ActionSelection method)
set_callbacks() (backend.Session method)
set_channels() (peripherals.OldOpenBCIPeripheral method)
(peripherals.OpenBCIWifiPeripheral method)
(peripherals.RawInputPeripheral method)
set_peripherals() (backend.Session method)
set_plot_features() (in module gui.utils)
set_sample_rate() (peripherals.OldOpenBCIPeripheral method)
(peripherals.OpenBCIWifiPeripheral method)
(peripherals.RawInputPeripheral method)
setCurrent() (gui.popups.ReorderableListbox method)
SETTINGS_DROPDOWN_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
SETTINGS_PATH (common.constants.FolderPaths attribute)
SETTINGS_TITLE_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
SettingsFrame (class in gui.frames.status_frames.settings_frame)
shiftSelection() (gui.popups.ReorderableListbox method)
Shortcuts (class in gui.shortcuts)
SHORTCUTS_PATH (common.constants.FolderPaths attribute)
SHORTEN_TIMESTEP (common.enums.AsyncCommands attribute)
(gui.shortcuts.Shortcuts attribute)
SHOW (common.enums.ColumnPlotCommands attribute)
(common.enums.PlotCommands attribute)
SHRINK_WINDOW_SIZE (common.enums.AsyncCommands attribute)
(gui.shortcuts.Shortcuts attribute)
shuffle_movements() (backend.Movement static method)
shuffle_movs() (backend.runners.Runner method)
sigma() (backend.simulator.EMGSimulator method)
simulate() (backend.simulator.DecoderSimulator method)
(backend.simulator.EMGSimulator method)
simulate_decoder() (gui.GUI method)
simulate_decoder_output() (backend.Session method)
SIMULATE_EMG (common.enums.Commands attribute)
simulate_emg() (backend.Session method)
(gui.GUI method)
SIMULATE_XHAT (common.enums.Commands attribute)
SLC (class in backend.features)
slice() (backend.data.AnalysisData method)
(backend.data.Data method)
(backend.data.FeatureData method)
(backend.data.OutputData method)
(backend.data.RawData method)
slice_dofs() (backend.data.OutputData method)
slice_movs() (backend.data.OutputData method)
SLOPE_CHANGE (common.enums.FeatureType attribute)
SLOW_REPLAY (common.enums.AsyncCommands attribute)
(gui.shortcuts.Shortcuts attribute)
socket_listener_thread_func() (backend.Backend method)
socket_recv_thread_func() (backend.Backend method)
(gui.GUI method)
socket_send_thread_func() (backend.Backend method)
(gui.GUI method)
SortablePopup (class in gui.popups)
SOURCE (common.enums.CollectType attribute)
(common.enums.TestType attribute)
SourceCollect (class in backend.runners)
SourceTest (class in backend.runners)
SourceType (class in common.enums)
spawn_plot_window() (in module gui.utils)
SPEED_UP_REPLAY (common.enums.AsyncCommands attribute)
(gui.shortcuts.Shortcuts attribute)
SRC_PATH (common.constants.FolderPaths attribute)
STANDARD_BUTTON_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
start_gif() (gui.frames.console_frame.GIF method)
start_loading_mode() (gui.frames.console_frame.ConsoleFrame method)
start_msg (backend.runners.ActionSelection property)
(backend.runners.Calibrate attribute)
(backend.runners.Collector attribute)
(backend.runners.Control attribute)
(backend.runners.FileTest attribute)
(backend.runners.FreeCollect attribute)
(backend.runners.FreeTest attribute)
(backend.runners.Replay attribute)
(backend.runners.Runner attribute)
(backend.runners.SourceCollect attribute)
(backend.runners.SourceTest attribute)
(backend.runners.TargetTest attribute)
(backend.runners.Tester attribute)
(backend.runners.TrajCollect attribute)
(backend.runners.TrajTest attribute)
start_streaming() (peripherals.OldOpenBCIPeripheral method)
(peripherals.OpenBCIWifiPeripheral method)
(peripherals.RawInputPeripheral method)
StatusColumnFrame (class in gui.frames.status_column_frame)
stop_gif() (gui.frames.console_frame.GIF method)
stop_loading_mode() (gui.frames.console_frame.ConsoleFrame method)
stop_streaming() (peripherals.OldOpenBCIPeripheral method)
(peripherals.OpenBCIWifiPeripheral method)
(peripherals.RawInputPeripheral method)
STOP_TASK (common.enums.AsyncCommands attribute)
(gui.shortcuts.Shortcuts attribute)
stop_task() (gui.GUI method)
STORE (common.enums.Commands attribute)
(gui.shortcuts.Shortcuts attribute)
store_data() (backend.Session method)
(gui.GUI method)
store_movements() (backend.runners.ActionSelection method)
SubjectType (class in common.enums)
SUBTRACT_BUTTON_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
Success (class in backend.results)
SUCCESS (common.enums.CommandResponses attribute)
(common.enums.ResultType attribute)
SWAP (common.enums.Commands attribute)
swap_data() (backend.Session method)
(gui.GUI method)
T
TARGET (common.enums.TestType attribute)
TargetTest (class in backend.runners)
TEST (common.enums.Commands attribute)
(common.enums.DataType attribute)
(gui.shortcuts.Shortcuts attribute)
test() (backend.Session method)
(gui.GUI method)
TEST_EVAL (common.enums.Commands attribute)
test_eval() (gui.GUI method)
TEST_MOVS (common.enums.UpdateType attribute)
TEST_TITLE_WIDTH (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
Tester (class in backend.runners)
TESTER (common.enums.UpdateType attribute)
TestFrame (class in gui.frames.content_frames.test_frame)
TestType (class in common.enums)
TEXT_HEIGHT_PX (gui.sizes.DefaultWidgetSizes attribute)
(gui.sizes.MacWidgetSizes attribute)
THRESHOLD (common.enums.ColumnPlotCommands attribute)
TimingType (class in common.enums)
TOGGLE_2_CHANNEL_VIEW (common.enums.AsyncCommands attribute)
(gui.shortcuts.Shortcuts attribute)
TOGGLE_COMPRESS (common.enums.AsyncCommands attribute)
toggle_compress() (gui.GUI method)
TOGGLE_FILTER_GRAPHS (common.enums.AsyncCommands attribute)
(gui.shortcuts.Shortcuts attribute)
toggle_filter_graphs() (gui.GUI method)
TOGGLE_GRAPHS (common.enums.AsyncCommands attribute)
(gui.shortcuts.Shortcuts attribute)
TOGGLE_OUTPUT_FILTERS (common.enums.AsyncCommands attribute)
toggle_output_filters() (gui.GUI method)
TOGGLE_RAW_PLOTS (common.enums.AsyncCommands attribute)
toggle_raw_plots() (gui.GUI method)
TOGGLE_RECORD_COMMANDS (common.enums.AsyncCommands attribute)
toggle_record_commands() (gui.GUI method)
TOGGLE_SCROLL (common.enums.AsyncCommands attribute)
toggle_scroll() (gui.GUI method)
TOGGLE_SRB2 (common.enums.AsyncCommands attribute)
toggle_srb2() (gui.GUI method)
TOGGLE_VERBOSE (common.enums.AsyncCommands attribute)
(gui.shortcuts.Shortcuts attribute)
toggleSelection() (gui.popups.ReorderableListbox method)
TRAIN (common.enums.Commands attribute)
(common.enums.DataType attribute)
(gui.shortcuts.Shortcuts attribute)
train() (backend.features.Feature method)
TRAIN_AUTOENC (common.enums.Commands attribute)
train_autoenc() (gui.GUI method)
train_autoencoder() (backend.Session method)
train_decoder() (backend.Session method)
(gui.GUI method)
train_features() (backend.data.FeatureData method)
TRAIN_MOVS (common.enums.UpdateType attribute)
trainable (backend.features.Feature attribute)
TRAINED (common.enums.AutoencStatus attribute)
(common.enums.DecoderStatus attribute)
trained() (backend.features.Feature method)
TRAINER (common.enums.UpdateType attribute)
TRAINING (common.enums.AutoencStatus attribute)
(common.enums.DecoderStatus attribute)
TrajCollect (class in backend.runners)
TRAJECTORY (common.enums.CollectType attribute)
(common.enums.TestType attribute)
TRAJECTORY_LENGTH (common.enums.ResultType attribute)
TrajectoryLength (class in backend.results)
TrajTest (class in backend.runners)
U
UNDO (gui.shortcuts.Shortcuts attribute)
unlockShifting() (gui.popups.ReorderableListbox method)
unpickle_from_str() (in module backend.utils)
unprompted_move() (backend.Session method)
unshuffle() (backend.data.OutputData method)
unshuffle_movs() (backend.runners.Runner method)
UPDATE (common.enums.Commands attribute)
(common.enums.PlotCommands attribute)
update() (backend.Session method)
update_autencoder_mode() (gui.GUI method)
update_backend() (gui.GUI method)
update_connection_info() (gui.frames.status_frames.backend_status_frame.BackendStatusFrame method)
update_current_buffer() (backend.data.RawData method)
update_current_feature_history() (backend.data.FeatureData method)
update_current_state_history() (backend.data.FeatureData method)
update_from_params() (backend.ASResults method)
(backend.data.AnalysisData method)
(backend.data.FeatureData method)
(backend.data.OutputData method)
(backend.data.RawData method)
(backend.filter.Filter method)
(backend.Movement method)
(backend.settings.GeneralSettings method)
(backend.simulator.EMGSimulator method)
update_graph() (backend.ASResults method)
update_histories() (backend.data.FeatureData method)
update_menubar() (gui.GUI method)
update_movements() (gui.GUI method)
update_num_features() (backend.data.OutputData method)
update_popup() (gui.popups.CustomFileBrowser method)
update_settings() (backend.simulator.DecoderSimulator method)
(backend.simulator.EMGSimulator method)
update_settings_from_params() (backend.data.OutputData method)
update_title() (gui.GUI method)
update_ui() (gui.frames.console_frame.ConsoleFrame method)
(gui.frames.content_frames.analysis_frame.AnalysisFrame method)
(gui.frames.content_frames.autoenc_frame.AutoencoderFrame method)
(gui.frames.content_frames.collection_frame.CollectionFrame method)
(gui.frames.content_frames.decoder_frame.DecoderFrame method)
(gui.frames.content_frames.emg_simulator_frame.EMGSimulatorFrame method)
(gui.frames.content_frames.features_frame.FeaturesFrame method)
(gui.frames.content_frames.filter_frame.FilterFrame method)
(gui.frames.content_frames.mov_detect_frame.MovDetectionFrame method)
(gui.frames.content_frames.output_settings_frame.OutputSettingsFrame method)
(gui.frames.content_frames.raw_settings_frame.RawSettingsFrame method)
(gui.frames.content_frames.results_frame.ResultsFrame method)
(gui.frames.content_frames.test_frame.TestFrame method)
(gui.frames.content_frames.xhat_simulator_frame.DecoderSimulatorFrame method)
(gui.frames.status_column_frame.StatusColumnFrame method)
(gui.frames.status_frames.autoenc_status_frame.AutoencoderStatusFrame method)
(gui.frames.status_frames.data_status_frame.DataStatusFrame method)
(gui.frames.status_frames.decoder_status_frame.DecoderStatusFrame method)
(gui.frames.status_frames.movement_status_frame.MovementStatusFrame method)
(gui.frames.status_frames.peripherals_frame.PeripheralsFrame method)
(gui.frames.status_frames.settings_frame.SettingsFrame method)
(gui.GUI method)
update_ui_callback() (gui.GUI method)
UPDATED (common.enums.AutoencStatus attribute)
(common.enums.DecoderStatus attribute)
UpdateType (class in common.enums)
UPDATING (common.enums.AutoencStatus attribute)
(common.enums.DecoderStatus attribute)
use_decoder (backend.runners.Calibrate attribute)
(backend.runners.Collector attribute)
(backend.runners.Control attribute)
(backend.runners.Replay attribute)
(backend.runners.Runner attribute)
(backend.runners.Tester attribute)
UtahSocketPeripheral (class in peripherals)
UtahSocketServer (class in backend.utah_utils)
W
WAVE_LENGTH (common.enums.FeatureType attribute)
WVL (class in backend.features)
X
XHAT_SIMULATOR (common.enums.UpdateType attribute)
Z
ZERO_CROSS (common.enums.FeatureType attribute)
ZRC (class in backend.features)