Statistical Atlas Statistical Atlas
  • Static modes

The MATLAB tool below shows the top three (L=3) or six (L=6) modes of variation (in terms of variance) of the left-ventricular finite-element model for the MESA (subclinical) and DETERMINE (symptomatic - myocardial infarct) cohorts, from 300 subjects each (preliminary findings were reported here whereas a comprehensive reference is found in Pau's thesis, Chapter 3, not yet available).

PCA modes are incremental, that is the first three modes are the same for L=3 and L=6. However, ICA modes are different.

Please contact Pau if you have any queries.

 MATLAB code v.1 (L=3)

MATLAB code v.1 (L=6)

  • Temporal modes

Temporal modes of variation are shown below. These are the result of a spatiotemporal analysis of the left-ventricular parameters and are presented as animated GIFs. Details of these operations can be found in Pau's thesis (Chapter 3, not yet available).

DETERMINE

Mode 1:      -2σ          +2σ
Mode 2:      -2σ          +2σ
Mode 3:      -2σ          +2σ
Mode 4:      -2σ          +2σ

MESA

 

Mode 1:      -2σ          +2σ
Mode 2:      -2σ          +2σ
Mode 3:      -2σ          +2σ
Mode 4:      -2σ          +2σ

  •  Contour-derived atlas modes

These modes were derived from a contour model population of 1,991 MESA models (Pau's thesis, Chapter 5, not yet available).

MATLAB code v.1a (L=6)

CAP Client CAP Client

CAP Client provides a visualization tool to browse cardiac MR images and 3D CAP models. Main features include:

  • 3D visualization of cardiac MR images
  • Cardiac surface model rendering
  • Animation of 3D heart beating

Licenses:

 

Download

 

Latest version: 1.0

Supporting files:

Screenshots

CAP Server CAP Server

CAP Server contains our implementation and modification of dcm4chee tool, which has been suited for the CAP database. You only need CAP Server if you want to mirror our CAP database and to provide users with web accessible database. 

Main features:

  • DICOM database browser and maintenance
  • DICOM image viewer
  • DICOM tags editing

Licenses:

 

Download

 

Latest version: 2.1

 

Screenshots

DICOM browser

Development Development

Source codes produced for the Cardiac Atlas Project are open source and hosted at the SourceForge project site. Ordinary users generally do not need to access the SourceForge repository system. You only need to access the source code if you want to start developing one of the projects. All source code is stored using mercurial repository system provided by the SourceForge.

Below are links to source code repositories for each individual project:

Project Description Reponame
CAP ClientVisualization toolcardiacatlas
CAP ServerWeb-accessible DICOM databasedcm4chee-cap
CIMModelToCAPModelPython script to convert CIMM model to CAP modelCIMModelToCAPModel
QMassContourToCAPContourPython script to convert QMass contours to CAP modelQMassContourToCAPContour
CAP Schemas DocsContains CAP database schema, debabeler mapping, XML model, DICOM diff, DICOM import and other documentations.SchemasAndDocs

 

For developers:

Obtaining source codes from SourceForge Mercurial system

If you would like to clone the source code to your local repository, you need a Mercurial software. For more information, please refer to SourceForge's Mercurial documentation.

To browse the CAP Mercurial file system, go to http://cardiacatlas.hg.sourceforge.net/hgweb/cardiacatlas. Use reponame to clone any particular sub project.

Example 1: cloning the CAP Client (reponame = cardiacatlas) to a local folder called CAP_Client:

 $ hg clone http://cardiacatlas.hg.sourceforge.net:8000/hgroot/cardiacatlas/cardiacatlas CAP_Client

Example 2: cloning the CIMMModelToCAPModel project to a default local folder (this will create a local folder called CIMModelToCAPModel):

 $ hg clone http://cardiacatlas.hg.sourceforge.net:8000/hgroot/cardiacatlas/CIMMModelToCAPModel