-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 'reference' attribute for image parameters is not described in the XSD yet #623
Comments
I just noticed that the 'reference' attribute is also found in the description of |
Also, for |
Yes, for a dicom registration object you would want the two frames of On Thu, Jan 7, 2016 at 5:14 PM, Hans Meine [email protected] wrote:
|
I am not familiar deeply enough with this specific topic (i.e., what is the relationship between XSD mentioned here and Slicer execution model), but "reference" is an ambiguous term. As an example, Slicer does not have a concept to parallel DICOM Frame of reference, and "reference" attribute you mention here probably refers to the image node, which may or may not have a DICOM representation in the database. In Slicer, "reference" attribute is used in quite a few CLIs here: https://github.com/Slicer/Slicer/tree/master/Modules/CLI, but I believe its purpose is to initialize things like how the output should look like (window level, lookup table), and its semantics will probably depend on the object type. |
I think it would be helpful to think of what is needed to support proper On Fri, Jan 8, 2016 at 5:25 PM, Andrey Fedorov [email protected]
|
I agree with both of you; this issue has already brought up the following:
|
I'd be interested in looking at the problem from a different perspective: On Sun, Jan 10, 2016 at 3:39 AM, Hans Meine [email protected]
|
Yes, I would be very interested to see proposals on how this perspective should be approached. But I think this perspective is too broad for me to suggest one myself. It is not even clear what would be the mapping from the XSD-supported element types into DICOM IODs, forget operations on those. From my point, I want first to see tools in place to handle DICOM conversions explicitly via converter CLIs for now. It will not be easy (and maybe even counterproductive) to generalize semantics of an arbitrary CLI into XSD attributes for the purposes of DICOM attribute mapping/transformation. |
My suggestion is to ignore the XSD and current CLI support and instead On Sun, Jan 10, 2016 at 3:28 PM, Andrey Fedorov [email protected]
|
actually, point to commontk/CTK#623
Apparently, a 'reference' attribute has been added to
<image>
parameters in the execution model, butLibs/CommandLineModules/Core/Resources/ctkCmdLineModule.xsd
has not been updated yet accordingly.I am seeing 38 such occurrences in yesterday's nightly build.
The text was updated successfully, but these errors were encountered: