Hi! I am trying my best to understand how to work with XNAT and resources .
So basically, I have a project and a subject, and when I enter on the manage files, I have resources>NIFTI(3files).
I do not have any experiment, so no scans neither.
How can I call the files from my resources on python in order to see if the files exists?
Down you will see what it gets returned if i run the commands but I do not know how to work it out with resources.
If you have any advice of how to correctly store the NIFTI files , please let me know as I am trying to integrate in a software in order to be able to download from the xnat server, the NIFTI files .
de=interface.select.project('proj').subjects('11').get()
print(de)
>>>[]
de=interface.select.project('proj').get()
>>>[11]