My Project
|
Functions | |
def | get_threshold_speed (parameters) |
def | bool_interaction_with_user (output_to_user) |
def | save_phase_data (position_selection, velocity_selection, run_name, file_name="/results/phase_plot_at_threshold_") |
def | make_indexes_within_interval (start_index, threshold_dictionary, time_units_from_start) |
def | make_indexes (start_index, threshold_dictionary, time_units_from_start=1000) |
def | get_saved_phase_data (run_name) |
def | create_and_get_phase_data (run_name) |
def | plot_position_velocity (single_position, single_velocity, color_number, figure_number=1, custom_label="", custom_legend_title="") |
def | plot_phase (position, velocity, figure_number, custom_label="", custom_legend_title="", block_numbers=None) |
def | plot_phase_intervals (position, velocity, section_size, custom_label="", custom_legend_title="", block_numbers=None) |
def | plot_one_phase_at_the_time (position, velocity, custom_label="", custom_legend_title="", block_numbers=None) |
def phase_plot_main.bool_interaction_with_user | ( | output_to_user | ) |
def phase_plot_main.create_and_get_phase_data | ( | run_name | ) |
def phase_plot_main.get_saved_phase_data | ( | run_name | ) |
def phase_plot_main.get_threshold_speed | ( | parameters | ) |
def phase_plot_main.make_indexes | ( | start_index, | |
threshold_dictionary, | |||
time_units_from_start = 1000 |
|||
) |
def phase_plot_main.make_indexes_within_interval | ( | start_index, | |
threshold_dictionary, | |||
time_units_from_start | |||
) |
def phase_plot_main.plot_one_phase_at_the_time | ( | position, | |
velocity, | |||
custom_label = "" , |
|||
custom_legend_title = "" , |
|||
block_numbers = None |
|||
) |
def phase_plot_main.plot_phase | ( | position, | |
velocity, | |||
figure_number, | |||
custom_label = "" , |
|||
custom_legend_title = "" , |
|||
block_numbers = None |
|||
) |
def phase_plot_main.plot_phase_intervals | ( | position, | |
velocity, | |||
section_size, | |||
custom_label = "" , |
|||
custom_legend_title = "" , |
|||
block_numbers = None |
|||
) |
def phase_plot_main.plot_position_velocity | ( | single_position, | |
single_velocity, | |||
color_number, | |||
figure_number = 1 , |
|||
custom_label = "" , |
|||
custom_legend_title = "" |
|||
) |
def phase_plot_main.save_phase_data | ( | position_selection, | |
velocity_selection, | |||
run_name, | |||
file_name = "/results/phase_plot_at_threshold_" |
|||
) |