224 dehydration hydration UI - #225
Open
JeanBilheux wants to merge 2 commits into
Open
Conversation
…uman#224) Import the rust_dehydration_hydration egui app into the repository as dehydration_hydration_ui/ and switch its compute path from the bundled native Rust port to the local mbirjax Python library: - src/py_bridge.rs + python/run_hyper_denoise.py: the (points x bands) matrix crosses as .npy files, the bridge script loads mbirjax/hsnt.py from this checkout (skipping the package __init__ so jax is not required), streams ##PROGRESS/##VERSION lines back, and Cancel kills the interpreter. - The correction and the "Auto" material-count estimation both run in mbirjax.hsnt (hyper_denoise / _estimate_subspace_dimension); the reported library version shows in the About dialog and is recorded in the exported correction_config.json provenance. - The native port (hsnt.rs/nmf.rs/linalg.rs) stays for unit tests (run_correction_native) and the cross_check example only. Verified: cargo test (31 passed) and a headless end-to-end run on a synthetic TIFF stack through the bridge (mbirjax 0.7.2). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Only the MBIRJAX logo (theme-matched variant) is shown at the bottom-left of the window. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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 a UI that performs the dehydration/hydration and that could be a friendly way for users to access this functionality of mbirjax.
