Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.CoordinateSystemArray

Signature

class sdynpy.CoordinateSystemArray(shape, buffer=None, offset=0, strides=None, order=None)

Coordinate System Information specifying position and directions.

Use the coordinate_system_array helper function to create the array.

Attributes

NameSummary
data_dtypeBuilt-in mutable sequence.

data_dtype

Methods

NameSummary
from_unvLoad CoordinateSystemArrays from universal file data from read_unv

from_unv

def sdynpy.CoordinateSystemArray.from_unv(unv_data_dict, combine=True)

Load CoordinateSystemArrays from universal file data from read_unv

Parameters

Returns