Main entry point to access a XNAT server.
>>> central = Interface(server='http://central.xnat.org:8080',
user='login',
password='pwd',
cachedir='/tmp'
)
Or with config file:
>>> central = Interface(config='/home/me/.xnat.cfg')
Or for interactive use:
>>> central = Interface('http://central.xnat.org')
Note
The interactive mode is activated whenever an argument within server, user or password is missing. In interactive mode pyxnat tries to check the validity of the connection parameters.
Attributes : | _mode: online | offline :
_memtimeout: float :
|
---|