-
Notifications
You must be signed in to change notification settings - Fork 299
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
Fix: Repair and test query for precalculated baseline/boldref files #3370
Merged
effigies
merged 3 commits into
nipreps:master
from
psadil:fix/derivatives-baseline-suffix
Oct 2, 2024
Merged
Fix: Repair and test query for precalculated baseline/boldref files #3370
effigies
merged 3 commits into
nipreps:master
from
psadil:fix/derivatives-baseline-suffix
Oct 2, 2024
Conversation
This file contains 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
effigies
approved these changes
Oct 2, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3370 +/- ##
==========================================
+ Coverage 71.59% 71.70% +0.11%
==========================================
Files 57 57
Lines 4249 4259 +10
Branches 639 640 +1
==========================================
+ Hits 3042 3054 +12
+ Misses 1091 1090 -1
+ Partials 116 115 -1 ☔ View full report in Codecov by Sentry. |
214d66c
to
c568a7b
Compare
effigies
pushed a commit
that referenced
this pull request
Oct 2, 2024
effigies
added a commit
that referenced
this pull request
Oct 12, 2024
24.1.1 (October 10, 2024) Bug fix release in the 24.1.x series. Precomputed functional derivatives were not being correcly detected, and a couple fixes for rare issues. * FIX: Remove checks for unit zooms and symmetric rotations in template warp (#3376) * FIX: Stop excluding FS minc_modify_header used during fallback registration (#3372) * FIX: Repair search for precomputed bold references (#3370) * FIX: Repair search for precomputed transforms (#3369)
effigies
added a commit
that referenced
this pull request
Mar 25, 2025
25.0.0 (March 25, 2025) New feature release in the 25.0.x series. This release substantially improves support for pre-computed derivatives. Previous releases would miss some derivatives and rerun the computations. Note that derivatives from previous versions will be accepted, so it should not be necessary to recompute derivatives from previous versions. The recommended command line is:: fmriprep BIDS_DIR OUT_DIR participant --derivatives fmriprep=PRECOMP_DIR Note that multiple derivatives can be specified, for example:: fmriprep BIDS_DIR OUT_DIR participant \ anat=PRECOMPUTED_ANATOMICAL_DIR \ func=PRECOMPUTED_FUNCTIONAL_DIR When the same file is found in multiple derivatives, the last one found takes precedence. Additionally, `--force-*` flags have been consolidated into a single `--force` flag that can take multiple, space-separated arguments. Structural processing changes ----------------------------- We now output white, pial and midthickness fsLR meshes on the subject surface. Look for `sub-<subject>_hemi-<L|R>_space-fsLR_*_<surf>.surf.gii` files. Brain extraction has been modified slightly to more closely match the `antsBrainExtraction.sh` workflow distributed by ANTs. The impact should be minimal, but in rare cases this fixes a crash. Fieldmap processing changes --------------------------- SyN-SDC fieldmap filtering is now single-level, following the improvements for gradient-echo fieldmaps in 24.1. Jacobian-weighting during fieldmap unwarping is now on by default *only* for PEPolar fieldmaps. To enable for other fieldmap types, use `--force fieldmap-jacobian`. All merged pull requests ------------------------ * FIX: Detect and apply precomputed fieldmaps (#3439) * FIX: Calculate bold mask and dummy scans in transform-only runs (#3428) * FIX: Use consistent skull-stripping pre- and post- SDC (#3415) * FIX: Use removeprefix instead of lstrip or ternary operator (#3409) * FIX: Listify sessions when generating reports (#3408) * FIX: Ensure fieldmap is resampled correctly in report (#3387) * FIX: Stop excluding FS minc_modify_header used during fallback registration (#3372) * FIX: Repair and test query for precalculated baseline/boldref files (#3370) * FIX: Repair search for precomputed transforms (#3369) * ENH: Enable Jacobians only for PEPOLAR by default, allow forcing (#3443) * ENH: Create `--force` flag that accepts a list, replacing individual `--force-*` flags (#3442) * ENH: Output fsLR meshes on subject surfaces (#3411) * ENH: Flexibilize "sophisticated" pepolar to allow monomodal execution (#3393) * ENH: Update FSL packages for reported bug fixes (#3374) * RF: Calculate RMSD from motion transforms (#3427) * RF: Reconstruct motion confounds from minimal derivatives (#3424) * RF: Replace deprecated pkgutil.find_loader (#3384) * RF: Upgrade nitransforms and remove workarounds (#3378) * DOC: Fix xfm extension in the outputs docs (#3435) * DOC: Mention fMRIPost-AROMA in parser documentation (#3356) * MNT: Remove CLI flags with expired deprecation periods (#3445) * MNT: Update pinned environment (#3440) * MNT: Bump pins, update RTD config (#3425) * MNT: Declare linux/amd64 platform during Docker build (#3422) * MNT: Bump astral-sh/setup-uv from 4 to 5 (#3417) * MNT: Test support for Python 3.13 (#3416) * MNT: Install Workbench CLI via conda (#3410) * MNT: Update minimum dependencies, test with tox-uv (#3412) * MNT: Install c3d through conda (#3382) * CI: Fetch tags and 200 commits to support describe (#3381) * CI: Build docker images in GHA, store cache inline and push to GHCR (#3380)
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.
Changes proposed in this pull request
Following through with suggested change: #3369 (review); previously, precalculated baseline/boldref niftis would not be found.
Documentation that should be reviewed