(WIP) Fix - Prototype to adapt FODF fit to non RAS stride in Scilpy#1220
Open
frheault wants to merge 2 commits intoscilus:masterfrom
Open
(WIP) Fix - Prototype to adapt FODF fit to non RAS stride in Scilpy#1220frheault wants to merge 2 commits intoscilus:masterfrom
frheault wants to merge 2 commits intoscilus:masterfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1220 +/- ##
==========================================
+ Coverage 72.59% 72.61% +0.02%
==========================================
Files 294 294
Lines 25339 25372 +33
Branches 3546 3548 +2
==========================================
+ Hits 18395 18425 +30
- Misses 5448 5449 +1
- Partials 1496 1498 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
…tride_exploration
Contributor
|
Wait so ... how were non-RAS strides handled by scilpy before ? edit: answered offline |
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.
Quick description
Working prototype test with stride [-1,2,3,4]
To be continued:
scil_aodf_metrics.py: Computes metrics from asymmetric ODFs.scil_bingham_metrics.py: Computes metrics from Bingham distribution fits.scil_btensor_metrics.py: Computes metrics using the DIVIDE method with b-tensorencodings.
scil_dki_metrics.py: Computes Diffusion Kurtosis Imaging (DKI) metrics.scil_dti_metrics.py: Computes Diffusion Tensor Imaging (DTI) metrics.scil_dwi_to_sh.py: Computes SH coefficients from raw DWI signal.scil_fodf_to_bingham.py: Fits a Bingham distribution to fODF lobes.scil_gradients_apply_transform.py: Transforms b-vectors using an affine/rigidtransformation.
scil_gradients_modify_axes.py: Flips or swaps axes of the gradient sampling matrix.scil_mrds_metrics.py: Computes metrics for each Multi-Resolution Discrete-Search(MRDS) solution.
scil_qball_metrics.py: Computes Constant Solid Angle (CSA) or Analytical Q-ball modelmetrics.
scil_sh_convert.py: Converts SH files between different bases.scil_sh_fusion.py: Merges a list of Spherical Harmonics files.scil_sh_to_aodf.py: Estimates asymmetric ODFs (aODFs) from a spherical harmonicsimage.
scil_sh_to_rish.py: Computes Rotationally Invariant Spherical Harmonics (RISH)features.
scil_sh_to_sf.py: Samples SF values from a Spherical Harmonics signal.scil_tracking_local_dev.py: Local streamline HARDI tractography.scil_viz_bingham_fit.py: Visualizes a 2D slice of a Bingham volume.scil_viz_dti_screenshot.py: Registers DWI to a template for screenshots.scil_viz_gradients_screenshot.py: Visualizes directions on a sphere....
Type of change
Check the relevant options.
Provide data, screenshots, command line to test (if relevant)
...
Checklist