My Project
Functions
phase_plot_main Namespace Reference

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)
 

Function Documentation

◆ bool_interaction_with_user()

def phase_plot_main.bool_interaction_with_user (   output_to_user)

Definition at line 30 of file phase_plot_main.py.

Here is the call graph for this function:

◆ create_and_get_phase_data()

def phase_plot_main.create_and_get_phase_data (   run_name)

Definition at line 119 of file phase_plot_main.py.

Here is the call graph for this function:

◆ get_saved_phase_data()

def phase_plot_main.get_saved_phase_data (   run_name)

Definition at line 93 of file phase_plot_main.py.

Here is the call graph for this function:

◆ get_threshold_speed()

def phase_plot_main.get_threshold_speed (   parameters)

Definition at line 9 of file phase_plot_main.py.

Here is the call graph for this function:

◆ make_indexes()

def phase_plot_main.make_indexes (   start_index,
  threshold_dictionary,
  time_units_from_start = 1000 
)

Definition at line 79 of file phase_plot_main.py.

Here is the call graph for this function:

◆ make_indexes_within_interval()

def phase_plot_main.make_indexes_within_interval (   start_index,
  threshold_dictionary,
  time_units_from_start 
)

Definition at line 65 of file phase_plot_main.py.

Here is the call graph for this function:

◆ plot_one_phase_at_the_time()

def phase_plot_main.plot_one_phase_at_the_time (   position,
  velocity,
  custom_label = "",
  custom_legend_title = "",
  block_numbers = None 
)

Definition at line 230 of file phase_plot_main.py.

Here is the call graph for this function:

◆ plot_phase()

def phase_plot_main.plot_phase (   position,
  velocity,
  figure_number,
  custom_label = "",
  custom_legend_title = "",
  block_numbers = None 
)

Definition at line 172 of file phase_plot_main.py.

Here is the call graph for this function:

◆ plot_phase_intervals()

def phase_plot_main.plot_phase_intervals (   position,
  velocity,
  section_size,
  custom_label = "",
  custom_legend_title = "",
  block_numbers = None 
)

Definition at line 199 of file phase_plot_main.py.

Here is the call graph for this function:

◆ plot_position_velocity()

def phase_plot_main.plot_position_velocity (   single_position,
  single_velocity,
  color_number,
  figure_number = 1,
  custom_label = "",
  custom_legend_title = "" 
)

Definition at line 150 of file phase_plot_main.py.

Here is the call graph for this function:

◆ save_phase_data()

def phase_plot_main.save_phase_data (   position_selection,
  velocity_selection,
  run_name,
  file_name = "/results/phase_plot_at_threshold_" 
)

Definition at line 42 of file phase_plot_main.py.

Here is the call graph for this function: