diff --git a/sigpyproc/io/sigproc.py b/sigpyproc/io/sigproc.py index c8cafd8..df14eb5 100644 --- a/sigpyproc/io/sigproc.py +++ b/sigpyproc/io/sigproc.py @@ -59,6 +59,8 @@ "CHIME": 20, "MWA": 30, "MeerKAT": 64, + "NC": 40, + "NGNC": 41, }, ) """Telescope IDs recognised by the sigproc package.""" @@ -82,6 +84,8 @@ "MWA-VCS": 30, "MWAX-VCS": 31, "MWAX-RTB": 32, + "ADU": 40, + "iTPM": 41, }, ) """Machine IDs recognised by the sigproc package."""