Class Image

Here is the output of the PySpectra.Image? command:

 
In [4]: PySpectra.Image?
Init signature: PySpectra.Image(name=None, **kwargs)
Docstring:     
a Image a 2D data array

Constructors: 
  PySpectra.Image( name = 'name', data = data)
  PySpectra.Image( name = 'name', data = data, 
                   transform = 'hough', 
                   angleStep_hough = angleStep, 
                   linesAreWhite_hough = linesAreWhite 
                   valueThreshold_hough = valueThreshold)

  PySpectra.Image( name = 'name', 
                   xMin = xmin, xMax = xmax, 
                   yMin = ymin, yMax = ymax, 
                   width = width, height = height)

The attributes: 
    autoscale     default: True
    colorMap:     default: nipy_spectral
    estimatedMax: make a guess about the values to be expectd, def.: 100
    height
    isChecked     bool, whether it is displayed
    listWidgetItem used yp pySpectraQuiClass to store the item of the GQE list
    log:          bool, def. false
    modulo:       def.: -1  (modulo disables)
    width: 
    xLabel
    yLabel
    cx            for Julia sets
    cy
    xMin: 
    xMax: 
    yMin: 
    yMax: 
File:           /usr/lib/python3/dist-packages/PySpectra/GQE.py
Type:           type