From 19d1e15ba34903779120e1f4c1bee36e70a59fda Mon Sep 17 00:00:00 2001 From: wtclarke Date: Sat, 2 Mar 2024 18:50:32 +0000 Subject: [PATCH] Update readme --- README.md | 3 +-- spec2nii/Siemens/rda.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fb70f7a..bee54f8 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,7 @@ NIfTI MRS dimension tags (e.g. `DIM_COIL`) can be specified using the `-t` comma ### Siemens RDA `spec2nii rda RDA_FILE` -Only supports SVS currently. Please contact the developers with examples for MRSI capability. -Orientation calculation is a WIP, test data for different voxel orientations would be greatly appreciated! +Compatible with CSI and SVS data. Validated to be the same data and orientation information as DICOM output on VE baselines. ### UIH DICOM `spec2nii uih DCM_FILE_or_DIR` diff --git a/spec2nii/Siemens/rda.py b/spec2nii/Siemens/rda.py index 75b2247..1af4099 100644 --- a/spec2nii/Siemens/rda.py +++ b/spec2nii/Siemens/rda.py @@ -4,7 +4,6 @@ """ import re from datetime import datetime -import warnings import numpy as np