@@ -8,9 +8,8 @@ context of the academic literature.
88
99!!! example "Example datasets"
1010
11- Several [example MRS datasets](https://github.com/bids-standard/bids-examples/pull/425) have
12- been formatted using this specification and can be used for practical guidance when curating a new
13- dataset.
11+ Several [example MRS datasets](https://github.com/bids-standard/bids-examples?tab=readme-ov-file#mrs) have
12+ been formatted using this specification and can be used for practical guidance when curating a new dataset.
1413
1514## MRS data
1615
@@ -50,11 +49,13 @@ The `*.sdat` file contains either each coil-combined transient stored separately
5049or all transients summed into a signal average.
5150The ` *.spar ` file is a plaintext file describing acquisition parameters.
5251It is also possible to export raw data as ` *.data ` /` *.list ` or DICOM files.
53- Siemens scanners allow data export in four formats: i) a proprietary DICOM-structured file known as IMA (` *.ima ` );
54- ii) a conventional DICOM MR Spectroscopy Storage format (` *.dcm ` ); iii) RDA (` *.rda ` ),
55- a proprietary file format with a text-formatted header followed by the binary data points;
56- and iv) TWIX (` *.dat ` ), a proprietary file format designed for storing unreconstructed, unprocessed MRS data
57- from each individual coil element.
52+ Siemens scanners allow data export in four formats:
53+
54+ 1 . a proprietary DICOM-structured file known as IMA (` *.ima ` );
55+ 1 . a conventional DICOM MR Spectroscopy Storage format (` *.dcm ` );
56+ 1 . RDA (` *.rda ` ), a proprietary file format with a text-formatted header followed by the binary data points;
57+ 1 . TWIX (` *.dat ` ), a proprietary file format designed for storing unreconstructed, unprocessed MRS data from each individual coil element.
58+
5859The IMA, DICOM MRS, and RDA formats are typically used to export reconstructed and processed data;
5960however, the sequence designer may choose to also allow the export of un-averaged transients
6061or data from individual coil elements.
@@ -153,6 +154,18 @@ A guide for using macros can be found at
153154-->
154155{{ MACROS__ _ make_sidecar_table("mrs.MRSScannerHardware") }}
155156
157+ #### Institution information
158+
159+ <!-- This block generates a metadata table.
160+ These tables are defined in
161+ src/schema/rules/sidecars
162+ The definitions of the fields specified in these tables may be found in
163+ src/schema/objects/metadata.yaml
164+ A guide for using macros can be found at
165+ https://github.com/bids-standard/bids-specification/blob/master/macros_doc.md
166+ -->
167+ {{ MACROS__ _ make_sidecar_table("mrs.MRSInstitutionInformation") }}
168+
156169#### Sequence specifics
157170
158171<!-- This block generates a metadata table.
0 commit comments