Skip to content

Commit

Permalink
Fix katdal import typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed May 22, 2024
1 parent abdf497 commit 0176cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daskms/apps/katdal_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def convert(self, value, param, ctx):
help="Chunking values to apply to each dimension " "for e.g. {time: 20, chan: 64}",
)
def katdal(ctx, rdb_url, output_store, no_auto, pols_to_use, applycal, chunks):
"""Export an observation in the SARAO archive to zarr formation
"""Export an observation from the SARAO archive to zarr format
RDB_URL is the SARAO archive link"""
from daskms.experimental.katdal import katdal_import
Expand Down

0 comments on commit 0176cce

Please sign in to comment.