From 3b08216bd5c04bf0f55ae49bb97b524cdc228e44 Mon Sep 17 00:00:00 2001 From: Clare Shanahan Date: Sun, 12 Jan 2025 16:35:01 -0500 Subject: [PATCH] doc typo --- specreduce/extract.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specreduce/extract.py b/specreduce/extract.py index 8d4f1bc..77dba4d 100644 --- a/specreduce/extract.py +++ b/specreduce/extract.py @@ -248,8 +248,9 @@ class HorneExtract(SpecreduceOperation): extraction - by default, a 1D gaussian is fit and as a uniform profile across the spectrum. Alternativley, the ``self profile`` option may be chosen - when this option is chosen, the spatial profile will be sampled - at various locations (set by <>) and interpolated between to produce a - smoothly varying spatial profile across the spectrum. + (using a default of 10 sample bins, but can be modified with + ``spatial_profile``) and interpolated between to produce a smoothly varying + spatial profile across the spectrum. If using the Gaussian option for the spatial profile, a background profile may be fit (but not subtracted) simultaneously to the data. By default,