Channel¶
- class mpdaf.drs.Channel(extname, filename)[source]¶
Bases:
object
Channel object corresponds to an extension of a MUSE raw FITS file.
- Parameters:
- Attributes:
Methods Summary
get_bias_level
(det_out)computes median value of the overscanned pixels.
get_image
([det_out, bias])Return an Image object.
get_image_just_overscan
([det_out])Return an Image object in which only overscanned pixels are not masked.
get_image_mask_overscan
([det_out])Return an Image object in which overscanned pixels are masked.
get_trimmed_image
([det_out, bias])Return an Image object without over scanned pixels.
overscan
([copy])Return a masked array where only overscan pixels are not masked.
trimmed
([copy])Return a masked array where overscan pixels are masked.
Methods Documentation
- get_image_just_overscan(det_out=None)[source]¶
Return an Image object in which only overscanned pixels are not masked.
- get_image_mask_overscan(det_out=None)[source]¶
Return an Image object in which overscanned pixels are masked.