Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gwcelery
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emfollow
gwcelery
Merge requests
!1379
Something went wrong on our end. Please try again!
Draft: Ingestion of SVOM ECLAIRS notices into LLAI workflow
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Ingestion of SVOM ECLAIRS notices into LLAI workflow
naresh.adhikari/gwcelery:addsvom
into
main
Overview
76
Commits
21
Pipelines
0
Changes
5
Open
Naresh Adhikari
requested to merge
naresh.adhikari/gwcelery:addsvom
into
main
1 year ago
Overview
26
Commits
21
Pipelines
0
Changes
5
Expand
This MR will ingest SVOM GRBs alerts detected by ECLAIRS instrument.
0
0
Merge request reports
Compare
version 2
version 20
c495da8e
11 months ago
version 19
0e18db98
11 months ago
version 18
273cdec0
11 months ago
version 17
8ca594e3
11 months ago
version 16
c5ebd5d0
11 months ago
version 15
a99211fe
1 year ago
version 14
5649e8b7
1 year ago
version 13
31fdba9e
1 year ago
version 12
7e0665ce
1 year ago
version 11
f2857c57
1 year ago
version 10
cb9aaf82
1 year ago
version 9
8e82dabe
1 year ago
version 8
9605306c
1 year ago
version 7
34aa5436
1 year ago
version 6
7797f9e6
1 year ago
version 5
afba8fb8
1 year ago
version 4
340c4d68
1 year ago
version 3
3f30e9ff
1 year ago
version 2
a53115c3
1 year ago
version 1
c18135b3
1 year ago
main (base)
and
version 3
latest version
ca39d8b2
21 commits,
10 months ago
version 20
c495da8e
20 commits,
11 months ago
version 19
0e18db98
19 commits,
11 months ago
version 18
273cdec0
18 commits,
11 months ago
version 17
8ca594e3
17 commits,
11 months ago
version 16
c5ebd5d0
16 commits,
11 months ago
version 15
a99211fe
15 commits,
1 year ago
version 14
5649e8b7
14 commits,
1 year ago
version 13
31fdba9e
13 commits,
1 year ago
version 12
7e0665ce
12 commits,
1 year ago
version 11
f2857c57
11 commits,
1 year ago
version 10
cb9aaf82
10 commits,
1 year ago
version 9
8e82dabe
9 commits,
1 year ago
version 8
9605306c
8 commits,
1 year ago
version 7
34aa5436
7 commits,
1 year ago
version 6
7797f9e6
6 commits,
1 year ago
version 5
afba8fb8
5 commits,
1 year ago
version 4
340c4d68
4 commits,
1 year ago
version 3
3f30e9ff
3 commits,
1 year ago
version 2
a53115c3
2 commits,
1 year ago
version 1
c18135b3
1 commit,
1 year ago
Show latest version
5 files
+
10
−
93
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
gwcelery/tasks/external_skymaps.py
+
1
−
1
Options
@@ -46,7 +46,7 @@ NOTICE_TYPE_DICT = {
'
112
'
:
'
FERMI_GBM_GND_POS
'
,
'
115
'
:
'
FERMI_GBM_FINAL_POS
'
,
'
131
'
:
'
FERMI_GBM_SUBTHRESHOLD
'
,
'
153
'
:
'
SVOM_ECLAIRS_ALERT
'
'
576
'
:
'
SVOM_ECLAIRS_ALERT
'
}
Loading