We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40d23a commit 7ffffc2Copy full SHA for 7ffffc2
sdcflows/utils/wrangler.py
@@ -459,7 +459,10 @@ def find_estimators(
459
# The new estimator is IntendedFor the individual targets,
460
# even if the EPI file is IntendedFor multiple
461
estimator_md = epi_base_md.copy()
462
- estimator_md["IntendedFor"] = intent
+ estimator_md["IntendedFor"] = [
463
+ str(Path(pathlike).relative_to(subject_root))
464
+ for pathlike in intent
465
+ ]
466
try:
467
e = fm.FieldmapEstimation(
468
[
0 commit comments