MIC-DKFZ / niicat

This is a tool to quickly preview nifti images on the terminal
GNU General Public License v2.0
51 stars 10 forks source link

be able to specify coords for cross-cut #6

Closed yarikoptic closed 3 years ago

yarikoptic commented 4 years ago

ATM there is no way to adjust AFAIK

$> niicat --help
usage: niicat [-h] [-ic] [-lb] [--dpi N] [--version] nifti_file

Generate previews of nifti image and png/jpeg images on the terminal.

positional arguments:
  nifti_file

optional arguments:
  -h, --help  show this help message and exit
  -ic         Use iTerm2's imgcat instead of libsixel-python to plot the image.
  -lb         Use libsixel-bin instead of libsixel-python to plot the image.
  --dpi N     resolution for plotting (default: 150).
  --version   show program's version number and exit
wasserth commented 4 years ago

You are correct. At the moment this can not be specified.