Since a previous scanner software upgrade, the MP2RAGE sequence on the 7T does not produce the UNI-DEN (background-noise removed, T1w-like image) automatically. But you can generate it from the data that is acquired.
Here are a few options for this:
- Use tar2bids to a dicom tarball to bids, as it has this extra step built in. The docker container is at
docker://khanlab/tar2bids:latest
- Use the standalone Python script that Option 1 has, which can be found here:
https://github.com/khanlab/tar2bids/blob/master/etc/mp2rage_genUniDen.py - Use the equivalent MATLAB script, located here:
https://github.com/khanlab/mp2rage_genUniDen
Usage: python mp2rage_genUniDen.py MP2RAGE_filenameUNI MP2RAGE_filenameINV1 MP2RAGE_filenameINV2 MP2RAGE_uniden_output_filename [multiplyingFactor]
(default=6, increase up to 10 for more noise suppression)
adapted from RobustCombination function from Jose Marques, https://github.com/JosePMarques/MP2RAGE-related-scripts
this function shows one possible implementation of the methods suggested
in http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0099676