# Brown University MRS Data Collection and Preprocessing Protocol

{% hint style="info" %}
A note on terminology:

In MR Spectroscopy, there are two types of sequences that are acquired for every voxel at the scanner. Those two scans are both used in preprocessing to construct a single metabolite spectrum. Since the signal from various metabolites are significantly smaller (\~10,000x) than that of water, one run is collected with suppressed water signal. Additionally, a non water suppressed run is collected to provide a signal intensity baseline and aid in distortion correction. There are multiple ways to refer to these two scan types, and many of the terms are interchangeable. Here are lists of the various terms used to refer to the same type of sequences:

***Water-suppressed data:*****&#x20;"standard", "metabolite", "wsat on" (water saturation on), "glx", "svs" (single voxel spectroscopy)**

***Water un-suppressed data:*****&#x20;"reference", "lineshape", "wsat off" (water saturation off), "wat", "mrsref" (mrs reference)**

When organizing your MRS data according to BIDS, the suffix of the file name will indicate the sequence type. It will either be named "filename\_svs.nii" or "filename\_mrsref.nii".

For the sake of clarity in this tutorial, we will refer to the data as "water reference" and "metabolite".
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ccv.brown.edu/bnc-user-manual/analysis-pipelines/brown-university-mrs-data-collection-and-preprocessing-protocol.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
