Difference between revisions of "Projects:ARRA:SlicerEM:AtlasCreator:Groupwise"
From NAMIC Wiki
Line 4: | Line 4: | ||
== Action Plan == | == Action Plan == | ||
− | * Step1: | + | * Step1 (until 04/01/11): |
** Daniel will get the code from Jeremy and dump it into our atlascreator/commandline directory | ** Daniel will get the code from Jeremy and dump it into our atlascreator/commandline directory | ||
** Daniel will compile the code under slicer - should you run into problems Jeremy is going to work on figuring them out with / for Daniel . If the code needs changes, Jeremy is responsible for implementing them | ** Daniel will compile the code under slicer - should you run into problems Jeremy is going to work on figuring them out with / for Daniel . If the code needs changes, Jeremy is responsible for implementing them | ||
*** Daniel waits for the GIT repository from Jeremy | *** Daniel waits for the GIT repository from Jeremy | ||
− | **** | + | **** Then, run some tests provided by Jeremy |
** If Congeal doesn't compile cross platform then we could use the Slicer extension system as a backup | ** If Congeal doesn't compile cross platform then we could use the Slicer extension system as a backup | ||
− | * Step 2: | + | * Step 2 (until 04/01/11): |
− | ** | + | ** Daniel will write a wrapper to create Congeal config files by specifying command line arguments |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
** File formats: | ** File formats: | ||
*** Congeal supports NIfTI-1 file format | *** Congeal supports NIfTI-1 file format | ||
*** Slicer does too :) | *** Slicer does too :) | ||
− | |||
− | |||
* Step 3: | * Step 3: | ||
** Daniel modifies the atlas creator so that he can access Jeremy's command line | ** Daniel modifies the atlas creator so that he can access Jeremy's command line |
Revision as of 03:01, 26 March 2011
Home < Projects:ARRA:SlicerEM:AtlasCreator:GroupwiseBack to AtlasCreator..
Integration of Groupwise Registration in the AtlasCreator
Action Plan
- Step1 (until 04/01/11):
- Daniel will get the code from Jeremy and dump it into our atlascreator/commandline directory
- Daniel will compile the code under slicer - should you run into problems Jeremy is going to work on figuring them out with / for Daniel . If the code needs changes, Jeremy is responsible for implementing them
- Daniel waits for the GIT repository from Jeremy
- Then, run some tests provided by Jeremy
- Daniel waits for the GIT repository from Jeremy
- If Congeal doesn't compile cross platform then we could use the Slicer extension system as a backup
- Step 2 (until 04/01/11):
- Daniel will write a wrapper to create Congeal config files by specifying command line arguments
- File formats:
- Congeal supports NIfTI-1 file format
- Slicer does too :)
- Step 3:
- Daniel modifies the atlas creator so that he can access Jeremy's command line
- Jeremy modifies his command line interface
- Step 4:
- Daniel creates an advanced tab in our tool that makes some of the key parameter visible to user and modify the docu accordingly
- Jeremy will give us a link or modify our wiki page with respect to the meaning of specific parameters , ....
- Step 5:
- Be happy
Questions
- For all:
- should the wrapper in Step 2/3 be a simple bash script (downside might be no platform independency) or an executable (Daniel)
- If an executable, should it be written using the Slicer Execution Model which generates a GUI automatically? This GUI would be separate from our AtlasCreator module and would list all parameters.
- Link to the Slicer Execution Model: http://www.slicer.org/slicerWiki/index.php/Slicer3:Execution_Model_Documentation
- If not, there will be only limited parameters exposed in the AtlasCreator GUI's advanced panel
- If an executable, should it be written using the Slicer Execution Model which generates a GUI automatically? This GUI would be separate from our AtlasCreator module and would list all parameters.
- should the wrapper in Step 2/3 be a simple bash script (downside might be no platform independency) or an executable (Daniel)
- For Kilian:
- How does this effort coordinate with the integration of PCA? Which one has higher priority? (Daniel)
- PCA will sit on top of this. This effort is an alternative to the registration stage. (Daniel after talking to Kilian)
- How does this effort coordinate with the integration of PCA? Which one has higher priority? (Daniel)
- For Jeremy:
- Please send the code after you are done cleaning up (Daniel)
- For Daniel: