DistortionCorrectionBrownConrady
- class ctapointing.camera.DistortionCorrectionBrownConrady(**kwargs: Any)
Bases:
DistortionCorrectionAttributes Summary
An instance of a Python dict.
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,traitsargs in favor ofvalue_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,traitsargs in favor ofvalue_trait,per_key_traits.
Methods Documentation
- apply_correction(coords)
- apply_inverse_correction(coords_p)