autowisp.tests.test_calibrate module

Class Inheritance Diagram

Inheritance diagram of FITSTestCase, TestCalibrate

Test cases for image calibration.

class autowisp.tests.test_calibrate.TestCalibrate(methodName='runTest')[source]

Bases: FITSTestCase

Inheritance diagram of autowisp.tests.test_calibrate.TestCalibrate

Test cases for image calibration.

_test_calibration(input_imtype, **masters)[source]

Perform a calibration step and test outputs match expectations.

test_bias_calibration()[source]

Check if bias calibration works as expected.

test_dark_calibration()[source]

Check if dark calibration works as expected.

test_flat_calibration()[source]

Check if flat calibration works as expected.

test_object_calibration()[source]

Check if flat calibration works as expected.