evaluate_temperature_dependent_alignment¶
- giant.calibration.estimators.alignment.temperature_dependent.evaluate_temperature_dependent_alignment(alignment, temperature)[source]¶
This function takes a fit temperature dependent alignment solution and evaluates what the alignment rotation is at a specified temperature.
Essentially, we compute the euler angles specified by the alignment for the requested temperature and then convert the angles into a
Rotation
object using the specified order.- Parameters:
alignment (TemperatureDependentResults)
temperature (float)
- Return type: