Simulations - Projection imaging#537
Open
mattersoflight wants to merge 14 commits into
Open
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…o be examined Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21890c8 to
68fef78
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #537 +/- ##
==========================================
+ Coverage 46.59% 51.83% +5.23%
==========================================
Files 51 62 +11
Lines 10460 10430 -30
==========================================
+ Hits 4874 5406 +532
+ Misses 5586 5024 -562 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Move the 5 CLI pipeline scripts (forward simulation, reconstruction, sweeps, visualization) to waveorder-dev/projection_modeling/. Leave behind a self-contained Jupytext demo that generates the [o] line phantom, applies fluorescence and phase blur, projects at oblique angles, and reconstructs via CG-Tikhonov. Uses jupyter_visuals.plot_multicolumn for non-blocking visualization. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Member
Author
|
@talonchandler I've reorganized the code and tested. Ready for review and merging. The reports and pngs are moved to |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the first of 3 planned PRs for:
This PR contributes:
The next two PRs should address:
In this PR:
Simulations are done with 1D object (0.5 um bead), 2D object (Biohub logo [o]), and 3D object (microscopic Shepp-Logan Phantom).
See the results of analysis in this report.
@talonchandler let's think about how to organize the simulations in the codebase. Does a simulations module exist? Please refactor while you test.