This quickstart walks you through a complete DCEMapper session from launch to output. You will open a NIfTI file, explore the volume slice by slice and across time, optionally preprocess the data to reduce noise, draw a region of interest, and finally run the semi-quantitative pipeline to produce three ready-to-use parametric maps.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Rubick65/dcemapper/llms.txt
Use this file to discover all available pages before exploring further.
Launch DCEMapper
Windows executable — double-click The application window opens with a blank workspace and the menu bar in a deactivated state, waiting for data.
DCEMapper.exe.From source — run the following command from the repository root:Open a NIfTI file
In the menu bar, go to File → Open → Open NIfTI File and select your
.nii or .nii.gz volume.Once loaded, the interface activates and arranges itself into three panels:| Panel | Location | Contents |
|---|---|---|
| Slice selector | Left | Thumbnail grid of all Z slices; Time Point (T) and FPS sliders |
| Main canvas | Centre | Full-resolution view of the selected slice at the current time point |
| Intensity graph | Right | Per-voxel signal-intensity curve over time; click log |
Explore the data
Use the following controls to navigate the loaded volume:
Pan and zoom the main canvas with the toolbar controls (M for pan, Z for zoom, H to reset home view).
| Action | Control |
|---|---|
| Previous / next Z slice | ← → arrow keys, or click a thumbnail in the left panel |
| Step backward / forward in time | ↑ ↓ arrow keys, or drag the Time Point (T) slider |
| Toggle movie-mode playback | Space — plays through all time frames at the FPS set by the slider |
| Show voxel intensity curve | Click any point on the main canvas; the right panel updates with that voxel’s signal-over-time curve and logs the click with its 3D coordinates |
Preprocess the data
Preprocessing reduces noise and artefacts before quantitative mapping. It is accessed through the Preprocessing menu in the menu bar:
- Select a denoising filter from the available options (e.g. Non-Local Means).
- Optionally enable Gibbs artifact suppression.
- Click Preprocess.
Preprocessing is optional but recommended for acquisitions with significant thermal noise or Gibbs ringing, as these artefacts can reduce the reliability of voxel-wise parametric estimates.
Generate parametric maps
With preprocessed data loaded, run the semi-quantitative pipeline:
The application switches the canvas colormap to
- Go to Processed → Type → Semi-quantitative.
- Click Process.
| File | Description |
|---|---|
rce_process.nii.gz | Relative Contrast Enhancement (4-D, one volume per time point) |
rce_max_process.nii.gz | Maximum RCE per voxel (3-D) |
tto_rce_max_process.nii.gz | Time point of peak enhancement per voxel (3-D) |
jet and loads rce_process.nii.gz automatically. Use the viewer toolbar button to toggle between the three output maps (RCE, MAX RCE, TTP) within the canvas.