Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merging project top and project subtomograms into project subtomograms #183

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion xmipptomo/protocols/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
from .protocol_peak_high_contrast import XmippProtPeakHighContrast
from .protocol_phantom_subtomo import XmippProtPhantomSubtomo
from .protocol_phantom_tomo import XmippProtPhantomTomo
from .protocol_project_subtomograms import XmippProtProjectSubtomograms
from .protocol_project_top import XmippProtSubtomoProject
from .protocol_reconstruct_tomograms import XmippProtReconstructTomograms
from .protocol_resizeTS import XmippProtResizeTiltSeries
Expand All @@ -51,4 +52,4 @@
from .protocol_subtraction_subtomo import XmippProtSubtractionSubtomo
from .protocol_subtomo_map_back import XmippProtSubtomoMapBack
from .protocol_half_maps_subtomos import XmippProtHalfMapsSubtomo
from .protocol_project_subtomograms import XmippProtProjectSubtomograms

Loading
Loading