Skip to content

Commit

Permalink
Updated the telescope and machines list to better match sigproc.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Aug 29, 2023
1 parent e9ffd7c commit 5853bc1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions python/bifrost/sigproc2.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,17 @@
6: 'GBT',
7: 'GMRT',
8: 'Effelsberg',
9: 'ATA',
9: 'Effelsberg LOFAR',
11: 'Unknown',
12: 'MWA',
20: 'CHIME',
10: 'UTR-2',
11: 'LOFAR',
52: 'LWA-OV',
53: 'LWA-SV'})
53: 'LWA-SV',
64: 'MeerKAT',
65: 'KAT-7',
82: 'eMerlin'})
_machines = defaultdict(lambda: 'unknown',
{0: 'FAKE',
1: 'PSPM',
Expand All @@ -128,6 +134,8 @@
6: 'SCAMP',
7: 'GMRTFB', # aka GBT Pulsar Spigot, SPIGOT
8: 'PULSAR2000',
9: 'UNKNOWN',
20: 'CHIME',
11: 'BG/P',
12: "PDEV",
20: 'GUPPI',
Expand Down

0 comments on commit 5853bc1

Please sign in to comment.