![]() | Center for Imaging Science : About | Research | Publications | Education | Activities | Downloads | Visiting |
Software @ CIS : lddmm-volume : Namespaceabout | tutorial | user validation | manual | BIRN Portal | namespace | faq | credits | changelog | feedbackContent OverviewIntegration of LDDMM into the Biomedical Informatics Research Network (BIRN) has assisted in evolving LDDMM from a command line application to a web portal application making use of globus. This evolution has been gradual. In the development of the LDDMM BIRN portal, it became evident that a consistent namespace for data access and file organization is needed.LDDMM takes as input two analyze images in 2d or 3d and compares them. The resultant output is timestep velocity vector data describing the change in shape of the objects. There is a voluminous amount of resultant data from the comparison of the two images. Due to this large volume, a consistent file structure is needed for storing the data. In typical research studies, there is an atlas which is compared to many target images. In this case, LDDMM would input be an Atlas image and a directory which contains a collection of target images to compare. In order, to streamline the lddmm processing, the images may be local or in SRB. We will not look at the LDDMM parameters for processing but will focus on providing a simple consistent way of addressing input and output for the LDDMM processing. Input/Output to LDDMM may be a directory or a file, it may be local or within SRB. In order to allow a flexible way of describing input/ouput locations of data for LDDMM, we decided to user the Uniform Resource Locator (URL) style of format to address our data location. A url_io module is used in the LDDMM script to acquire or upload the data. url_io will parse the URL formatted input and output statments. AssumptionsThe LDDMM script will use an url_io parsing script to manipulate the URL formated data. The url_io script will have a 'url_input' and a 'url_output' command. The 'url_input' will return the local location of data or will create a local temporary copy of the data from a remote location. The 'url_output' will put data to the provided location. If the output is to a remote location, it will do the necessary upload process. If group permissions are defined in the upload process, it is assumed all upload data will have the same group permissions.URL format
URL_IO ScriptThe url_io module is used to parse the URL formatted input and output statements. Example use:#!/bin/bash # Include URL I/O # # URL_TEMP=/tmp/url_io.$$ # default temp is the process ID under tmp. # KEEP_TEMP=no # automatically removes temp data. # . ./url_io # Then something like this would map the birn_url to a # local location for processing. url_input($3, tmp_local_location) url_output(tmp_local_location, $4) LDDMM Example
BIRN Portal Example
Last Modified: Friday, 15-Dec-2006 07:57:26 EST |
|
|||||||||||