My Project
|
Functions | |
def | create_phase_data (run_name, pad_phase_data=True, block_phase_data=True) |
def | load_phase_data_creator (run_name, phase_part="_block") |
def | get_threshold_speed (parameters) |
def | make_indexes (start_index, threshold_dictionary, time_units_from_start=1000) |
def | make_indexes_within_interval (start_index, threshold_dictionary, time_units_from_start) |
def | check_if_all_phase_data_exists (run_name, check="both") |
def | save_phase_data (phase_data, run_name, path_in_results_folder, block_phase_data=False) |
def | bool_interaction_with_user (output_to_user) |
def | get_phase_selection (position, velocity, indexes) |
def | pad_or_block (phase_part) |
def | load_phase_data (run_name, phase_part="") |
def | lazy_load_data (run_name, file_name, use_shared_names) |
def phase_plot_creator.bool_interaction_with_user | ( | output_to_user | ) |
def phase_plot_creator.check_if_all_phase_data_exists | ( | run_name, | |
check = "both" |
|||
) |
def phase_plot_creator.create_phase_data | ( | run_name, | |
pad_phase_data = True , |
|||
block_phase_data = True |
|||
) |
def phase_plot_creator.get_phase_selection | ( | position, | |
velocity, | |||
indexes | |||
) |
def phase_plot_creator.get_threshold_speed | ( | parameters | ) |
def phase_plot_creator.lazy_load_data | ( | run_name, | |
file_name, | |||
use_shared_names | |||
) |
Definition at line 197 of file phase_plot_creator.py.
def phase_plot_creator.load_phase_data | ( | run_name, | |
phase_part = "" |
|||
) |
def phase_plot_creator.load_phase_data_creator | ( | run_name, | |
phase_part = "_block" |
|||
) |
def phase_plot_creator.make_indexes | ( | start_index, | |
threshold_dictionary, | |||
time_units_from_start = 1000 |
|||
) |
def phase_plot_creator.make_indexes_within_interval | ( | start_index, | |
threshold_dictionary, | |||
time_units_from_start | |||
) |
def phase_plot_creator.pad_or_block | ( | phase_part | ) |
def phase_plot_creator.save_phase_data | ( | phase_data, | |
run_name, | |||
path_in_results_folder, | |||
block_phase_data = False |
|||
) |