"ACQ_IS_PHASE_STABILIZATION_REFERENCE", "ACQ_IS_PHASE_STABILIZATION"</code></pre><h2 id="Pre-processing-tools"><a class="docs-heading-anchor" href="#Pre-processing-tools">Pre-processing tools</a><a id="Pre-processing-tools-1"></a><a class="docs-heading-anchor-permalink" href="#Pre-processing-tools" title="Permalink"></a></h2><h3 id="Remove-readout-oversampling"><a class="docs-heading-anchor" href="#Remove-readout-oversampling">Remove readout oversampling</a><a id="Remove-readout-oversampling-1"></a><a class="docs-heading-anchor-permalink" href="#Remove-readout-oversampling" title="Permalink"></a></h3><p>On clinical MR scanners, the raw data are often oversampled in the readout direction. This oversampling is not necessary for image reconstruction and can be removed to save memory and computation time. This step is generally applied right after the acquisition of each line. The current implementation is performed on the <code>RawAcquisitionData</code> (before conversion to <code>AcquisitionData</code>) and is based on the following parameters:</p><ul><li><code>rawData.params["encodedFOV"][1]</code></li><li><code>rawData.params["reconFOV"][1]</code></li></ul><p>If an oversampling factor of 2 is applied during acquisition, the <code>encodedFOV</code> will be 2 times larger than <code>reconFOV</code> along the readout dimension.</p><pre><code class="language-none">!!! note
0 commit comments