From e0244f6f1576271511b7e8b3de7f4d556fd493ec Mon Sep 17 00:00:00 2001 From: wtclarke Date: Mon, 20 May 2024 16:12:03 +0100 Subject: [PATCH] Propose metabolite cycling dim definition. --- changelog.md | 3 +++ definitions.json | 3 ++- specification.MD | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 3619f01..d957e08 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## 20th May 2024 (V0.10) +- Add `DIM_METCYCLE` for storing metabolite cycled data to the dimensions definitions. + ## 1st April 2024 (V0.9) - Definitions are now packaged as a machine-readable JSON file. diff --git a/definitions.json b/definitions.json index 7bcc8f5..2a6266e 100644 --- a/definitions.json +++ b/definitions.json @@ -15,7 +15,8 @@ "DIM_USER_0": "User defined dimension.", "DIM_USER_1": "User defined dimension.", "DIM_USER_2": "User defined dimension.", - "DIM_ISIS": "Dimension for storing image-selected in vivo spectroscopy (ISIS) acquisitions."}, + "DIM_ISIS": "Dimension for storing image-selected in vivo spectroscopy (ISIS) acquisitions.", + "DIM_METCYCLE": "For storing metabolite cycled data."}, "required": { "SpectrometerFrequency": { diff --git a/specification.MD b/specification.MD index e71fae3..292baa4 100644 --- a/specification.MD +++ b/specification.MD @@ -195,6 +195,10 @@ The optional data dimensions may also be used to store alternative information ( “DIM_ISIS” Dimension for storing image-selected in vivo spectroscopy (ISIS) acquisitions. + + “DIM_METCYCLE” + For storing metabolite cycled data. +