Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sigpyproc/io/sigproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
"CHIME": 20,
"MWA": 30,
"MeerKAT": 64,
"NC": 40,
"NGNC": 41,
},
)
"""Telescope IDs recognised by the sigproc package."""
Expand All @@ -82,6 +84,8 @@
"MWA-VCS": 30,
"MWAX-VCS": 31,
"MWAX-RTB": 32,
"ADU": 40,
"iTPM": 41,
},
)
"""Machine IDs recognised by the sigproc package."""
Expand Down
Loading