DistortionCorrectionBrownConrady

class ctapointing.camera.DistortionCorrectionBrownConrady(**kwargs: Any)

Bases: DistortionCorrection

Attributes Summary

coeff

An instance of a Python dict.

coeff_inv

An instance of a Python dict.

Methods Summary

apply_correction(coords)

apply_inverse_correction(coords_p)

Attributes Documentation

coeff

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

coeff_inv

An instance of a Python dict.

One or more traits can be passed to the constructor to validate the keys and/or values of the dict. If you need more detailed validation, you may use a custom validator method.

Changed in version 5.0: Added key_trait for validating dict keys.

Changed in version 5.0: Deprecated ambiguous trait, traits args in favor of value_trait, per_key_traits.

Methods Documentation

apply_correction(coords)
apply_inverse_correction(coords_p)