@@ -52,10 +52,9 @@ class ProjectionConfigurator(IConfigurator):
:param configuration: the current configuration.
:type configuration: a MDANSE.Framework.Configurable.Configurable object
:param value: the input projector definition. It must be a 2-tuple whose 1st element if the name of the projector (one of 'null','axial' or 'planar')
and the 2nd element the parameters for hte selected projector (None for 'null', a Scientific.Vector for 'axial' and a list of two Scientific.Vector for
'planar').
a list of file formats.
:param value: the input projector definition. It can be a 2-tuple whose 1st element if the name of the projector (one of 'null','axial' or 'planar')
and the 2nd element the parameters for the selected projector (None for 'null', a Scientific.Vector for 'axial' and a list of two Scientific.Vector for
'planar') or None in the case where no projection is needed.