Skip to content

Commit

Permalink
Merge pull request #158 from sot/taldcroft-patch-1
Browse files Browse the repository at this point in the history
Update docstring in drift.py
  • Loading branch information
taldcroft authored Oct 24, 2023
2 parents b726383 + 640e40c commit 833e461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chandra_aca/drift.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ def calc(self, times, t_ccd):
``times`` and ``t_ccd``. The two arrays are broadcasted to match.
The returned drifts are in arcsec and provide the expected aspect solution
SIM DY or DZ values in mm. This can be converted to a drift in arcsec via
the scale factor 20.493 arcsec/mm.
SIM DY or DZ values in arcsec. This can be converted to a drift in mm
(corresponding to units in an ASOL file) via the scale factor 20.493 arcsec/mm.
Parameters
----------
Expand All @@ -131,7 +131,7 @@ def calc(self, times, t_ccd):
Returns
-------
array of ASOL SIM DY/DZ (mm)
array of ASOL SIM DY/DZ (arcsec)
"""
# The drift model is calibrated assuming t_ccd is in degF, but we want inputs
# in degC, so convert at this point.
Expand Down

0 comments on commit 833e461

Please sign in to comment.