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

Support tomography with only a single tilt #390

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Conversation

stephen-riggs
Copy link
Contributor

Tomography processing currently fails if there are less than three tilts.
From what I can see, this is just due to trying to find the midpoint. If this can't be found I suggest we return the first angle.

Closes #239

Copy link

codecov bot commented Oct 30, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 28.36%. Comparing base (bcf52af) to head (2c718ba).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #390      +/-   ##
==========================================
- Coverage   28.37%   28.36%   -0.01%     
==========================================
  Files          71       71              
  Lines        9608     9610       +2     
  Branches     1284     1285       +1     
==========================================
  Hits         2726     2726              
- Misses       6788     6790       +2     
  Partials       94       94              

@stephen-riggs stephen-riggs merged commit 6c2445d into main Oct 31, 2024
17 checks passed
@stephen-riggs stephen-riggs deleted the single_tilt_tomo branch October 31, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support tilt series with a single tilt
2 participants