recolo.data_structures.fieldstack.FieldStack

class recolo.data_structures.fieldstack.FieldStack(deflection, slopes, curvatures, acceleration, times)

Bases: object

__init__(deflection, slopes, curvatures, acceleration, times)

Stack of kinematic fields. The following fields are calculated are:

  • Deflection

  • Slopes

  • Curvatures

  • Out of plane acceleration

deflectionndarray

The deflection fields with shape [frame,x,y]

slopesndarray

The slope fields with shape [component,frame,x,y]

curvaturesndarray

The curvature fields with shape [component,frame,x,y]

accelerationndarray

The acceleration fields with shape [frame,x,y]

timesndarray

The deflection fields with shape [frame]

fieldsFields

The kinematic fields for a single time step

Methods

__init__(deflection, slopes, curvatures, ...)

Stack of kinematic fields. The following fields are calculated are: * Deflection * Slopes * Curvatures * Out of plane acceleration.

shape()