Skip to content
Snippets Groups Projects
Commit 2fa83d94 authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

Added VLBI ingestion type

parent 2116b2b5
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1412WS-1571: Modify ingest_envoy to work with GMVA and VLBI observations
Pipeline #10735 failed
...@@ -49,6 +49,7 @@ class Telescope(Enum): ...@@ -49,6 +49,7 @@ class Telescope(Enum):
EVLA = "EVLA" EVLA = "EVLA"
ALMA = "ALMA" ALMA = "ALMA"
VLBA = "VLBA" VLBA = "VLBA"
VLBI = "VLBI"
GBT = "GBT" GBT = "GBT"
GMVA = "GMVA" GMVA = "GMVA"
NONE = "NONE" NONE = "NONE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment