Skip to content

Commit 179e3aa

Browse files
committed
Employ dicom format
1 parent 45e80f2 commit 179e3aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/highdicom/dicom2text.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
]]>
2828
</command>
2929
<inputs>
30-
<param name="input" type="data" format="binary" label="DICOM dataset"/>
30+
<param name="input" type="data" format="dicom" label="DICOM dataset"/>
3131
<param name="export_to" type="select" label="Export to">
3232
<option value="json" selected="true">JSON</option>
3333
<option value="yaml">YAML</option>

tools/highdicom/dicom2tiff.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
]]>
3030
</command>
3131
<inputs>
32-
<param name="input" type="data" format="binary" label="DICOM dataset"/>
32+
<param name="input" type="data" format="dicom" label="DICOM dataset"/>
3333
<param name="multiframe_axis" type="select" label="Fall-back axis for DICOM frames" help="If DICOM frames cannot be resolved to a specifc TIFF axis automatically, this axis will be used.">
3434
<option value="T" selected="true">T-axis (frames of a temporal image sequence)</option>
3535
<option value="Z">Z-axis (slices of a 3-D image or image sequence)</option>

0 commit comments

Comments
 (0)