2014 Summer Project Week:DIR stop and restart

From NAMIC Wiki
Revision as of 21:01, 17 June 2014 by Gregsharp (talk | contribs) (Created page with '__NOTOC__ <gallery> Image:PW-MIT2014.png|Projects List Image:PW-MIT2014.png|Projects List </gallery> …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < 2014 Summer Project Week:DIR stop and restart

Key Investigators

PZ, GCS


Project Description

Objective

Approach, Plan

The following tasks need to be accomplished

  1. Formalize parameter language for specifying stop and resume stages in plastimatch parameter string
  2. Move landmarks parameters from "Global" to "Shared" section
  3. Create a "finalization" routine for writing output files and other cleanup after the end of the last stage
  4. Add functionality to create new stages and add them in the middle of the pipeline
  5. Add functions for Python wrapper to query current xform and pass to 3D Slicer

Example:

[STAGE]
its=100
interactive=true
res=4 4 4
[STAGE]
its=10
[STAGE]
resume=true
[STAGE]
resume=true
...
[STAGE]
resume=true
res=1 1 1   // current stage ended, replaced with new stage
...
[STAGE]
finalize=true   // we are done

Progress