darfix.tasks.hdf5_scans_concatenation.VDS_POLICY#

class darfix.tasks.hdf5_scans_concatenation.VDS_POLICY(value)[source]#

Bases: Enum

Virtual dataset policy. Values can be: * ‘absolute’: in this case the links will be done with the absolute path. Safer for ‘single’ shot processing. * ‘relative’: in this case the links will be done with relative path. Safer if we want to move files. Links will be preserved as long as relative paths are preserved.

ABSOLUTE = 'absolute'#
RELATIVE = 'relative'#