You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to see added in this software?
This stems from today's NiPreps Technical Monitoring meeting. Recently, I updated ASLPrep to match fMRIPrep's fit-apply restructuring, and there are a number of functions, interfaces, and workflows that I had to import from fMRIPrep, or copy over to ASLPrep with minimal changes (especially to patch in ASLPrep's DerivativesDataSink). @effigies recommended I open an issue.
I had to make an ASL-specific version of this. The two main changes for ASLPrep are: prepare_timing_parameters is dropped and DerivativesDataSink is imported outside the function. The former is because prepare_timing_parameters relies on fMRIPrep's config, which will be uninitialized when called by ASLPrep. ASLPrep can work around this with a context manager though. The latter is because, when DerivativesDataSink is imported within the function, ASLPrep can't use a context manager to override it with its own version.
What would you like to see added in this software?
This stems from today's NiPreps Technical Monitoring meeting. Recently, I updated ASLPrep to match fMRIPrep's fit-apply restructuring, and there are a number of functions, interfaces, and workflows that I had to import from fMRIPrep, or copy over to ASLPrep with minimal changes (especially to patch in ASLPrep's DerivativesDataSink). @effigies recommended I open an issue.
Do you have any interest in helping implement the feature?
Yes
Additional information / screenshots
No response
The text was updated successfully, but these errors were encountered: