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

alg-dev branch merge to main #121

Merged
merged 15 commits into from
Jul 25, 2023
Merged
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
308 changes: 308 additions & 0 deletions docs/valuable-prs/2023-02-27.110.pr.open.md

Large diffs are not rendered by default.

175 changes: 0 additions & 175 deletions examples/3D_PODT_phase_simulation/3D_PODT_Phase_forward.py

This file was deleted.

121 changes: 0 additions & 121 deletions examples/3D_PODT_phase_simulation/3D_PODT_Phase_recon.py

This file was deleted.

15 changes: 5 additions & 10 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
This folder of examples consists of:
`waveorder` is undergoing a significant refactor, and this `examples/` folder serves as a good place to understand the current state of the repository.

1) A set of simulations that will run as is. Any of the files in these folders
can be run with `python <script-name>.py`, and these files are included in
`waveorder`'s automated testing.
- `/2D_QLIPP_simulation/`
- `/3D_PODT_Phase_simulation/`
- `/PTI_simulation/`
The `models/` folder demonstrates the latest functionality of `waveorder`. These scripts will run as is in an environment with `waveorder` and `napari` installed. Each script demonstrates a simulation and reconstruction with a **model**: a specific set of assumptions about the sample and the data being acquired.

2) A set of data-dependent reconstructions in `/experimental_reconstructions/`.
These files serve as a form of documentation for the types of reconstructions
that `waveorder` can perform.
The `maintenance/` folder demonstrates the functionality of `waveorder` that we plan to move to `models/`. These scripts can be run as is, and they are being maintained with tests.

The `documentation/` folder consists of examples that demonstrate reconstruction with real data. These examples require access to the complete datasets, so they are not being actively maintained and serve primarily as documentation.
1 change: 1 addition & 0 deletions examples/documentation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This folder of `documentation` examples consists of a set of data-dependent reconstructions in `/experimental_reconstructions/`.
Loading
Loading