pyrokinetics.pyroscan

pyrokinetics.pyroscan#

Functions

add_quantity(ds, name, arrays, base_shape, ...)

cd(newdir)

get_attr_or_item(obj, value)

get_from_dict(data_dict, map_list)

Gets item in dict given location as a list of string

handle_failed_run(buffers, templates, gk_file)

normalize_failed_runs(buffers)

Replace None placeholders (from early failures) with NaN-filled DataArrays once a reference shape is available.

reduce_time(da, *, time_mode[, ...])

Reduce a DataArray over time according to the chosen policy.

select_kx_ky_time(da, *, kx_min[, sum_ky, ...])

set_in_dict(data_dict, map_list, value)

Sets item in dict given location as a list of string

Classes

NumpyEncoder(*[, skipkeys, ensure_ascii, ...])

Numpy/pint-aware JSON encoder.

PyroScan([pyro, parameter_dict, ...])

Creates a dictionary of pyro objects in pyro_dict

PyroScanGKOutput(dataset[, norms])