Skip to content
Snippets Groups Projects
Commit faf19ffc authored by Alexander Pace's avatar Alexander Pace
Browse files

em_type and coinc_far added to superevent model. next step: add to superevent api requests

parent 25e355e1
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,10 @@ class Superevent(CleanSaveModel, AutoIncrementModel):
# superevent, we are going to use a database field to track it.
is_exposed = models.BooleanField(default=False)
# New O3b fields for RAVEN:
coinc_far = models.FloatField(null=True, blank=True)
em_type = models.CharField(blank=True, default=b'', max_length=100)
# Meta class --------------------------------------------------------------
class Meta:
ordering = ["-id"]
......
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