Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you are working with version v2.2.3 or below please update to the [latest ver

## Notes

This package is intended to be used as a research tool to segment FCD lesions in patients with focal epilepsy where a FCD is suspected. It can be run on 1.5T or 3T MRI data. A 3D T1 is required and it is optional but advised to include the 3D FLAIR.
This package is intended to be used as a research tool to segment FCD lesions in patients with focal epilepsy where a FCD is suspected. It can be run on 1.5T or 3T MRI data. A 3D T1 (WITHOUT gadolinium agent) is required and it is optional but advised to include the 3D FLAIR.

It is not appropriate to use this algorithm on patients with:
- tuberous sclerosis
Expand Down
19 changes: 19 additions & 0 deletions docs/prepare_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ The MELD pipeline relies on the MRI data to be organised in the MELD or BIDS for

If you are preparing the data for the harmonisation step, you will also need to prepare the demographic information.

## MRI data
MELD graph requires a 3D T1 (WITHOUT gadolinium agent) and it is optional but advised to include the 3D FLAIR.
MELD Graph has been trained on scans acquired 1.5T and 3T.

It has not been evaluated on:
- other MRI scans contrast than T1 and FLAIR
- MRI scans with gadolinium
- 2D MRI scans
- scans acquired <1.5T and >3T

It is not appropriate to use this algorithm on patients with:
- tuberous sclerosis
- suspected hippocampal sclerosis
- hypothalamic hamartoma
- periventricular nodular heterotopia
- other focal epilepsy pathologies
- previous resection cavities


## **Prepare the MRI data (Mandatory)**

In the 'input' folder where your meld data has/is going to be stored, create a folder for each patient with the ID of the subject.
Expand Down