-
Notifications
You must be signed in to change notification settings - Fork 14
Description
What happened?
The way that the HTML reports does not work well with the use case of an ongoing longitudinal study.
For example here is screenshot of a the high level directory tree of nibabies
Notice that the HTML report sub-XXX.html
and figures
folders either relate only to the subject or are within the subject folder. With this design and the proposed use case, the data for a given subject would have to be entirely re-processed each time an additional scanning session is added.
I propose the following high level directory tree to account for this:
Perhaps you could add a flag such as --longitudinal-study-reporting
that a user could specify for this? Certainly don't want to propose a change to the default structure, but it is important to consider this use case
What command did you use?
Run Nibabies on a subject with one study session and then re-run with another study session
What version of NiBabies are you using?
N/A
Relevant log output
No response
Add any additional information or context about the problem here.
No response