My Project
Functions | Variables
analysisSharedFunctions Namespace Reference

Functions

def loadYaml (run_name, results_path=results_path, yaml_path=yaml_path)
 
def getLoader ()
 
def loadFile (run_name, yaml_file, file_name, results_folder="/results/", file_ending=".csv")
 
def loadPhaseFile (run_name, file_name, friction_folder="/friction_phase/", use_shared_names=False)
 
def fourierSpectrum (run_name, data_vector)
 

Variables

 results_path = os.path.dirname(os.path.realpath(__file__)) + \
 
string yaml_path = "/doc/yaml/parameters.yaml"
 
string numeric_method = "_midpoint_"
 

Function Documentation

◆ fourierSpectrum()

def analysisSharedFunctions.fourierSpectrum (   run_name,
  data_vector 
)

Definition at line 72 of file analysisSharedFunctions.py.

Here is the call graph for this function:

◆ getLoader()

def analysisSharedFunctions.getLoader ( )

Definition at line 28 of file analysisSharedFunctions.py.

Here is the call graph for this function:

◆ loadFile()

def analysisSharedFunctions.loadFile (   run_name,
  yaml_file,
  file_name,
  results_folder = "/results/",
  file_ending = ".csv" 
)

Definition at line 41 of file analysisSharedFunctions.py.

Here is the call graph for this function:

◆ loadPhaseFile()

def analysisSharedFunctions.loadPhaseFile (   run_name,
  file_name,
  friction_folder = "/friction_phase/",
  use_shared_names = False 
)

Definition at line 55 of file analysisSharedFunctions.py.

Here is the call graph for this function:

◆ loadYaml()

def analysisSharedFunctions.loadYaml (   run_name,
  results_path = results_path,
  yaml_path = yaml_path 
)

Definition at line 22 of file analysisSharedFunctions.py.

Here is the call graph for this function:

Variable Documentation

◆ numeric_method

string analysisSharedFunctions.numeric_method = "_midpoint_"

Definition at line 15 of file analysisSharedFunctions.py.

◆ results_path

analysisSharedFunctions.results_path = os.path.dirname(os.path.realpath(__file__)) + \

Definition at line 12 of file analysisSharedFunctions.py.

◆ yaml_path

string analysisSharedFunctions.yaml_path = "/doc/yaml/parameters.yaml"

Definition at line 14 of file analysisSharedFunctions.py.