MRI white list example
Dear @Nikita.Beliy
Would it be possible to add an example of MRI white list (.json) file with two default sets of MRI sequences?
Thanks.
Greg
Dear @Nikita.Beliy
Would it be possible to add an example of MRI white list (.json) file with two default sets of MRI sequences?
Thanks.
Greg
assigned to @Nikita.Beliy
I will update the template. In short:
using plugins.tools.General.CheckPrepared
, you can provide a list of default names:
def CheckPrepared(prepared_path, white_list, session, defaults=["default"]):
Function will try to match the sequence list, with all these default lists, and show an error only if it fails all the defaults. The name "default"
is arbitrary, you can even use the id of subjects that are recorded without any issue, but all these defaults lists must be ppresent in the white list json file.