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] = []