savu.data.data_structures.data_types.stitch_data moduleΒΆ

class StitchData(data_obj_list, stack_or_cat, dim, remove=[])[source]

This class is used to combine multiple data objects.

clone_data_args(args, kwargs, extras)[source]

Gather all information required to keep this dataset after a plugin has completed (may require a conversion to a different data_type.

dark()[source]
dark_mean()[source]

Get the averaged dark projection data.

flat()[source]
flat_mean()[source]

Get the averaged flat projection data.

get_shape()[source]

Get full stitched shape of a stack of files

update_dark(data)[source]
update_flat(data)[source]