Add more fields to parse GRB voevents; Fixes #154
1 unresolved thread
1 unresolved thread
Compare changes
+ 7
− 5
@@ -643,7 +643,8 @@ def populateGrbEventFromVOEventFile(filename, event):
@@ -659,8 +660,9 @@ def populateGrbEventFromVOEventFile(filename, event):
Should we add a
break
statement after this line, as is done for thetrigger_duration
?Added it