| | |
- statstruct
- exceptions.Exception(exceptions.BaseException)
-
- EclipseError
class statstruct |
| |
A class to hold image statistics.
Each instance has the following attributes
min_pix -- The minimum value
max_pix -- The maximum value
avg_pix -- The average value
median -- The median value
stdev -- The standard deviation
energy -- The total energy
flux -- The total flux
absflux -- The total absolute flux
min_x -- The x-coordinate of the minimum value
min_y -- The y-coordinate of the minimum value
max_x -- The x-coordinate of the maximum value
max_y -- The y-coordinate of the maximum value
npix -- The total number of pixels |
| |
Methods defined here:
- __init__(self, stat_tuple)
| |