XNAT 2010 Workshop - Case Study PyXNAT
Synopsis:
The XNAT REST API provides a wide range of operations on XNAT databases. The pyxnat module binds this API to bring XNAT to the Python community but may appeal to a broader audience since it offers a high-level interface that handles the tasks of generating REST queries and parsing their responses.
Video
Date: 06/30/10
Time: 11:30 AM
Presenter(s): Yannick Schwartz
Location: Connor Auditorium
Outline:
- Getting started
- Browsing a database
- Gathering knowledge from a database
- Retrieving the data
- Inserting new data
- Using pyxnat to process some data
- Work in progress