How to select longitudinal data from XNAT
2019-08-20
This is a short example showing how to identify subjects with multiple MR experiments on XNAT, for potential use in the context of a longitudinal analysis. Consider it as an extra tutorial for pyxnat
.
As almost always, everything starts with creating an Interface
.
import pyxnat
x = pyxnat.Interface(config='/home …