User Instructions
Using XNAT
The XNAT platform provides a rich environment for managing imaging data with reporting, container-based processing and modular extensibility. The PIXI plugin is one example of extending XNAT for a new purpose. PIXI users should read and understand How To Use XNAT for baseline information. The information provided below will describe functions that are specific to PIXI.
Batch Data Entry
Core XNAT provides forms that allow the user to enter data for various items managed by XNAT and the PIXI plugin. PIXI adds a new capability where many of the data types managed by PIXI can be created or modified using a spreadsheet model and web user interface. Core XNAT normally provides a form that operates on one item (e.g., subject) at a time. Because many experiments in small animal imaging involve multiple subjects imaged or otherwise processed at the same time, the PIXI plugin will allow the user to enter data in batch mode in a spreadsheet.
As with core XNAT, the PIXI system will extract metadata from DICOM files and store those directly in the XNAT database. Mentioning data entry does not imply that users will re-enter acquisition and other metadata found in a DICOM image. PIXI maintains the automated data extract from DICOM images into the XNAT database.
Small Animal Subject Model
PIXI includes a new data type to support attributes for small animal imaging that are not present in the human model in core XNAT. Details of this and other data types are found in Data Models.
PIXI and core XNAT support three mechanisms for creating research subjects in the database:
User creates subjects in the web UI
XNAT accepts DICOM files and creates subjects per data in the DICOM files (assuming subjects do not already exist)
External software can invoke the XNAT REST API to create a subject.
We will discuss the first method on this page. Select New -> Subjects from the main menu.

You can then select “Create a Single Subject” for the traditional web form or “Create Multiple Subjects” for batch entry. Select “Create Multiple Subjects” to direct PIXI to the Subject Data Manager page.

In this context, you can batch enter multiple research subjects using a spreadsheet model.
Select the project where the subject information will be stored.
The software defaults to a spreadsheet with 5 rows, but you can increase the number of rows.
You will likely find it convenient to fill in one row and then copy/paste common data into the following rows.
Note: You cannot copy/paste into the Subject ID row as that column requires unique values. Copy and paste into the other cells, but enter the Subject ID information separately.
This same page will allow you to update multiple subjects in batch mode. See the screen capture below.

Select “Update existing subjects”
Select the project of interest
Shift-click multiple subjects
PIXI fills in the rows with existing values. Edit as necessary and then Submit to commit the changes.
Experiments for Small Animal Imaging
XNAT and PIXI support a wide range of experiments that are in the data model just below subject. The XNAT wiki describes an experiment as follows:
An experiment is an event by which data is acquired. This data can be imaging data, or non-imaging data. Similar to subject, an experiment cannot exist outside the context of a project. It is owned by the project which first added it. It can additionally be shared into other projects.
Imaging sessions like CT, MR and PET are XNAT experiments and are strongly typed items that are managed in the XNAT database. PIXI adds experiment types to XNAT and manages those as first class items in the XNAT database. The table belows lists the experiment types that are added by the PIXI plugin. The models for these data types are found in Data Models.
Type |
Comments |
---|---|
Caliper Measurements |
An event in which a subject’s tumor volume is measured manually using a caliper measurement tool. |
Drug Therapy |
An event in which a subject is administered a drug or medication. |
Weight |
An event in which a subject’s weight is obtained outside the context of an imaging experiment. |
Cell Line |
An event in which a cell line is injected into a small animal subject to create an animal model that can be used for preclinical research. |
Patient Derived Xenograft |
An event in which human tumor tissue is engrafted into a small animal subject to create an animal model that can be used for preclinical research. |
Animal Husbandry |
Record animal feeding and housing information over an interval during which conditions are relatively homogeneous. |
Hotel Splitter
The PIXI platform supports the standard practice of scanning multiple small animals at one time using a hotel apparatus. We anticipate that scanner vendors have yet to implement the parts of the DICOM Standard that support hotel scans, and PIXI includes software to split the composite images into separate images that are then organized under an individual subject. The workflow is mostly managed through the XNAT web user interface, but there are some configuration steps that must be completed. See the Administration / Hotel splitter configuration page for details. There is one step to be completed at the scanner or if the images are submitted to XNAT using the compressed uploader or XNAT Desktop Client.
Assign distinct labels to the individual subjects to distinguish them. This can be done before or after the imaging session.
Use the fixed string “Hotel” as the subject label when uploading DICOM images to XNAT.
The string “Hotel” can be entered at the scanner console in the field that maps to XXXX. Note that this is not needed if you’ve created a DICOM SCP receiver for Hotel images. But you must send the images to this hotel SCP receiver.
The string “Hotel” can be added to the images at a later time before the images are uploaded using the XNAT compressed uploader. Or the hotel subject can be selected for images already uploaded to XNAT’s prearchive.
The string “Hotel” can be entered as the Subject ID value when the images are uploaded using the XNAT Desktop Client
3. Select the “Hotel” subject in your project. PIXI will display a page similar to the one below. The information highlighted by the red arrow refers to the subject record and when that record was created in PIXI.

4. Select the session that was acquired for multiple subjects. PIXI will display the Session Page with the normal Actions box.

5. From the Session Page, select “Record New Hotel Scan” in the Actions box. PIXI displays a page that will accept the hotel configuration (2 subjects, 3 subjects, 4 subjects, …) and some optional parameters. Note: There is an administration page to allow you to enter other hotel configurations.

6. When you select the hotel configuration, PIXI will adjust the page and provide data entry areas for each subject. The image below shows a partial view of the parameters that can be entered for each subject in the hotel. The fields for Subject ID are implemented as drop-down menus. Note: If no items appear or you do not see the Subject ID for your subject, you will need to create that subject record and return to this page. Fasting, anesthesia, and heating conditions can be entered manually or by selecting a pre-defined template from the drop-down menu (see the project settings for setting up these templates).

7. PIXI displays this record that is maintained in the database. You can edit values from this screen. Return to the Session Page for this (hotel session). PIXI shows you that a Hotel Scan Record now exists for this session and provides a Container to run the code to split the Hotel Session and create separate sessions for the subjects selected. In the Actions box on the Session Page, select Run Containers -> Hotel Session Splitter.

8. PIXI will present a dialog box to allow you to adjust pixel offsets for the images and a button to run the container that will perform this task. When you select “Run Container”, that job is launched using the Container infrastructure you have deployed.
