Skip to content
Eric Kerfoot edited this page Dec 8, 2016 · 30 revisions

Welcome to the Eidolon wiki!

This wiki will contain user interface information, tutorials, and technical information.

  • Usage -- command line usage

  • Interface -- user interface overview

  • API -- information on interacting with code and data structures

    • CHeartFormat -- file format used for really basic mesh loading
  • Project Information

Much of the functionality in the framework is defined in projects. A project is created with its own directory where data is stored and the project's configuration is kept. Different projects are defined for specific functionality and will expose the UI elements to expose that functionality.

  • CardiacMotion -- Cardiac Motion Project info, used to perform image alignment/registration, motion tracking, and analysis

Tutorials

Eidolon includes a number of tutorial scripts and data in the repository directory tutorials. The pages below step through the process of visualizing data in various ways, the scripts represent the same operations in the form of Python code.

  • Tutorial 1 -- Loading a simple CHeart mesh and visualize a field
  • Tutorial 2 -- Loading 1D vascular tree
  • Tutorial 3 -- Rendering a vector field as arrow glyphs
  • Tutorial 4 -- Loading a DICOM series and visualizing plane and volume images
  • Tutorial 5 -- Time-dependent mesh loading
  • Tutorial 6 -- Slicing volume images
  • Tutorial 7 -- Isosurface and isoline rendering
Clone this wiki locally