My Project
Functions
phase_plot_creator Namespace Reference

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)
 

Function Documentation

◆ bool_interaction_with_user()

def phase_plot_creator.bool_interaction_with_user (   output_to_user)

Definition at line 157 of file phase_plot_creator.py.

Here is the call graph for this function:

◆ check_if_all_phase_data_exists()

def phase_plot_creator.check_if_all_phase_data_exists (   run_name,
  check = "both" 
)

Definition at line 104 of file phase_plot_creator.py.

Here is the call graph for this function:

◆ create_phase_data()

def phase_plot_creator.create_phase_data (   run_name,
  pad_phase_data = True,
  block_phase_data = True 
)

Definition at line 7 of file phase_plot_creator.py.

Here is the call graph for this function:

◆ get_phase_selection()

def phase_plot_creator.get_phase_selection (   position,
  velocity,
  indexes 
)

Definition at line 168 of file phase_plot_creator.py.

Here is the call graph for this function:

◆ get_threshold_speed()

def phase_plot_creator.get_threshold_speed (   parameters)

Definition at line 52 of file phase_plot_creator.py.

Here is the call graph for this function:

◆ lazy_load_data()

def phase_plot_creator.lazy_load_data (   run_name,
  file_name,
  use_shared_names 
)

Definition at line 197 of file phase_plot_creator.py.

◆ load_phase_data()

def phase_plot_creator.load_phase_data (   run_name,
  phase_part = "" 
)

Definition at line 185 of file phase_plot_creator.py.

Here is the call graph for this function:

◆ load_phase_data_creator()

def phase_plot_creator.load_phase_data_creator (   run_name,
  phase_part = "_block" 
)

Definition at line 28 of file phase_plot_creator.py.

Here is the call graph for this function:

◆ make_indexes()

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

Definition at line 75 of file phase_plot_creator.py.

Here is the call graph for this function:

◆ make_indexes_within_interval()

def phase_plot_creator.make_indexes_within_interval (   start_index,
  threshold_dictionary,
  time_units_from_start 
)

Definition at line 91 of file phase_plot_creator.py.

Here is the call graph for this function:

◆ pad_or_block()

def phase_plot_creator.pad_or_block (   phase_part)

Definition at line 179 of file phase_plot_creator.py.

Here is the call graph for this function:

◆ save_phase_data()

def phase_plot_creator.save_phase_data (   phase_data,
  run_name,
  path_in_results_folder,
  block_phase_data = False 
)

Definition at line 133 of file phase_plot_creator.py.

Here is the call graph for this function: