[Insight-developers] use "DATA{..}" to form a string list of input data
Brad King
brad.king at kitware.com
Mon Jan 16 15:34:27 EST 2012
On 1/16/2012 11:48 AM, Xiaoxiao Liu wrote:
> The problem I had is not about fetching a file series, but obtaining the
> data paths and format them into a particular string as an input argument,
> such as: "/path/toFileA*,* /path/to/FileB*,* /path/to/FileC", where the
> comma needs to be the separator of the file names. This format is defined
> by the API of a video stream reader.
Okay, my bad. Your suggestion to handle a form like
"DATA{fileA}, DATA{fileB}, DATA{fileC}"
sounds reasonable. See this patch:
http://review.source.kitware.com/3672
-Brad
More information about the Insight-developers
mailing list