Skip to content

Instantly share code, notes, and snippets.

@khimaros
khimaros / README.md
Last active February 22, 2025 17:24
debian testing with automatic security updates from unstable
@rviki84
rviki84 / upload-imagedata.sh
Created January 28, 2021 00:17
Uploads images listed in a csv spreadsheet into an xnat server
#!/bin/bash
print_usage() {
echo "
Uploads images listed in a csv spreadsheet into an xnat server
Uses the script create-session.sh
The spreadsheet should contain the following columns, separated by spaces:
<project> <subject-id> <acquisition-date> <session-type (MR or CT)> <session-label> <scan-label> <image-file-path>