.coveragerc
.gitignore
.readthedocs.yml
CITATION.cff
LICENSE
MANIFEST.in
README.md
conda_env_tomotwin.yml
pylintrc
setup.py
tox.ini
.github/workflows/checks_tests_deploy.yml
docs/changes_.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/requirements.txt
docs/_static/version-alert.js
docs/developer/devs.rst
docs/img/general/TomoTwin_black_transparent_cropped.png
docs/img/general/TomoTwin_grey_transparent_cropped.png
docs/img/general/TomoTwin_grey_transparent_tight.png
docs/img/general/TomoTwin_white_transparent_tight.png
docs/img/general/logo_grey.png
docs/img/general/workflow.png
docs/img/strategies/mask.png
docs/img/strategies/mask_compare.png
docs/img/strategies/ref_refinement.odg
docs/img/strategies/ref_refinement.png
docs/img/strategies/umap_filtered_mask.png
docs/img/tutorial_1/after_optim.png
docs/img/tutorial_1/start.png
docs/img/tutorial_2/cluster_manager.png
docs/img/tutorial_2/cluster_refine_05.png
docs/img/tutorial_2/cluster_refine_example_raw.odg
docs/img/tutorial_2/figure_anchor.png
docs/img/tutorial_2/find_cluster_targets_overview.odg
docs/img/tutorial_2/find_cluster_targets_overview.png
docs/img/tutorial_2/fine_tune_01.png
docs/img/tutorial_2/fine_tune_02.png
docs/img/tutorial_2/fine_tune_03.png
docs/img/tutorial_2/fine_tune_04.png
docs/img/tutorial_2/img1.png
docs/img/tutorial_2/img2.png
docs/img/tutorial_2/img3.png
docs/img/tutorial_2/img4.png
docs/img/tutorial_2/mag.png
docs/strategies/strategy_01.rst
docs/strategies/strategy_02.rst
docs/strategies/strategy_03.rst
docs/strategies/strategy_04.rst
docs/strategies/strategy_overview.rst
docs/tutorials/tut01_reference.rst
docs/tutorials/tut02_cluster.rst
docs/tutorials/tutorials_overview.rst
docs/tutorials/text_modules/downscale_clustering.rst
docs/tutorials/text_modules/downscale_reference.rst
docs/tutorials/text_modules/embed.rst
docs/tutorials/text_modules/locate.rst
docs/tutorials/text_modules/scale.rst
docs/tutorials/text_modules/downscale/boxsize_admonition.rst
docs/tutorials/text_modules/downscale/first_paragraph.rst
resources/boxsizes.json
resources/pdb_kdt.json
resources/configs/config_resnet.json
resources/configs/config_siamese.json
resources/images/TomoTwin_black_transparent_cropped.png
resources/images/TomoTwin_white_transparent_cropped.png
resources/images/logo_white_transparent_cropped.png
resources/images/tomotwin_white_on_gray_cropped.png
resources/tests/FindMaxLocator/5MRC.mrc
resources/tests/FindMaxLocator/5MRC.mrc-1.tif
resources/tests/locate_main/map.tmap
resources/tests/map_main/embed/refs/embeddings.temb
resources/tests/map_main/embed/tomo/tiltseries_cropped_embeddings.temb
resources/tests/mrctriplethandler/model_0_1BXN_1.mrc
resources/tests/pick_main/located.tloc
resources/tests/tripletgenerator/pdb/1bxn.mrc
resources/tests/tripletgenerator/pdb/3gl1.mrc
resources/tests/tripletgenerator/volumes/module_0_1BXN_0.mrc
resources/tests/tripletgenerator/volumes/module_0_1BXN_1.mrc
resources/tests/tripletgenerator/volumes/module_0_3GL1_0.mrc
scripts/__init__.py
scripts/evaluation.py
scripts/json2tloc.py
scripts/molmapsbbox.py
scripts/pdb_similarity_matrix.py
scripts/pymol_weight.py
scripts/train_optuna.py
tests/__init__.py
tests/faketriplethandler.py
tests/test_argparse_embed_ui.py
tests/test_argparse_locate_ui.py
tests/test_argparse_map_ui.py
tests/test_argparse_pick_ui.py
tests/test_argparse_ui.py
tests/test_boxer.py
tests/test_classifier.py
tests/test_distances.py
tests/test_embed_main.py
tests/test_extract_reference.py
tests/test_filenametriplet.py
tests/test_findmax.py
tests/test_locate_main.py
tests/test_locator.py
tests/test_map_main.py
tests/test_mrctriplethandler.py
tests/test_networkmanager.py
tests/test_pick_main.py
tests/test_scale_coords.py
tests/test_torchtrainer.py
tests/test_train.py
tests/test_transforms.py
tests/test_tripletdataset.py
tests/test_tripletprovider.py
tests/test_umap.py
tests/test_volumedata.py
tomotwin/__init__.py
tomotwin/embed_main.py
tomotwin/locate_main.py
tomotwin/map_main.py
tomotwin/pick_main.py
tomotwin/tools_main.py
tomotwin/train_main.py
tomotwin/modules/__init__.py
tomotwin/modules/common/__init__.py
tomotwin/modules/common/distances.py
tomotwin/modules/common/exceptions.py
tomotwin/modules/common/preprocess.py
tomotwin/modules/common/utils.py
tomotwin/modules/common/findmax/__init__.py
tomotwin/modules/common/findmax/findmax.py
tomotwin/modules/common/io/__init__.py
tomotwin/modules/common/io/cbox_format.py
tomotwin/modules/common/io/coords_format.py
tomotwin/modules/common/io/mrc_format.py
tomotwin/modules/common/io/reader_writer.py
tomotwin/modules/common/io/star_format.py
tomotwin/modules/inference/__init__.py
tomotwin/modules/inference/argparse_embed_ui.py
tomotwin/modules/inference/argparse_locate_ui.py
tomotwin/modules/inference/argparse_map_ui.py
tomotwin/modules/inference/argparse_pick_ui.py
tomotwin/modules/inference/boxer.py
tomotwin/modules/inference/distance_mapper.py
tomotwin/modules/inference/embed_ui.py
tomotwin/modules/inference/embedor.py
tomotwin/modules/inference/findmaxima_locator.py
tomotwin/modules/inference/locate_ui.py
tomotwin/modules/inference/locator.py
tomotwin/modules/inference/map_ui.py
tomotwin/modules/inference/mapper.py
tomotwin/modules/inference/pick_ui.py
tomotwin/modules/inference/reference_refinement.py
tomotwin/modules/inference/volumedata.py
tomotwin/modules/networks/GeneralizedMeanPooling.py
tomotwin/modules/networks/SiameseNet3D.py
tomotwin/modules/networks/__init__.py
tomotwin/modules/networks/networkmanager.py
tomotwin/modules/networks/resnet.py
tomotwin/modules/networks/torchmodel.py
tomotwin/modules/tools/__init__.py
tomotwin/modules/tools/embedding_mask.py
tomotwin/modules/tools/extract_reference.py
tomotwin/modules/tools/filter_embedding.py
tomotwin/modules/tools/info.py
tomotwin/modules/tools/make_target.py
tomotwin/modules/tools/median_embedding.py
tomotwin/modules/tools/scale_coordinates.py
tomotwin/modules/tools/tomotwintool.py
tomotwin/modules/tools/umap.py
tomotwin/modules/training/LossPyML.py
tomotwin/modules/training/__init__.py
tomotwin/modules/training/argparse_ui.py
tomotwin/modules/training/filenamematchingtripletprovidernopdb.py
tomotwin/modules/training/filenametripletprovider.py
tomotwin/modules/training/filepathtriplet.py
tomotwin/modules/training/mrctriplethandler.py
tomotwin/modules/training/numpytriplet.py
tomotwin/modules/training/torchtrainer.py
tomotwin/modules/training/trainer.py
tomotwin/modules/training/training_ui.py
tomotwin/modules/training/transforms.py
tomotwin/modules/training/tripletdataset.py
tomotwin/modules/training/triplethandler.py
tomotwin/modules/training/tripletprovider.py
tomotwin_cryoet.egg-info/PKG-INFO
tomotwin_cryoet.egg-info/SOURCES.txt
tomotwin_cryoet.egg-info/dependency_links.txt
tomotwin_cryoet.egg-info/entry_points.txt
tomotwin_cryoet.egg-info/requires.txt
tomotwin_cryoet.egg-info/top_level.txt