Skip to main content

Technical Specifications

All submitted imaging data must comply with the specifications detailed below. Any datasets that fail to meet these requirements will be deemed unsuitable for processing and rejected or may produce unreliable results.

The required MRI sequence is a diffusion-weighted, single-shot spin echo-planar imaging (EPI) acquisition with whole-brain coverage.

MRI Acquisition Parameters

Whole-brain diffusion MRI obtained with a single-shot spin echo EPI sequence sensitized to diffusion effects with the following acquisition parameters:

ParameterValue
Field strength, T3
Repetition time (TR), ms6000 – 17000
Echo time (TE), ms55 – 100
In-plane resolution, mm²1.85 – 2.15
Slice thickness, mm2
Slices, n64 – 86
Slice acquisitionInterleaved
Slice gap, mm0
Flip angle, degrees90
b-values, s/mm²0, 1000
b0 images, n≥ 2
Directions, n≥ 30

Instructions for Use (IFU) Requirements

The following patient information is also required as input:

ParameterValue
Study Description"MRI Brain with DTI Non-Contrast"
Series Description"neuropacs DTI"
AgeAn integer indicating the years of age of the patient at the time of the MRI acquisition
Sex (Male or Female)The biological sex of the patient at birth

Supported DICOM Transfer Syntaxes (lossless-only)

Imaging acquired with lossy compression may fail processing or produce unreliable results. The following lossless DICOM transfer syntaxes are supported:

UIDName
1.2.840.10008.1.2Implicit VR Little Endian
1.2.840.10008.1.2.1Explicit VR Little Endian
1.2.840.10008.1.2.2Explicit VR Big Endian (Retired)
1.2.840.10008.1.2.1.99Deflated Explicit VR Little Endian
1.2.840.10008.1.2.4.70JPEG Lossless, Non-Hierarchical, 1st-Order Prediction
1.2.840.10008.1.2.4.80JPEG-LS Lossless
1.2.840.10008.1.2.4.90JPEG 2000 Lossless Only
1.2.840.10008.1.2.4.91JPEG 2000 (Lossless Only)
1.2.840.10008.1.2.5RLE Lossless

Diffusion Parameters DICOM Tags

The header of DICOM images must contain the acquisition parameters using one or more of the following tags:

DICOM TagUse
(0008, 0070)Scanner name
(2005, 1415) [a]b-vectors
(2005, 1599) [a]b-vectors
(0019, 10bb) [b]b-vectors
(0019, 10bc) [b]b-vectors
(0019, 10bd) [b]b-vectors
(0019, 10e0) [b]b-directions
(0019, 100e) [c]b-directions
(0043, 1039) [b]b-value
(0019, 100c) [c]b-value
(0019, 1027) [c]b-matrix
(0019, 100d) [c]Diffusion directionality
(0018, 1312) [b]Phase encoder

[a] - Usually used by Philips scanners
[b] - Usually used by GE scanners
[c] - Usually used by Siemens scanners

Supported DICOM Tags

Image processing supports many additional tags such as the ones below:

DICOM TagValue
Patient Age (0010, 0010)Biological age of patient in years (e.g., "060Y", "048Y")
Patient Sex (0010, 0040)Biological sex of patient (e.g., "F", "M")
Accession Number (0008,0050)Acquisition accession number
Sender AE Title (0008, 0055)Application Entity title

Alternative Formats

Our platform also supports the following formats for imaging ingestion:

FormatDetails
ZIP Archive (DICOM)A single ZIP archive containing all DICOM imaging data with an optional JSON sidecar
ZIP Archive (NIfTI)A single ZIP archive containing NIfTI volume(s), with corresponding b-vector, b-value, and JSON sidecar

Supported JSON Sidecar Structure

JSON KeyValue
PatientAge/patientAge/patient_ageBiological age of patient in years (e.g., "048Y", "48")
PatientSex/patientSex/patient_sexBiological sex of patient (e.g., "F", "M", "Female", "Male")
AccessionNumber/accessionNumber/accession_numberAcquisition accession number (optional)

Example file contents

{
"PatientAge": "045Y",
"PatientSex": "M",
"AccessionNumber": "ACC-12345"
}

Last updated: February 11, 2026