Skip to content

Commit 4eed507

Browse files
committed
Fix map_sigma function (PanDDA2)
1 parent ac9001a commit 4eed507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dlstbx/wrapper/pandda_xchem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def read_pandda_map(self, xmap_file):
360360
dmap = dmap_ccp4.grid
361361
return dmap
362362

363-
def map_sigma(xmap, sigma):
363+
def map_sigma(self, xmap, sigma):
364364
ccp4 = gemmi.read_ccp4_map(str(xmap))
365365
ccp4.setup(0.0)
366366
grid = ccp4.grid

0 commit comments

Comments
 (0)