.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/conda.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
.github/workflows/sphinx.yml
conda/environment.yaml
conda/meta.yaml
docs/.nojekyll
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
maptools/__init__.py
maptools/_accumulate.py
maptools/_cc.py
maptools/_crop.py
maptools/_dilate.py
maptools/_edit.py
maptools/_erode.py
maptools/_fft.py
maptools/_filter.py
maptools/_fit.py
maptools/_fsc.py
maptools/_fsc3d.py
maptools/_genmask.py
maptools/_map2mtz.py
maptools/_mask.py
maptools/_pdb2map.py
maptools/_rebin.py
maptools/_reorder.py
maptools/_rescale.py
maptools/_rotate.py
maptools/_segment.py
maptools/_threshold.py
maptools/_transform.py
maptools/_version.py
maptools/command_line.py
maptools/external.py
maptools/util.py
maptools.egg-info/PKG-INFO
maptools.egg-info/SOURCES.txt
maptools.egg-info/dependency_links.txt
maptools.egg-info/entry_points.txt
maptools.egg-info/requires.txt
maptools.egg-info/top_level.txt
maptools/engines/__init__.py
tests/4v1w.pdb
tests/conftest.py
tests/ideal.mrc
tests/mask.mrc
tests/rec.mrc
tests/test_accumulate.py
tests/test_cc.py
tests/test_crop.py
tests/test_edit.py
tests/test_fft.py
tests/test_filter.py
tests/test_fit.py
tests/test_fsc.py
tests/test_fsc3d.py
tests/test_map2mtz.py
tests/test_mask.py
tests/test_pdb2map.py
tests/test_rebin.py
tests/test_reorder.py
tests/test_rescale.py
tests/test_rotate.py
tests/test_segment.py
tests/test_threshold.py
tests/test_transform.py