Skip to content

Commit 767fedc

Browse files
committed
Changes fold to True
1 parent 5fa6925 commit 767fedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sas/qtgui/Plotting/Slicers/WedgeSlicer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def _post_data(self, new_sector=None, nbins=None):
175175
# range from python default of -pi,pi to 0,2pi suitable for manipulations
176176
sect = self.averager(r_min=rmin, r_max=rmax, phi_min=phimin + np.pi,
177177
phi_max=phimax + np.pi, nbins=self.nbins)
178-
sect.fold = False
178+
sect.fold = True
179179
sector = sect(self.data)
180180

181181
if hasattr(sector, "dxl"):

0 commit comments

Comments
 (0)