Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Aug 22, 2024
1 parent 428dd7f commit 083027e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pfb/parser/hci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pfb/workers/hci.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 083027e

Please sign in to comment.