FijiRelax
FijiRelax: Fast and noise-corrected estimation of MRI relaxation maps in 3D + t - Published in JOSS (2023)
Science Score: 93.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 8 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org -
○Committers with academic emails
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
Scientific Fields
Repository
FijiRelax: 3D+t multi-echo spin-echo sequences MRI analysis
Basic Info
- Host: GitHub
- Owner: Rocsg
- License: other
- Language: Java
- Default Branch: master
- Homepage: https://imagej.net/plugins/fijirelax
- Size: 7.76 MB
Statistics
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 6
- Releases: 8
Topics
Metadata Files
README.md
Documentation and latest stable build
Summary
FijiRelax is a generic tool for 3D+t MRI analysis and exploration using multi-echo spin-echo sequences. This work was supported by the French Ministry of Agriculture, France AgriMer, CNIV and IFV, within VITIMAGE and VITIMAGE-2024 projects (program Plan National Dépérissement du Vignoble).
Funding
This tools are developed in the context of: - the Vitimage 1 and Vitimage 2024 projects. - the Aplim flagship project.
Plugin features
- Proton density, T1 and T2 maps computation from multi-echo spin-echo sequences (multiple TR and/or TE)
- Parameters estimation by fitting noise-corrected mono- and biexponential decay models
- Automatic correction of spatial drift and deformations for long T1 or T2 sequences
- Exploration of T1/T2 distribution in ROI over time
- Operable through a GUI, or scriptable for batch processing of large datasets

## Using FijiRelax, from GUI to API
FijiRelax has been designed for three types of scientists: i) end-users using a GUI, ii) advanced users able to use a scripting languages to process large number of images, and iii) developers able to adapt and extend the application with new functionalities.
End-users using a GUI: this mode is recommended for scientists who are not specialists in image processing nor programming. Download FijiRelax through the official Fiji release, and follow the step-by-step installation instructions, as well as the hands-on tutorials built on the test dataset hosted at Zenodo [@fijirelaxDataset]. Then, use the graphical user interface to import and process your own Bruker/NIFTI/Custom data, explore the relaxation maps in space and time using the graphical relaxation curve explorer and export your results as 2D/3D/4D TIFF images. This mode is also recommended for studying new datasets or new biological questions. Among the interface features, the plugin provides a graphical explorer to visualize the relaxation curves, and the estimated PD-weighted T1 and T2 distributions over customizable areas of interest. In 5D hypermaps, the distributions at each time-point can be displayed simultaneously, giving access to valuable information on water distribution in tissues and its evolution during the monitoring period.
Advanced users: this mode can be used by scientists with programming skills. Load the sample BeanShell scripts provided in repository in https://github.com/Rocsg/FijiRelax/tree/master/test/Scripts. Select a script by dragging it into the Fiji interface and run the scripts to reproduce the results of the paper figure1: import a dataset, convert it to an HyperMap (figure1-e), compute the parameter maps. Then, adapt these scripts to your needs, including processing your own data and batch-processing multiple experiments.
Developers: this mode is for programmers fluent with Java and Maven. Start by exploring the FijiRelax API: API Overview. Build your own tools on top of the FijiRelax library, provided as a jar file hosted at maven central repository (Artifact), by indicating FijiRelax as a dependency in your POM file and run the unit tests. FijiRelax is hosted on a github public repository (https://github.com/rocsg/fijirelax) and developers can offer to contribute to its development, and extend it by requesting features, or proposing new features.
Dataset for testing purpose
A comprehensive dataset can be found on Zenodo at https://doi.org/10.5281/zenodo.4518730
Installation
The following video guide you throughout the installation process, and take a first tour of FijiRelax functions.
In order to install FijiRelax on your computer, please follow these steps:
1. *(if needed) *Download and install Fiji from https://fiji.sc/ ; start Fiji, and let it automatically update. Then restart Fiji.
2. Open Fiji, run the Update manager (Help > Update). Click on "OK" to close the first popup windows, then click on the button Manage update sites....
3. In this list, activate ImageJ-ITK by checking the corresponding checkboxes. Don't close the window, or reopen it if you read this too late.
4. Add the Fijiyama repository (by clicking on the button Add update site, and filling the fields : name = "/plugins/fijiyama", site = https://sites.imagej.net/Fijiyama), then check the associated checkbox. Now you can click on Close and apply the modifications.
5. Restart Fiji: a new FijiRelax entry should be available in the menu (Plugins > Analyze"). If not, go back to the Update Manager, and check that the repositories ImageJ-ITK and Fijiyama are correctly selected.
Preparing your data
FijiRleax needs a properly formatted dataset: - Nifti 4D images, or a set of Nifti 3D images - Dicom dirs with 3D images, or a set of dirs with 2D images
The interface
FijiRelax's interface has four main panels : - With the first panel, you can import / open / export data. - The second panel holds the processing routines. - The third panel contains the explorer button. - The fourth panel has additional helper functions.

Tutorials
Tutorial part 1: proton density, T1 and T2 time-series from 3D dicom data of a sorgho plant
Tutorial part 2: from 4D HyperMaps to time-lapse plant physiology monitoring

HyperMap data structure
The output image is a 4D MR hyperimage. The "channels" slicer helps you to explore the 4th dimension, that is the images computed, and the input spin echo images. In detail :
- Channels 1,2 3 are respectively the M0 map, T1 map, T2 map (see this information in the slice title, just upside the image pixels)
- Channels 4,5, ..... NR-3 are the successive NR repetition times of the "T1 sequence", in increasing order.
- Channels NR-2,..... NR-2+NE are the successive NE echo times of the "T2 sequence", in increasing order.
Unit for the channels 2 and 3 are milliseconds, which means you can use it like it, without any additional conversion.
For time-lapse experiments, one can compute such a 4D MR hyperimage at successive timepoints, and register and combine them in a 5D MR hyperimage (with an additional slicer to walk through time). Registration and data combining can be done using the series registration mode of the Fijiyama plugin.
The science behind
This plugin computes M0, T1 and T2 maps pixelwise from a given set of spin-echo sequences, acquired with different repetition times and/or different echo times.
First a 3d registration is computed to align precisely the successive images, using libraries of the Fijiyama plugin. Then the rice noise level is estimated, and the M0, T1 and T2 parameters are estimated, fitting mono or bi-exponential curves, corrected with the measured rice noise. For more information, see the paper in next section.
Support
Feature request, issues ? Please post a message on the the ImageJ forum, using the tag fijirelax . For precise requests, technical users can use a github issue, or pull-request modifications (see CONTRIBUTE.md)
Citing this work
- Romain Fernandez and Cédric Moisy, 2022 «FijiRelax: Fast and noise-corrected estimation of MRI relaxation maps in 3D + t» under review
Software dependencies acknowledgements
- Janne Holopainen for LMA
- Johannes Schindelin et al for Fiji (Schindelin et al., 2012)
- Karl Schmidt and Dimiter Prodanov for MRI Analysis Calculator and CurveFitters
License
The code of FijiRelax is distributed under GPL 2.0 public license and authorship of Romain Fernandez romainfernandez06@gmail.com io.github.rocsg It includes code of Janne Holopainen (LMA), released as GPL 2.0 in the context of this repository
This program is an open-source free software: it can be redistributed and/or modified under the terms of the GNU General Public License as published by the Free Software Foundation (http://www.gnu.org/licenses/gpl.txt).
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Owner
- Name: Romain Fernandez
- Login: Rocsg
- Kind: user
- Company: CIRAD
- Repositories: 3
- Profile: https://github.com/Rocsg
Computer science, Image analysis for plant and life science @Cirad
JOSS Publication
FijiRelax: Fast and noise-corrected estimation of MRI relaxation maps in 3D + t
Authors
Tags
Fiji Image analysis MRI Relaxometry PhenotypingGitHub Events
Total
- Issues event: 2
- Push event: 1
- Fork event: 1
Last Year
- Issues event: 2
- Push event: 1
- Fork event: 1
Committers
Last synced: 5 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Rocsg | r****6@g****m | 235 |
| hinerm | h****m@g****m | 1 |
| Britta Westner | b****r@g****m | 1 |
| Arfon Smith | a****n | 1 |
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 18
- Total pull requests: 6
- Average time to close issues: 4 days
- Average time to close pull requests: about 4 hours
- Total issue authors: 5
- Total pull request authors: 4
- Average comments per issue: 0.83
- Average comments per pull request: 0.17
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- hinerm (9)
- Rocsg (6)
- kasasxav (1)
- MaximLippeveld (1)
- pradal (1)
Pull Request Authors
- Rocsg (3)
- arfon (1)
- hinerm (1)
- britta-wstnr (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- commons-io:commons-io 2.5
- io.github.rocsg:fijiyama 4.0.2
- jaolho.data:lma 1.3
- net.imagej:ij 1.52t
- org.apache.commons:commons-math3 3.6.1
- org.itk.simple:simpleitk 0.9.0
- org.scijava:scijava-java3d 0.1.0
- sc.fiji:VIB-lib 2.2.0
- junit:junit 4.4 test
- org.junit.jupiter:junit-jupiter-api 5.7.2 test
- org.junit.jupiter:junit-jupiter-engine 5.7.2 test
- actions/checkout v3 composite
- actions/setup-java v3 composite
- s4u/maven-settings-action v2.8.0 composite
- wei/curl master composite
- actions/checkout v3 composite
- actions/setup-java v3 composite
- s4u/maven-settings-action v2.8.0 composite
- actions/checkout v2 composite
- actions/upload-artifact v1 composite
- openjournals/openjournals-draft-action master composite


