Skip to content
Snippets Groups Projects
Commit cbe8409d authored by Branson Stephens's avatar Branson Stephens
Browse files

Merge branch 'master' into tag_dev

parents 1a0aaf5d c36c4b1b
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,8 @@ class Event(models.Model):
return "G%04d" % self.id
def weburl(self):
# XXX Not good. But then, it never was.
return "https://gracedb.ligo.org/gracedb-files/%s" % self.graceid()
return "https://ldas-jobs.phys.uwm.edu/gracedb/data/%s" % self.graceid()
def clusterurl(self):
......
......@@ -62,7 +62,7 @@ gpsQ = gpsQ.setParseAction(maybeRange("gpstime"))
# run ids
runmap = {
"ER3" : (1044136816, 1100000000), # Feb 5 16:00:00 CST 2013 - ??
"ER3" : (1044136816, 1045785616), # Feb 5 16:00:00 CST 2013 - Mon Feb 25 00:00:00 GMT 2013
#"ER2" : (1026061216, 1028480416),
#"ER2" : (1026069984, 1028480416), # soft start
"ER2" : (1026666016, 1028480416), # Jul 18 17:00:00 GMT 2012 - Aug 8 17:00:00 GMT 2012
......
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