My Project
Functions | Variables
plotPadDifferentStepSize Namespace Reference

Functions

def loadFile (run_name, shared_names, selected='pad_position.csv')
 
def loadYaml (run_name)
 
def x_values_for_run (number_data_points, parameters)
 
def plot_runs (run_list)
 
def calculate_fft (data)
 
def plot_fft_frequencies (data)
 
def run_plot ()
 

Variables

string results_path = os.path.dirname(os.path.realpath(__file__)) + "/../../../results/"
 
string results_folder = "/results/"
 
string numeric_method = "_midpoint_"
 

Function Documentation

◆ calculate_fft()

def plotPadDifferentStepSize.calculate_fft (   data)

Definition at line 60 of file plotPadDifferentStepSize.py.

Here is the call graph for this function:

◆ loadFile()

def plotPadDifferentStepSize.loadFile (   run_name,
  shared_names,
  selected = 'pad_position.csv' 
)

Definition at line 24 of file plotPadDifferentStepSize.py.

Here is the call graph for this function:

◆ loadYaml()

def plotPadDifferentStepSize.loadYaml (   run_name)

Definition at line 30 of file plotPadDifferentStepSize.py.

Here is the call graph for this function:

◆ plot_fft_frequencies()

def plotPadDifferentStepSize.plot_fft_frequencies (   data)

Definition at line 76 of file plotPadDifferentStepSize.py.

Here is the call graph for this function:

◆ plot_runs()

def plotPadDifferentStepSize.plot_runs (   run_list)

Definition at line 47 of file plotPadDifferentStepSize.py.

Here is the call graph for this function:

◆ run_plot()

def plotPadDifferentStepSize.run_plot ( )

Definition at line 81 of file plotPadDifferentStepSize.py.

Here is the call graph for this function:

◆ x_values_for_run()

def plotPadDifferentStepSize.x_values_for_run (   number_data_points,
  parameters 
)

Definition at line 38 of file plotPadDifferentStepSize.py.

Here is the call graph for this function:

Variable Documentation

◆ numeric_method

string plotPadDifferentStepSize.numeric_method = "_midpoint_"

Definition at line 18 of file plotPadDifferentStepSize.py.

◆ results_folder

string plotPadDifferentStepSize.results_folder = "/results/"

Definition at line 17 of file plotPadDifferentStepSize.py.

◆ results_path

string plotPadDifferentStepSize.results_path = os.path.dirname(os.path.realpath(__file__)) + "/../../../results/"

Definition at line 16 of file plotPadDifferentStepSize.py.