The SectorQ class in manipulations.py implements both the symmetric and asymmetric calculations (fold=true or false in the slab averager). However the current method only allows access to the symmetric version.
In order to allow the asymmetric calculation both in the SasView GUI and through scripting we need to replace the hard coded "symmetric" parameter with a public attribute.
The
SectorQ
class inmanipulations.py
implements both the symmetric and asymmetric calculations (fold=true or false in the slab averager). However the current method only allows access to the symmetric version.In order to allow the asymmetric calculation both in the SasView GUI and through scripting we need to replace the hard coded "symmetric" parameter with a public attribute.