autowisp.bui_util module
Class Inheritance Diagram

View for displaying FITS images.
- autowisp.bui_util._log_transform(pixel_values, parameter=1000.0)[source]
Perform the same log-transform as DS9.
- autowisp.bui_util._pow_transform(pixel_values, parameter=1000.0)[source]
Perform the same pow transfom as DS9.
- autowisp.bui_util._sqrt_transform(pixel_values)[source]
Use square root of the pixel values as intensity.
- autowisp.bui_util._square_transform(pixel_values)[source]
Use the square of the pixel values as intensity.