Module:
sdynpy.fileio.sdynpy_escdfSource: GitHub
Signature¶
def sdynpy.fileio.sdynpy_escdf.from_rattlesnake_channel_info(dataset_name, channel_info, descriptive_name='')Generates a “vibration_channel_table” dataset from the channel information in a Rattlesnake netcdf4 file.
Operates on channel tables like the one from
Parameters¶
dataset_name : str The name of the dataset to be generated
channel_info : pandas.DataFrame A dataframe returned from reading Rattlesnake netcdf4 output into SDynPy
descriptive_name : str A description of the dataset to be generated
Returns¶
escdf.Dataset
A dataset with the type ‘vibration_channel_table’ containing channel
table information