@@ -50,11 +50,13 @@ The `*.sdat` file contains either each coil-combined transient stored separately
5050or all transients summed into a signal average.
5151The ` *.spar ` file is a plaintext file describing acquisition parameters.
5252It 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.
53+ Siemens scanners allow data export in four formats:
54+
55+ 1 . a proprietary DICOM-structured file known as IMA (` *.ima ` );
56+ 1 . a conventional DICOM MR Spectroscopy Storage format (` *.dcm ` );
57+ 1 . RDA (` *.rda ` ), a proprietary file format with a text-formatted header followed by the binary data points;
58+ 1 . TWIX (` *.dat ` ), a proprietary file format designed for storing unreconstructed, unprocessed MRS data from each individual coil element.
59+
5860The IMA, DICOM MRS, and RDA formats are typically used to export reconstructed and processed data;
5961however, the sequence designer may choose to also allow the export of un-averaged transients
6062or data from individual coil elements.
@@ -153,6 +155,18 @@ A guide for using macros can be found at
153155-->
154156{{ MACROS__ _ make_sidecar_table("mrs.MRSScannerHardware") }}
155157
158+ #### Institution information
159+
160+ <!-- This block generates a metadata table.
161+ These tables are defined in
162+ src/schema/rules/sidecars
163+ The definitions of the fields specified in these tables may be found in
164+ src/schema/objects/metadata.yaml
165+ A guide for using macros can be found at
166+ https://github.com/bids-standard/bids-specification/blob/master/macros_doc.md
167+ -->
168+ {{ MACROS__ _ make_sidecar_table("mrs.MRSInstitutionInformation") }}
169+
156170#### Sequence specifics
157171
158172<!-- This block generates a metadata table.
0 commit comments