nxtomo.utils.frameappender#

module to append frame to an hdf5 dataset (that can be virtual)

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