- 20 Mar, 2020 3 commits
-
-
Leo P. Singer authored
-
Alexander Pace authored
-
Alexander Pace authored
-
- 19 Mar, 2020 2 commits
-
-
Alexander Pace authored
-
Alexander Pace authored
packing the LVAlert with more information: including extra_attributes in the superevent dict --> event dict---< lvalert. It was already included in the httpresponse.
-
- 18 Mar, 2020 1 commit
-
-
Alexander Pace authored
-
- 16 Mar, 2020 1 commit
-
-
Alexander Pace authored
configure space/time_coinc_far from API, incorporate voevent changes.
-
- 13 Mar, 2020 3 commits
-
-
Alexander Pace authored
modify the superevent model so that: 1) coinc_far --> time_coinc_far 2) new db column: space_coinc far. These are now available as part of the API response, but the client code needs to be modified to edit these values in updateSuperevent.
-
Alexander Pace authored
-
Alexander Pace authored
-
- 12 Mar, 2020 3 commits
-
-
Alexander Pace authored
-
Alexander Pace authored
-
Alexander Pace authored
This is going to increase the size of the LVALert packet. But from what i've seen: https://dcc.ligo.org/LIGO-T1800079 the network can handle the traffic. I'm going to monitor playground once it goes live there and make a judgement call about deciding what to include in production.
-
- 11 Mar, 2020 2 commits
-
-
Alexander Pace authored
by proxy it also gets added to the LVALert. This also addresses: https://git.ligo.org/lscsoft/gracedb/issues/184 since a user can now just query an obj['object']['preferred_event_data']['offline'] dict entry.
-
Alexander Pace authored
-
- 05 Mar, 2020 4 commits
-
-
Alexander Pace authored
-
Alexander Pace authored
I still need to add some tests, and will probably have to tweak conditional logic, but it works so far.
-
Alexander Pace authored
-
Alexander Pace authored
django 2.2.0, django-guardian-2.2.0, new search labels, caching fixes
-
- 04 Mar, 2020 2 commits
-
-
Alexander Pace authored
get_from_env() stores this value as a string, but django settings needs it as an integer. pages fail to load otherwise!
-
Alexander Pace authored
-
- 26 Feb, 2020 1 commit
-
-
Alexander Pace authored
From what i can tell, this was never implemented. Fixes this issue: https://git.ligo.org/lscsoft/gracedb/issues/194
-
- 25 Feb, 2020 1 commit
-
-
Alexander Pace authored
-
- 21 Feb, 2020 1 commit
-
-
Alexander Pace authored
if the 'is_exposed' boolean is 'True', then the superevent is public. changing the response so that it's 'is_public' would require more than a two-line change.
-
- 10 Feb, 2020 1 commit
-
-
Alexander Pace authored
In support of: https://git.ligo.org/lscsoft/gracedb/merge_requests/32 Ingests a 'FAR' field in Hz and adds it to the event data model. If the field is present, then show it in the GRB event table on the detail page.
-
- 06 Feb, 2020 2 commits
-
-
Alexander Pace authored
-
Alexander Pace authored
This allows for persistent database connections for workers.
-
- 15 Jan, 2020 2 commits
-
-
Alexander Pace authored
Adds KAGRA as a preferred idp on the shib login screen
-
Alexander Pace authored
-
- 10 Jan, 2020 1 commit
-
-
Alexander Pace authored
Adding NOT_GRB and EXT_SKYMAP_READY labels in support of emfollow/gwcelery!725
-
- 09 Jan, 2020 1 commit
-
-
Alexander Pace authored
From what I can gather, there was a time when likelihood and gpstime were integers for CWB events, and so there was an explicit casting of them to integers. Brandon removed gpstime, but left in likelihood before during ER6. Oops.
-
- 08 Jan, 2020 1 commit
-
-
Alexander Pace authored
-
- 31 Dec, 2019 2 commits
-
-
Alexander Pace authored
-
Alexander Pace authored
KAGRA members send a different ldap group name (ldap_name) but the current group stsructure doesn't allow for that. This is a pretty invasive restructuring that basically adds a many-to-one relationship map different ldap names to the same group. I think the tests are still failing, but they should be restructured.
-
- 18 Dec, 2019 1 commit
-
-
Alexander Pace authored
It looks like the previous check that determined if the file_version was None is broken in python3: https://stackoverflow.com/questions/8961005/comparing-none-with-built-in-types-using-arithmetic-operators So the comparison of log.file_version=None >=0 would error out. I added the conditional to the top of the block and combined a couple of lines.
-
- 17 Dec, 2019 2 commits
-
-
Alexander Pace authored
For S191216ap, the p_terrestrial value was so small: pastro_values=[('BNS', 0.0), ('NSBH', 0.0), ('BBH', 0.0), ('Terrestrial', 8.427577149405988e-16), ('MassGap', 0.9999999999999991)] python was converting it to a NoneType, which would then fail when you tried to sort or compare values. So, for this view, convert NoneType probabilities to 0.0.
-
Alexander Pace authored
-
- 12 Dec, 2019 1 commit
-
-
Alexander Pace authored
specifying dataType="float" would cause encoding errors when passed into voeventlib. this change uses autoconvert for all float-type data parameters.
-
- 10 Dec, 2019 1 commit
-
-
Alexander Pace authored
The xmldoc write was never being closed on event upload and so the original copy of the coinc.xml file was never created. Fixed now.
-
- 02 Dec, 2019 1 commit
-
-
Alexander Pace authored
-