My Project
Functions
makePhaseAnimationData Namespace Reference

Functions

def splitSingleIncrementRun (loader, vector_array_helper, file_name, last_x_percent)
 
def calculateVelocities (loader)
 
def savePhaseData (loader, position_selection, velocity_selection, file_name)
 
def makeBlockPhaseData (loader, vector_array_helper, last_x_percent=5, save_folder="/results/friction_phase/")
 
def makePadPhaseData (loader, vector_array_helper, last_x_percent=5, save_folder="/results/friction_phase/")
 
def calculateIntervalSize (loader)
 
def main ()
 

Function Documentation

◆ calculateIntervalSize()

def makePhaseAnimationData.calculateIntervalSize (   loader)

Definition at line 130 of file makePhaseAnimationData.py.

◆ calculateVelocities()

def makePhaseAnimationData.calculateVelocities (   loader)

Definition at line 35 of file makePhaseAnimationData.py.

Here is the call graph for this function:

◆ main()

def makePhaseAnimationData.main ( )

Definition at line 140 of file makePhaseAnimationData.py.

Here is the call graph for this function:

◆ makeBlockPhaseData()

def makePhaseAnimationData.makeBlockPhaseData (   loader,
  vector_array_helper,
  last_x_percent = 5,
  save_folder = "/results/friction_phase/" 
)

Definition at line 71 of file makePhaseAnimationData.py.

Here is the call graph for this function:

◆ makePadPhaseData()

def makePhaseAnimationData.makePadPhaseData (   loader,
  vector_array_helper,
  last_x_percent = 5,
  save_folder = "/results/friction_phase/" 
)

Definition at line 103 of file makePhaseAnimationData.py.

Here is the call graph for this function:

◆ savePhaseData()

def makePhaseAnimationData.savePhaseData (   loader,
  position_selection,
  velocity_selection,
  file_name 
)

Definition at line 54 of file makePhaseAnimationData.py.

Here is the call graph for this function:

◆ splitSingleIncrementRun()

def makePhaseAnimationData.splitSingleIncrementRun (   loader,
  vector_array_helper,
  file_name,
  last_x_percent 
)

Definition at line 11 of file makePhaseAnimationData.py.

Here is the call graph for this function: