A desktop application for measuring Fat Attenuation Index (FAI) around coronary arteries from cardiac CT scans. FAI quantifies pericoronary adipose tissue inflammation — a biomarker for coronary artery disease risk.
Author: Shu Nie · University of California, Irvine
Research use only. Not for clinical diagnosis.
Download the latest .dmg from Releases, open it, and drag PCAT Workstation to your Applications folder.
macOS note: If you see "PCAT Workstation is damaged and can't be opened", open Terminal and run:
xattr -cr /Applications/PCAT\ Workstation.appThis removes the quarantine flag that macOS adds to unsigned downloaded apps.
Click Open DICOM and select the folder containing your cardiac CT DICOM files. The application loads the volume and displays it in three views: Axial, Coronal, and Sagittal.
Select a vessel (RCA, LAD, or LCx) from the toolbar, then click on the MPR views to place seed points along the artery. Start from the aorta and trace distally.
Once you have 2+ seeds, the bottom-right panel shows the Curved Planar Reformation (CPR) — a reformatted view that follows the vessel through the anatomy.
Click Analyze in the toolbar. The analysis takes a few seconds and includes:
Click FAI on the CPR to toggle the fat attenuation overlay:
After the pipeline completes, click the Analysis tab (next to CPR) to see:
Per-vessel FAI summary with risk classification (HIGH if mean HU > -70.1, LOW otherwise).
HU distribution within the FAI window, with reference lines at -190, -30, and -70.1 HU.
How mean HU changes with distance from the vessel wall (1–20mm). Shows whether inflammation is localized near the vessel or diffuse.
Cross-sectional ring showing mean HU in 8 sectors around the vessel. Identifies whether inflammation is focal (one side) or circumferential.
| RCA | LAD |
|---|---|
| Action | Shortcut |
|---|---|
| Undo | Cmd + Z |
| Redo | Cmd + Shift + Z |
| Delete seed | Delete / Backspace |
| Switch vessel | 1 (RCA), 2 (LAD), 3 (LCx) |
| Navigate seeds | Left / Right arrow |
| Deselect seed | Escape |
| Set ostium | Shift + click on CPR |
| Parameter | Value | Reference |
|---|---|---|
| FAI window | -190 to -30 HU | Antonopoulos et al., Sci Transl Med 2017 |
| Risk threshold | -70.1 HU | Oikonomou et al., Eur Heart J 2018 |
| VOI protocol | 1mm gap + 3mm ring (CRISP-CT) | CRISP-CT study |
| Segment length | Proximal 40mm from ostium | Standard clinical protocol |
| Radial profile | 1–20mm from vessel wall, 1mm bins | |
| Angular sectors | 8 sectors around vessel circumference |
git clone https://github.com/MolloiLab/pcat-workstation-v2.git
cd pcat-workstation-v2
npm install
cargo tauri dev
cargo tauri build
Output: src-tauri/target/release/bundle/dmg/PCAT Workstation_0.1.0_aarch64.dmg
Tauri v2 (Rust) + Svelte 5 + cornerstone3D + Plotly.js
MIT License. See LICENSE for details.
Not intended for clinical diagnosis — research use only.
Created by Shu Nie at the Molloi Lab, University of California, Irvine.
For questions, collaboration, or issues: Shu Nie — nies1@uci.edu