Commit 8047cda0 by maarten

grid scaling

git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@299 a1961a4f-ab94-4bcc-80e8-33b5a54de466
parent 773137e8
...@@ -240,8 +240,6 @@ void MapMaker<FTYPE>::loadMTZ(const fs::path& hklin, float samplingRate, ...@@ -240,8 +240,6 @@ void MapMaker<FTYPE>::loadMTZ(const fs::path& hklin, float samplingRate,
fixMTZ(); fixMTZ();
samplingRate /= 2; // clipper's way of interpreting?
mGrid.init(spacegroup, cell, mGrid.init(spacegroup, cell,
mHKLInfo.resolution(), samplingRate); // define grid mHKLInfo.resolution(), samplingRate); // define grid
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment