From c289e02c4dd8640758df87a07646c6d65f438195 Mon Sep 17 00:00:00 2001 From: Jean Connelly Date: Sun, 29 Oct 2023 09:18:14 -0400 Subject: [PATCH] Fix doc flake8 --- chandra_aca/drift.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chandra_aca/drift.py b/chandra_aca/drift.py index 6bd1f7a..9c5ea3b 100644 --- a/chandra_aca/drift.py +++ b/chandra_aca/drift.py @@ -185,10 +185,10 @@ def get_fid_offset(time: CxoTimeLike, t_ccd: float) -> tuple: Notes ----- - The apparent fid light positions change in accordance with the ACA alignment drift as a function - of time and temperature. This is captured in the ACA aimpoint drift model. This function uses that - model to provide the offsets in y-angle and z-angle (arcsec) to apply additively to the nominal - fid positions. + The apparent fid light positions change in accordance with the ACA alignment drift as a + function of time and temperature. This is captured in the ACA aimpoint drift model. This + function uses that model to provide the offsets in y-angle and z-angle (arcsec) to apply + additively to the nominal fid positions. The y_offset and z_offset values in this function were calibrated using the 2022-11 aimpoint drift model and the FEB07 fid characteristics.