Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/highdicom/dicom2text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]]>
</command>
<inputs>
<param name="input" type="data" format="binary" label="DICOM dataset"/>
<param name="input" type="data" format="dicom" label="DICOM dataset"/>
<param name="export_to" type="select" label="Export to">
<option value="json" selected="true">JSON</option>
<option value="yaml">YAML</option>
Expand Down
2 changes: 1 addition & 1 deletion tools/highdicom/dicom2tiff.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
]]>
</command>
<inputs>
<param name="input" type="data" format="binary" label="DICOM dataset"/>
<param name="input" type="data" format="dicom" label="DICOM dataset"/>
<param name="multiframe_axis" type="select" label="Fall-back axis for DICOM frames" help="If DICOM frames cannot be resolved to a specific TIFF axis automatically, this axis will be used.">
<option value="T" selected="true">T-axis (frames of a temporal image sequence)</option>
<option value="Z">Z-axis (slices of a 3-D image or image sequence)</option>
Expand Down
Loading