nxtomo.utils.frameappender#

Utilities to append frames to an HDF5 dataset (including virtual datasets).

Functions

cwd_context([new_cwd])

Create a context with new_cwd.

from_data_url_to_virtual_source(url, target_path)

Convert a DataUrl to a set (as tuple) of h5py.VirtualSource.

get_data(url)

Returns a numpy data from an URL.

h5py_read_dataset(dset[, index, decode_ascii])

Read data from dataset object.

hdf5_open(filename)

Open a file as an h5py-like object.

to_target_rel_path(file_path, target_path)

Cast file_path to a relative path according to target_path.

Classes

DataUrl([path, file_path, data_path, ...])

Non-mutable object to parse a string representing a resource data locator.

DatasetReader(url)

Context manager used to read a BLISS node.

FrameAppender(data, file_path, data_path, where)

HDF5File

alias of File