https://github.com/beatawereszczynska/t1wir_to_t1wsr
Simulating T1-weighted saturation recovery MRI images for arbitrary values of TR from a set of T1-weighted inversion recovery MRI images. (Python 3)
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 6 DOI reference(s) in README -
✓Academic publication links
Links to: sciencedirect.com -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.1%) to scientific vocabulary
Keywords
Repository
Simulating T1-weighted saturation recovery MRI images for arbitrary values of TR from a set of T1-weighted inversion recovery MRI images. (Python 3)
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
T1wIRtoT1wSR
Calculating T1-weighted saturation recovery (SR) MRI images for arbitrary values of repetition time (TR) from a set of T1-weighted inversion recovery (IR) MRI images. Works with Agilent .fid data.
The script can also be used for calculating T1 and M0 maps without calculating theoretical images.
I am aware that the script would be more useful if it calculated IR images from SR data as it would allow to save time during the data acquisition. I will gladly create such version when sample SR data is provided.

The user provides the data folder location and a list of desired TR values. If the list is empty, only the parametric maps are calculated. The script automatically imports the data with all the parameters needed and performs computations. The user can change the value of glob_var parameter to save the maps and/or the images in global Python variable for further use (instead of just saving the image files).
The repository contains:
- Python script T1wIRtoT1wSR.py.
- Sample FID data in sems2019040707.fid folder.
- Sample results in Theoretical_MRI folder.
- Graphical abstract graph_abstr.png.
References
1. Collection of the sample data:
Beata Wereszczyńska, Alcohol-fixed specimens for high-contrast post-mortem MRI, Forensic Imaging, Volume 25, 2021, 200449, ISSN 2666-2256, https://doi.org/10.1016/j.fri.2021.200449. (https://www.sciencedirect.com/science/article/pii/S2666225621000208)
2. The code:
Beata Wereszczyńska, TITEwish (https://github.com/BeataWereszczynska/TITEwish)
License
The software is licensed under the MIT license. The non-software content of this project is licensed under the Creative Commons Attribution 4.0 International license. See the LICENSE file for license rights and limitations.
You may also like
TITEwish - Calculating theoretical T1-weighted MRI images with arbitrary value of inversion time (TI) based on previously acquired spin echo multi-slice experiment with inversion recovery (SEMS-IR) data. Calculating theoretical T2-weighted MRI images with arbitrary value of echo time (TE) based on previously acquired multi-echo multi-slice (MEMS) data. The script can also be used for calculating T1, T2 and M0 maps without calculating theoretical images. Data import suitable for Agilent FID files, (https://github.com/BeataWereszczynska/TITEwish).
TIandTE_wish - Calculating theoretical MRI images with both inversion time (TI; T1-weighting) and echo time (TE; T2-weighting) of choice, from separate T1-weighted and T2-weighted sets of images. This functionality can be used to visualise how inversion recovery images would look like if TEmin could be shorter or how the images' contrast will change after TE increase (e.g. due to larger image matrix). Works with Agilent SEMS (with IR) and MEMS .fid data acquired for the same slices and matrice size, (https://github.com/BeataWereszczynska/TIandTE_wish).
MRIk-space-deriveddetails_edges - k-space based details/edges detection in MRI images with optional k-space based denoising and detail control (data import suitable for Agilent FID files, three binarization methods to choose from), https://doi.org/10.5281/zenodo.7388435 (https://github.com/BeataWereszczynska/MRIk-space-deriveddetails_edges).
SwellingtabletfrontsDkfromMRIT2or_img - Tool for characterizing the swelling of tablets immersed in a solution. Creates time plots and calculates eroding front's diffusion rate D and the rate of the swelling k from time series of either T2-maps or (properly contrasted, e.g. T2-weighted) MRI images in FDF (file format native for Agilent MRI scanners) or Text Image format. This software is suitable for swelling matrix tablets forming a membrane-like structure in contact with the solution in which they are immersed, https://doi.org/10.5281/zenodo.7262466 (https://github.com/BeataWereszczynska/SwellingtabletfrontsDkfromMRIT2or_img).
Owner
- Name: Beata Wereszczyńska
- Login: BeataWereszczynska
- Kind: user
- Location: Poland
- Website: https://www.linkedin.com/in/beata-wereszczynska
- Repositories: 4
- Profile: https://github.com/BeataWereszczynska
I'm a Python enthusiast, but also an NMR and MRI physicist (PhD) with broad experience in experimental research.