File: nitool.1

package info (click to toggle)
dcmstack 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,884 kB
  • sloc: python: 5,234; makefile: 112; sh: 60
file content (37 lines) | stat: -rw-r--r-- 1,066 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.5.
.TH NITOOL "1" "November 2021" "nitool 0.8" "User Commands"
.SH NAME
nitool \- DICOM to NIfTI conversion - python3 package
.SH DESCRIPTION
usage: nitool [\-h] {split,merge,dump,embed,lookup,inject} ...
.PP
Work with extended Nifti files created by dcmstack
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.SS "Subcommands:"
.IP
{split,merge,dump,embed,lookup,inject}
.TP
split
Split src_nii file along a dimension. Defaults to the
slice dimension if 3D, otherwise the last dimension.
.TP
merge
Merge the provided Nifti files along a dimension.
Defaults to slice, then time, and then vector.
.TP
dump
Dump the JSON meta data extension from the provided
Nifti.
.TP
embed
Embed a JSON extension into the Nifti file.
.TP
lookup
Lookup the value for the given meta data key.
.TP
inject
Inject meta data into the JSON extension.
.SH AUTHOR\n This manpage was written by Nilesh Patra for the Debian distribution and\n can be used for any other usage of the program.