My Project
Functions | Variables
plotAveragedCalculatedFrictionAmplitude Namespace Reference

Functions

def getFileWithPaths (path)
 
def getYamlElement (yaml_file, yaml_key)
 
def addTitleFromYaml (yaml_file, yaml_key="suptitle")
 
def getLabelsFromYaml (yaml_file, yaml_key="unique_path_components")
 
def getLabelTitleFromYaml (yaml_file, yaml_key="label_title")
 
def plotIndividualAmplitudes (amplitude_files, yaml_file="")
 
def plotAverageAmplitudes (amplitude_files, path_to_save_folder, yaml_file="")
 
def calculateIntervalError (amplitude_files, yaml_file)
 
def mean_confidence_interval (amplitude_files, yaml_file, confidence=0.95)
 
def plotAmplitudeFiles (amplitude_files, path_to_save_folder, yaml_file)
 
def loadAmplitudeFiles (paths, path_to_save_folder, yaml_file)
 
def run (path_to_paths, path_to_save_folder)
 

Variables

 python_path = os.path.dirname(os.path.realpath(__file__))
 
list colors_diverging_short = ['#d7191c','#fdae61','#ffffbf','#abd9e9','#2c7bb6']
 
list colors_diverging_long = ['#a50026','#d73027','#f46d43','#fdae61','#fee090','#ffffbf','#e0f3f8','#abd9e9','#74add1','#4575b4','#313695']
 
list colors_qualitative_short = ['#1b9e77','#d95f02','#7570b3','#e7298a','#66a61e']
 
list colors_qualitative_long = ['#1b9e77','#d95f02','#7570b3','#e7298a','#66a61e','#e6ab02','#a6761d']
 
list linestyles = ['-', '--', '-.', ':']
 

Function Documentation

◆ addTitleFromYaml()

def plotAveragedCalculatedFrictionAmplitude.addTitleFromYaml (   yaml_file,
  yaml_key = "suptitle" 
)

Definition at line 48 of file plotAveragedCalculatedFrictionAmplitude.py.

Here is the call graph for this function:

◆ calculateIntervalError()

def plotAveragedCalculatedFrictionAmplitude.calculateIntervalError (   amplitude_files,
  yaml_file 
)

Definition at line 136 of file plotAveragedCalculatedFrictionAmplitude.py.

Here is the call graph for this function:

◆ getFileWithPaths()

def plotAveragedCalculatedFrictionAmplitude.getFileWithPaths (   path)

Definition at line 20 of file plotAveragedCalculatedFrictionAmplitude.py.

Here is the call graph for this function:

◆ getLabelsFromYaml()

def plotAveragedCalculatedFrictionAmplitude.getLabelsFromYaml (   yaml_file,
  yaml_key = "unique_path_components" 
)

Definition at line 57 of file plotAveragedCalculatedFrictionAmplitude.py.

Here is the call graph for this function:

◆ getLabelTitleFromYaml()

def plotAveragedCalculatedFrictionAmplitude.getLabelTitleFromYaml (   yaml_file,
  yaml_key = "label_title" 
)

Definition at line 65 of file plotAveragedCalculatedFrictionAmplitude.py.

Here is the call graph for this function:

◆ getYamlElement()

def plotAveragedCalculatedFrictionAmplitude.getYamlElement (   yaml_file,
  yaml_key 
)

Definition at line 36 of file plotAveragedCalculatedFrictionAmplitude.py.

Here is the call graph for this function:

◆ loadAmplitudeFiles()

def plotAveragedCalculatedFrictionAmplitude.loadAmplitudeFiles (   paths,
  path_to_save_folder,
  yaml_file 
)

Definition at line 254 of file plotAveragedCalculatedFrictionAmplitude.py.

Here is the call graph for this function:

◆ mean_confidence_interval()

def plotAveragedCalculatedFrictionAmplitude.mean_confidence_interval (   amplitude_files,
  yaml_file,
  confidence = 0.95 
)

Definition at line 210 of file plotAveragedCalculatedFrictionAmplitude.py.

Here is the call graph for this function:

◆ plotAmplitudeFiles()

def plotAveragedCalculatedFrictionAmplitude.plotAmplitudeFiles (   amplitude_files,
  path_to_save_folder,
  yaml_file 
)

Definition at line 236 of file plotAveragedCalculatedFrictionAmplitude.py.

Here is the call graph for this function:

◆ plotAverageAmplitudes()

def plotAveragedCalculatedFrictionAmplitude.plotAverageAmplitudes (   amplitude_files,
  path_to_save_folder,
  yaml_file = "" 
)

Definition at line 105 of file plotAveragedCalculatedFrictionAmplitude.py.

Here is the call graph for this function:

◆ plotIndividualAmplitudes()

def plotAveragedCalculatedFrictionAmplitude.plotIndividualAmplitudes (   amplitude_files,
  yaml_file = "" 
)

Definition at line 76 of file plotAveragedCalculatedFrictionAmplitude.py.

Here is the call graph for this function:

◆ run()

def plotAveragedCalculatedFrictionAmplitude.run (   path_to_paths,
  path_to_save_folder 
)

Definition at line 260 of file plotAveragedCalculatedFrictionAmplitude.py.

Here is the call graph for this function:

Variable Documentation

◆ colors_diverging_long

list plotAveragedCalculatedFrictionAmplitude.colors_diverging_long = ['#a50026','#d73027','#f46d43','#fdae61','#fee090','#ffffbf','#e0f3f8','#abd9e9','#74add1','#4575b4','#313695']

Definition at line 14 of file plotAveragedCalculatedFrictionAmplitude.py.

◆ colors_diverging_short

list plotAveragedCalculatedFrictionAmplitude.colors_diverging_short = ['#d7191c','#fdae61','#ffffbf','#abd9e9','#2c7bb6']

Definition at line 13 of file plotAveragedCalculatedFrictionAmplitude.py.

◆ colors_qualitative_long

list plotAveragedCalculatedFrictionAmplitude.colors_qualitative_long = ['#1b9e77','#d95f02','#7570b3','#e7298a','#66a61e','#e6ab02','#a6761d']

Definition at line 16 of file plotAveragedCalculatedFrictionAmplitude.py.

◆ colors_qualitative_short

list plotAveragedCalculatedFrictionAmplitude.colors_qualitative_short = ['#1b9e77','#d95f02','#7570b3','#e7298a','#66a61e']

Definition at line 15 of file plotAveragedCalculatedFrictionAmplitude.py.

◆ linestyles

list plotAveragedCalculatedFrictionAmplitude.linestyles = ['-', '--', '-.', ':']

Definition at line 17 of file plotAveragedCalculatedFrictionAmplitude.py.

◆ python_path

plotAveragedCalculatedFrictionAmplitude.python_path = os.path.dirname(os.path.realpath(__file__))

Definition at line 11 of file plotAveragedCalculatedFrictionAmplitude.py.