NRRD Conversion

Utilities for converting 4D NRRD files to 3D sequences.

Module Reference

class physiomotion4d.convert_nrrd_4d_to_3d.ConvertNRRD4DTo3D(log_level=20)[source]
__init__(log_level=20)[source]

Initialize the NRRD 4D to 3D converter.

Parameters:

log_level (int | str) – Logging level (default: logging.INFO)

load_nrrd_3d(filenames)[source]
Return type:

None

load_nrrd_4d(filename)[source]
Return type:

None

get_3d_image(index)[source]
Return type:

Any

get_number_of_3d_images()[source]
Return type:

int

save_3d_images(directory, basename)[source]
Return type:

None

Navigation

Contour Tools | Utility Modules | API Reference