SasView / sasdata

Package for loading and handling SAS data
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Enable asymmetric sector averaging (fold=false) #34

Closed butlerpd closed 1 year ago

butlerpd commented 1 year ago

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.