Skip to content

Fixes the class inheritance

Valentin Valls requested to merge fixes-zseries-inheritance into main

The use of super was creating incoherent instantiation for the ZSeries.

As result the attributes created by FullFieldTomo was just not part of the ZSeries object (while ZSeries inherits from FullFieldTomo).

Unfortunately now the sequence_pars have to be passed by arguments.

The whole sequence architecture is really really fragile.

Edited by Valentin Valls

Merge request reports