-
Notifications
You must be signed in to change notification settings - Fork 15
bidsConcatBetaTmaps hoxfit for ffxDir definition in subfun #294
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
Conversation
src/workflows/bidsConcatBetaTmaps.m
Outdated
| saveAndRunWorkflow(matlabbatch, 'concat_betaImg_tMaps', opt, subID); | ||
|
|
||
| removeBetaImgTmaps(beta_maps, t_maps, deleteIndBeta, deleteIndTmaps); | ||
| removeBetaImgTmaps(beta_maps, t_maps, deleteIndBeta, deleteIndTmaps,ffxDir); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| removeBetaImgTmaps(beta_maps, t_maps, deleteIndBeta, deleteIndTmaps,ffxDir); | |
| removeBetaImgTmaps(beta_maps, t_maps, deleteIndBeta, deleteIndTmaps, ffxDir, funcFWHM); |
|
LGTM :) thanks |
Codecov Report
@@ Coverage Diff @@
## dev #294 +/- ##
==========================================
+ Coverage 55.15% 55.20% +0.05%
==========================================
Files 110 110
Lines 1922 1920 -2
==========================================
Hits 1060 1060
+ Misses 862 860 -2
Continue to review full report at Codecov.
|
|
no no it will not work... there's another dependency, funcFWHM |
a bit crowded and ugly but works
src/workflows/bidsConcatBetaTmaps.m
Outdated
| end | ||
|
|
||
| function removeBetaImgTmaps(beta_maps, t_maps, deleteIndBeta, deleteIndTmaps) | ||
| function removeBetaImgTmaps(beta_maps, t_maps, deleteIndBeta, deleteIndTmaps, ffxDir) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| function removeBetaImgTmaps(beta_maps, t_maps, deleteIndBeta, deleteIndTmaps, ffxDir) | |
| function removeBetaImgTmaps(beta_maps, t_maps, deleteIndBeta, deleteIndTmaps, ffxDir, funcFWHM) |
|
right! there you go :) |
|
uupps sorry I did it already. I will not add your changes, also I've run mh_style fix as well! thanks anyways :) |
|
Actually, the goal of Is there a reason why we need to be selectively deleting some betas but others? e.g. is the user use this |
not the ones only used for 4D.nii but all of it.
which does not exist in the pipeline atm.
|
Yes, what you are saying makes sense. Though have not tested yet that part so I was not aware of that 'incomplete' behavior. I genuinely don't know what would be the best-case scenario here. |
|
@Remi-Gau any preference? if not, I'll merge it with the deletion implemented (pls see above). |
|
I have no strong preference personally, mostly because I don't think I will ever want to delete the beta maps. |
Here it comes a hot-fix!
I added
ffxDirfolder in the subfolder to be called. otherwiseremove-useless-betas-subfunis crashing.Should fix the issue #293