nxtomomill.converter.hdf5.acquisition.blisstomoconfig.TomoConfig#
- class nxtomomill.converter.hdf5.acquisition.blisstomoconfig.TomoConfig[source]#
Bases:
objecthold motor used for tomography acquisition according to https://tomo.gitlab-pages.esrf.fr/ebs-tomo/master/modelization.html convension
Methods
__init__()from_technique_group(technique_group)get rotation motor and thinks like this from the 'tomoconfig'.
Attributes
rotationsample_usample_vsample_xsample_ytomo_detectortranslation_xtranslation_ytranslation_z- static from_technique_group(technique_group: 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’…