nxtomomill.converter.hdf5.acquisition.blisstomoconfig.TomoConfig#

class nxtomomill.converter.hdf5.acquisition.blisstomoconfig.TomoConfig[source]#

Bases: object

hold motor used for tomography acquisition according to https://tomo.gitlab-pages.esrf.fr/ebs-tomo/master/modelization.html convension

__init__()[source]#

Methods

__init__()

from_technique_group(technique_group)

get rotation motor and thinks like this from the 'tomoconfig'.

Attributes

rotation

sample_u

sample_v

sample_x

sample_y

tomo_detector

translation_x

translation_y

translation_z

static from_technique_group(technique_group)[source]#

get rotation motor and thinks like this from the ‘tomoconfig’. This can retrieve one or several dataset name or a single one. In the case of several dataset name we get (real_motor_name, bliss_alias)

If the motor moves then this is pretty simple the real motor_name dataset exists. But if the motors does not move during the bliss scan (scalar value) then the real_motor_name dataset doesn’t exists and the bliss alias does. This is why we need to keep both and check both during the ‘standard process’…