Skip to content

Commit

Permalink
Merge pull request #10 from wtclarke/enh/metcycle
Browse files Browse the repository at this point in the history
ENH: Propose metabolite cycling dim definition.
  • Loading branch information
wtclarke authored Jun 3, 2024
2 parents 26cdbf4 + e0244f6 commit 3c16942
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 2 additions & 1 deletion definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions specification.MD
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ The optional data dimensions may also be used to store alternative information (
<td>“DIM_ISIS”</td>
<td>Dimension for storing image-selected in vivo spectroscopy (ISIS) acquisitions.</td>
</tr>
<tr>
<td>“DIM_METCYCLE”</td>
<td>For storing metabolite cycled data.</td>
</tr>
</table>


Expand Down

0 comments on commit 3c16942

Please sign in to comment.