hyperion.model.Image¶
-
class
hyperion.model.Image(nu, val=None, unc=None, units=None)¶ Class to represent an image or set of images
- Parameters
- nundarray
The frequencies at which the image is defined, in Hz
- valndarray, optional
The values for the image. The last dimensions should match the number of frequencies.
- uncndarray, optional
The uncertainties for the image values. The last dimensions should match the number of frequencies.
- unitsstr
The units of the values
Attributes
wavThe wavelengths for which the image is defined (in microns).
nuThe frequencies for which the image is defined (in Hz).
valThe image values (fluxes, flux densities, surface brightness, or polarization) in the units given by the
.unitproperty.uncThe uncertainties on the image values in the units given by the
.unitproperty.unitThe units of the image values.
x_minLower extent of the image in the x direction (in cm).
x_maxUpper extent of the image in the x direction (in cm).
y_minLower extent of the image in the y direction (in cm).
y_maxUpper extent of the image in the y direction (in cm).
lon_minLower extent of the image in the x direction (in degrees).
lon_maxUpper extent of the image in the x direction (in degrees).
lat_minLower extent of the image in the y direction (in degrees).
lat_maxUpper extent of the image in the y direction (in degrees).
distanceDistance assumed for the image (in cm).
pix_area_srPixel area (in steradians).
inside_observerWhether the image was from an inside observer.