From b4bfa31e98c5cdc8f7bf27291cff9aba5ddca718 Mon Sep 17 00:00:00 2001 From: Jean Connelly Date: Sat, 11 Nov 2023 08:47:55 -0500 Subject: [PATCH] Update comment --- proseco/fid.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proseco/fid.py b/proseco/fid.py index 0e258de9..0df855bc 100644 --- a/proseco/fid.py +++ b/proseco/fid.py @@ -551,6 +551,8 @@ def get_fid_positions( "t_ccd_acq and date must be provided if PROSECO_ENABLE_FID_OFFSET is 'True'" ) + # Apply fid offset if t_ccd and date are provided + # (this is an "if" the case when enable_fid_offset_env is None) if t_ccd is not None and date is not None: dy, dz = get_fid_offset(date, t_ccd) yang += dy