-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new features: -blur-expand, -blur-contract, -mask-sphere, -mask-spher…
…e-subtract, -mask-rect-subtract. These features have been added and documented in detail, and the code compiles. But the features have not yet been tested. I also fixed problems with the MrcSimple C++ library. The constructor was not initializing the MRC header. (It was partially filled with random garbage.) This affected the MRC files created by the "filter_mrc" program whenever the user used the "-image-size" argument (which generates its own header instead of reading it from a file. MRC file import and export seems to be working etter now, however I'm still worried that I may be storing the "origin" numbers and reading them from the wrong place in the MRC file header. I'll worry about this detail later.
- Loading branch information
Showing
7 changed files
with
626 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.