From 083027ed816b9c35c287d6f1d7634852e7814992 Mon Sep 17 00:00:00 2001 From: landmanbester Date: Thu, 22 Aug 2024 14:17:53 +0200 Subject: [PATCH] typo --- pfb/parser/hci.yaml | 2 +- pfb/workers/hci.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pfb/parser/hci.yaml b/pfb/parser/hci.yaml index 3706f03c..caa178c1 100644 --- a/pfb/parser/hci.yaml +++ b/pfb/parser/hci.yaml @@ -82,7 +82,7 @@ inputs: Default (-1, 0, None) -> dataset per scan. channels-per-image: dtype: int - abbreviation: cpgi + abbreviation: cpi default: -1 info: Number of channels per image for gridding resolution. diff --git a/pfb/workers/hci.py b/pfb/workers/hci.py index 92bad336..223ad118 100644 --- a/pfb/workers/hci.py +++ b/pfb/workers/hci.py @@ -256,7 +256,7 @@ def _hci(**kw): print(f"No weights provided, using unity weights", file=log) if opts.model_column is not None: - columns += (opts.model_column) + columns += (opts.model_column,) schema[opts.model_column] = {'dims': ('chan', 'corr')} xds = xds_from_ms(ms,