table of contents
GINGA(1) | User Commands | GINGA(1) |
NAME¶
ginga - Astronomical FITS Image Viewer
DESCRIPTION¶
usage: ginga [-h] [--basedir NAME] [--bufsize NUM] [-c CHANNELS] [--debug]
- [--disable-plugins NAMES] [--display HOST:N] [--fitspkg NAME] [-g GEOM] [--modules NAMES] [--norestore] [--nosplash] [--numthreads NUM] [--opencv] [--opencl] [--opengl] [--plugins NAMES] [--profile] [--sep] [-t NAME] [--wcspkg NAME] [--log FILE] [--loglevel LEVEL] [--lognull] [--logsize NUMBYTES] [--logbackups NUM] [--rmlog] [--stderr] [-V]
Run the Ginga reference viewer.
optional arguments:¶
- -h, --help
- show this help message and exit
- --basedir NAME
- Specify Ginga configuration area
- --bufsize NUM
- Buffer length to NUM
- -c CHANNELS, --channels CHANNELS
- Specify list of channels to create
- --debug
- Enter the pdb debugger on main()
- --disable-plugins NAMES
- Specify plugins that should be disabled
- --display HOST:N
- Use X display on HOST:N
- --fitspkg NAME
- Prefer FITS I/O module NAME
- -g GEOM, --geometry GEOM
- X geometry for initial size and placement
- --modules NAMES
- Specify additional modules to load
- --norestore
- Don't restore the GUI from a saved layout
- --nosplash
- Don't display the splash screen
- --numthreads NUM
- Start NUM threads in thread pool
- --opencv
- Use OpenCv acceleration
- --opencl
- Use OpenCL acceleration
- --opengl
- Use OpenGL acceleration
- --plugins NAMES
- Specify additional plugins to load
- --profile
- Run the profiler on main()
- --sep
- Load files in separate channels
- -t NAME, --toolkit NAME
- Prefer GUI toolkit (gtk|qt)
- --wcspkg NAME
- Prefer WCS module NAME
- --log FILE
- Write logging output to FILE
- --loglevel LEVEL
- Set logging level to LEVEL
- --lognull
- Use a null logger
- --logsize NUMBYTES
- Set maximum logging level to NUMBYTES
- --logbackups NUM
- Set maximum number of backups to NUM
- --rmlog
- Remove log if present (don't append)
- --stderr
- Copy logging also to stderr
- -V, --version
- show program's version number and exit
July 2020 | ginga 3.1.0 |