File: __init__.py

package info (click to toggle)
python-spectral 0.22.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,064 kB
  • sloc: python: 13,161; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
6
7
from __future__ import absolute_import, division, print_function, unicode_literals

from .graphics import (save_rgb, view, view_indexed, view_cube, view_nd,
                      get_rgb)
from .spypylab import imshow, ImageView
from .colorscale import ColorScale