From e89ca15c5b99c22834dcd99eeca95c5fe16075bd Mon Sep 17 00:00:00 2001 From: tgalvin Date: Fri, 5 Jul 2024 22:14:08 +1000 Subject: [PATCH] fixed type / add changelog --- CHANGELOG.md | 1 + flint/prefect/flows/continuum_pipeline.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2009683d..8b6e8332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - added reading of ArchiveOptions from strategy file for continuum pipeline and `flint_archive` - Adaptive colour bar scaling in the rms validation plot - Create multiple linmos images if `--fixed-beam-shape` specified, one at an optimal common resolution and another at the specified resolution +- Dump the `FieldOptions` to the output science directory ## 0.2.4 diff --git a/flint/prefect/flows/continuum_pipeline.py b/flint/prefect/flows/continuum_pipeline.py index 78e5c5e4..484ec6de 100644 --- a/flint/prefect/flows/continuum_pipeline.py +++ b/flint/prefect/flows/continuum_pipeline.py @@ -158,7 +158,7 @@ def process_science_fields( output_path=add_timestamp_to_path( input_path=output_split_science_path / "field_options.yaml" ), - field_optios=field_options, + field_options=field_options, ) archive_wait_for: List[Any] = []