Difference between revisions of "2016 Winter Project Week/Projects/ChestImagingPlatformWorkflows"
(Created page with "==Key Investigators== * James Ross * Raúl San José") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* James Ross | * James Ross | ||
* Raúl San José | * Raúl San José | ||
+ | |||
+ | ==Project Description== | ||
+ | The Chest Imaging Platform (CIP) is a collection of C++ libraries, command-line executables, and python modules for segmenting, registering, processing, and quantitatively evaluating medical images of the chest; it is developed with large-scale, batch processing of high-resolution computed tomography (CT) images in mind. Many of the high-level workflows involve executing multiple CIP command-line tools and/or python modules, which imposes a barrier to entry for new users. Nipype is an open-soure, python-based software package that provides the ability to package multiple execution steps into a single workflow. In this project, I will be creating nipype-based workflows of commonly used, high-level tasks in order to make CIP functionality more accessible to new users. | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! style="text-align: left; width:27%" | Objective | ||
+ | ! style="text-align: left; width:27%" | Approach and Plan | ||
+ | ! style="text-align: left; width:27%" | Progress and Next Steps | ||
+ | |- style="vertical-align:top;" | ||
+ | | | ||
+ | <!-- Objective bullet points --> | ||
+ | * Implement Nipype workflows for commonly used chest image analysis tasks | ||
+ | | | ||
+ | <!-- Add a bulleted list of key points --> | ||
+ | * Focus on automatic lobe segmentation pipeline | ||
+ | | | ||
+ | <!-- Progress bullet points --> | ||
+ | * Workflows exist for particle deployment and parenchyma phenotype computation | ||
+ | * End-to-end workflow created for automatic lobe segmentation | ||
+ | * A few extra nodes to add | ||
+ | * Include in next CIP release | ||
+ | |} | ||
+ | [[File:jcrProjectWeek2016.jpg|1200px]] |
Latest revision as of 02:34, 8 January 2016
Home < 2016 Winter Project Week < Projects < ChestImagingPlatformWorkflowsKey Investigators
- James Ross
- Raúl San José
Project Description
The Chest Imaging Platform (CIP) is a collection of C++ libraries, command-line executables, and python modules for segmenting, registering, processing, and quantitatively evaluating medical images of the chest; it is developed with large-scale, batch processing of high-resolution computed tomography (CT) images in mind. Many of the high-level workflows involve executing multiple CIP command-line tools and/or python modules, which imposes a barrier to entry for new users. Nipype is an open-soure, python-based software package that provides the ability to package multiple execution steps into a single workflow. In this project, I will be creating nipype-based workflows of commonly used, high-level tasks in order to make CIP functionality more accessible to new users.
Objective | Approach and Plan | Progress and Next Steps |
---|---|---|
|
|
|