Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Leo Pound Singer
ligo-followup-advocate
Commits
af197f46
Commit
af197f46
authored
Feb 20, 2020
by
Leo Pound Singer
Committed by
Brandon Piotrzkowski
Feb 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Bilby reference
Fixes
#64
.
parent
ad42750c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
ligo/followup_advocate/__init__.py
ligo/followup_advocate/__init__.py
+2
-1
ligo/followup_advocate/templates/macros.jinja2
ligo/followup_advocate/templates/macros.jinja2
+1
-0
ligo/followup_advocate/test/data/S5678/files/S5678-2-Update.xml
...ollowup_advocate/test/data/S5678/files/S5678-2-Update.xml
+1
-1
ligo/followup_advocate/test/data/S5678/files/bilby.fits.gz,0
ligo/followup_advocate/test/data/S5678/files/bilby.fits.gz,0
+0
-0
No files found.
ligo/followup_advocate/__init__.py
View file @
af197f46
...
...
@@ -30,7 +30,8 @@ def authors(authors, service=rest.DEFAULT_SERVICE_URL):
def
guess_skyloc_pipeline
(
comments
):
comments
=
comments
.
upper
()
skyloc_pipelines
=
[
'cWB'
,
'BAYESTAR'
,
'LIB'
,
'LALInference'
,
'UNKNOWN'
]
skyloc_pipelines
=
[
'cWB'
,
'BAYESTAR'
,
'Bilby'
,
'LIB'
,
'LALInference'
,
'UNKNOWN'
]
for
skyloc_pipeline
in
skyloc_pipelines
:
if
skyloc_pipeline
.
upper
()
in
comments
:
break
...
...
ligo/followup_advocate/templates/macros.jinja2
View file @
af197f46
...
...
@@ -241,4 +241,5 @@ Dictionary of common citations.
Dictionary of sky map citations.
{% set skymapcitations = {'bayestar': 'Singer & Price PRD 93, 024013 (2016)',
'bilby': 'Ashton et al. ApJS 241, 27 (2019)',
'lalinference': 'Veitch et al. PRD 91, 042003 (2015)'} %}
ligo/followup_advocate/test/data/S5678/files/S5678-2-Update.xml
View file @
af197f46
...
...
@@ -54,7 +54,7 @@
<Description>
Specific low-latency search
</Description>
</Param>
<Group
type=
"GW_SKYMAP"
name=
"LALInference"
>
<Param
name=
"skymap_fits"
dataType=
"string"
value=
"https://gracedb-playground.ligo.org/apibasic/superevents/S5678/files/
LALInference
.fits.gz,0"
ucd=
"meta.ref.url"
unit=
""
>
<Description>
Sky Map FITS basic auth protected
</Description>
<Param
name=
"skymap_fits"
dataType=
"string"
value=
"https://gracedb-playground.ligo.org/apibasic/superevents/S5678/files/
bilby
.fits.gz,0"
ucd=
"meta.ref.url"
unit=
""
>
<Description>
Sky Map FITS basic auth protected
</Description>
<Description>
Sky Map FITS
</Description>
</Param>
</Group>
...
...
ligo/followup_advocate/test/data/S5678/files/bilby.fits.gz,0
0 → 100644
View file @
af197f46
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment