TestDetector

class esis.optics.test_detector.TestDetector

Bases: object

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__()

Initialize self.

test_clear_half_height(detector_example)

test_clear_half_width(detector_example)

test_clear_height(detector_example)

test_clear_width(detector_example)

test_convert_adu_to_electrons(detector_example)

test_convert_adu_to_photons(detector_example)

test_convert_electrons_to_photons(…)

test_num_pixels_all(detector_example)

test_pixel_half_width(detector_example)

test_quadrants(detector_example)

test_readout_noise_image(detector_example)

test_remove_inactive_pixels(detector_example)

test_surface(detector_example)

test_transform(detector_example)

Inheritance Diagram

Inheritance diagram of esis.optics.test_detector.TestDetector

test_clear_half_height(detector_example)
test_clear_half_width(detector_example)
test_clear_height(detector_example)
test_clear_width(detector_example)
test_convert_adu_to_electrons(detector_example)
test_convert_adu_to_photons(detector_example)
test_convert_electrons_to_photons(detector_example)
test_num_pixels_all(detector_example)
test_pixel_half_width(detector_example)
test_quadrants(detector_example)
test_readout_noise_image(detector_example)
test_remove_inactive_pixels(detector_example)
test_surface(detector_example)
test_transform(detector_example)