This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Command line tools

Command line tools

    XnatUtils

    https://github.com/Australian-Imaging-Service/xnatutils

    Install xnatutils using

    pip3 install xnatutils
    

    Authenticating using .netrc

    1. Create an alias token. Or use an existing alias token
    2. Create a .netrc file in your home directory with the following details
    machine https://xnat.rcc.uq.edu.au
    user <your-alias-token>
    password <your-alias-secret>
    

    xnatpy

    https://xnat.readthedocs.io/en/latest/

    Pyxnat

    https://pyxnat.github.io/pyxnat