From 9f79ebdf9229c1b3302385a36ea59681fbe97d50 Mon Sep 17 00:00:00 2001 From: Joaquin Ruiz Luque <8709870+jruizluque@users.noreply.github.com> Date: Tue, 27 Jan 2026 23:42:31 -0300 Subject: [PATCH] Fix typo in export window message --- hops/application_6_fitting.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hops/application_6_fitting.py b/hops/application_6_fitting.py index 846273d..e847a85 100644 --- a/hops/application_6_fitting.py +++ b/hops/application_6_fitting.py @@ -940,8 +940,8 @@ def export_window_update(self): 'are applied:\n\n' \ '1. Half of the exposure time is added as the time-stamp required on ETD ' \ 'referes to the exposure mid-time\n' \ - '2. The uncertainties are mupliplied by 1/SQRT(gain) to represent the ' \ - 'uncertainies in electrons rather than counts.\n\n'\ + '2. The uncertainties are multiplied by 1/SQRT(gain) to represent the ' \ + 'uncertainties in electrons rather than counts.\n\n'\ 'When uploading you will need to use the following details:\n' \ 'Planet: {0}\n'\ 'JD format: geocentric\n'\