-
Notifications
You must be signed in to change notification settings - Fork 3
/
icare.yaml.defaults
341 lines (301 loc) · 8.25 KB
/
icare.yaml.defaults
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
app:
title: Icare
factory: skyportal.app_server_icare.make_app_icare
observation_plan:
default_filters: ['ztfg', 'ztfr', 'ztfi']
use_skyportal_fields: False
routes:
- path: "/"
component: templates/DashboardGrandma
exact: True
- path: "/source/:id"
component: source/Source
- path: "/favorites"
component: listing/FavoritesPage
- path: "/gcn_events/:dateobs"
component: gcn/GcnEventPage
- path: "/groups"
component: group/Groups
- path: "/group/:id"
component: group/Group
- path: "/profile"
component: user/Profile
- path: "/candidates"
component: candidate/CandidateList
- path: "/sources"
component: source/SourceList
- path: "/user/:id"
component: user/UserInfo
- path: "/upload_photometry/:id"
component: photometry/UploadPhotometry
- path: "/about"
component: About
- path: "/run/:id"
component: observing_run/RunSummary
- path: "/source/:obj_id/analysis/:analysis_id"
component: source/SourceAnalysisPage
- path: "/share_data/:id"
component: source/ShareDataForm
- path: "/filter/:fid"
component: filter/Filter
- path: "/runs"
component: observing_run/ObservingRunPage
- path: "/allocations"
component: allocation/AllocationPage
- path: "/allocation/:id"
component: allocation/AllocationSummary
- path: "/instrument/:id"
component: instrument/InstrumentSummary
- path: "/telescope/:id"
component: telescope/TelescopeSummary
- path: "/observations"
component: observation/ObservationPage
- path: "/galaxies"
component: galaxy/GalaxyPage
- path: "/spatial_catalogs"
component: spatial_catalog/SpatialCatalogPage
- path: "/followup_requests"
component: followup_request/FollowupRequestPage
- path: "/group_sources/:id"
component: group/GroupSources
- path: "/user_management"
component: user/UserManagement
- path: "/upload_spectrum/:id"
component: spectrum/UploadSpectrum
- path: "/observability/:id"
component: source/Observability
- path: "/source/:id/finder"
component: FindingChart
- path: "/source/:id/periodogram"
component: Periodogram
- path: "/db_stats"
component: DBStats
- path: "/gcn_events"
component: gcn/GcnEvents
- path: "/telescopes"
component: telescope/TelescopePage
- path: "/instruments"
component: instrument/InstrumentPage
- path: "/mmadetectors"
component: mma_detector/MMADetectorPage
- path: "/earthquakes"
component: earthquake/EarthquakesPage
- path: "/earthquakes/:event_id"
component: earthquake/EarthquakePage
- path: "/services"
component: analysis/AnalysisServicePage
- path: "/recurring_apis"
component: RecurringAPIPage
- path: "/shifts"
component: shift/ShiftNoId
- path: "/shifts/:id"
component: shift/ShiftWithId
- path: "/summary_search"
component: summary/SummarySearch
- path: "/taxonomies"
component: taxonomy/TaxonomyPage
- path: "/tns_robots"
component: tns/TNSRobotsPage
- path: "/tns_robot/:id/submissions"
component: tns/TNSRobotSubmissionsPage
sidebar:
# See https://material-ui.com/components/material-icons/
- name: main
subitems:
- name: Dashboard
icon: Home
url: /
- name: GW/GRB/Neutrino
icon: SettingsInputAntenna
url: /gcn_events
- name: Sources
icon: Storage
url: /sources
- name: Candidates
icon: Search
url: /candidates
- name: Favorites
icon: Star
url: /favorites
- name: Shifts
icon: SubwayRounded
url: /shifts
- name: Groups
icon: GroupWork
url: /groups
- name: Telescopes
icon: MyLocation
url: /telescopes
- name: Instruments
icon: Wifi
url: /instruments
- name: Followup Requests
icon: WorkOutlined
url: /followup_requests
- name: Observing Runs
icon: LocalCafe
url: /runs
- name: Other
icon: MoreHoriz
subitems:
- name: MMADetectors
icon: Abc
url: /mmadetectors
- name: Allocations
icon: HourglassEmptyOutlined
url: /allocations
- name: Observations
icon: ZoomInOutlined
url: /observations
- name: TNS Robots
icon: Assignment
url: /tns_robots
- name: Earthquakes
icon: PieChart
url: /earthquakes
- name: Galaxies
icon: TornadoOutlined
url: /galaxies
- name: Spatial Catalogs
icon: PhotoSizeSelectLargeOutlined
url: /spatial_catalogs
- name: Analysis Services
icon: SentimentSatisfied
url: /services
- name: Recurring API
icon: Restore
url: /recurring_apis
- name: Taxonomies
icon: WallpaperOutlined
url: /taxonomies
- name: About
icon: Info
url: /about
- name: Admin
icon: AdminPanelSettings
permissions: ["Manage users", "System admin"]
subitems:
- name: DB Stats
icon: Assessment
permissions: ["System admin"]
url: /db_stats
- name: User Management
icon: Group
permissions: ["Manage users", "System admin"]
url: /user_management
dashboard_grandma_widgets:
RecentGcnEvents:
resizeable: true
minW: 2
layouts:
xlg: [0, 0, 6, 2]
lg: [0, 0, 6, 2]
md: [0, 0, 5, 3]
sm: [0, 0, 6, 2]
xs: [0, 0, 4, 3]
TelescopeMapDashboard:
resizeable: true
minW: 2
layouts:
xlg: [0, 2, 6, 2]
lg: [0, 2, 5, 3]
md: [0, 6, 6, 2]
sm: [0, 5, 6, 4]
xs: [0, 9, 4, 3]
RecentSources:
resizeable: true
minW: 2
layouts:
xlg: [6, 0, 5, 3]
lg: [6, 0, 6, 2]
md: [5, 0, 5, 3]
sm: [0, 2, 3, 3]
xs: [0, 3, 4, 3]
# FollowUpAdvocates:
# resizeable: true
# minW: 2
# layouts:
# xlg: [6, 3, 5, 2]
# lg: [5, 2, 4, 3]
# md: [0, 3, 5, 3]
# sm: [0, 9, 3, 3]
# xs: [0, 12, 4, 2]
NewsFeed:
resizeable: true
minW: 2
layouts:
xlg: [11, 0, 5, 5]
lg: [9, 2, 3, 3]
md: [5, 3, 5, 3]
sm: [3, 2, 3, 3]
xs: [0, 6, 4, 3]
database:
database: skyportal
host: localhost
port: 5432
user: skyportal
password:
server:
protocol: http # UPDATE IN PROD
host: localhost # UPDATE IN PROD
port: 5000 # UPDATE IN PROD
ssl: False # UPDATE IN PROD
processes: 4 # UPDATE IN PROD
dedicated_frontend_processes: 2 # UPDATE IN PROD
auth:
debug_login: True # UPDATE IN PROD
iam_oauth2_key:
iam_oauth2_secret:
iam_oauth2_timeout: 15
services:
dask: False
notifications:
enabled: True
user:
default_role: 'Full user'
default_groups: ['GRANDMA']
default_acls: ['Manage shifts']
fink:
fink_topics:
- fink_kn_candidates_ztf
- fink_early_kn_candidates_ztf
- fink_rate_based_kn_candidates_ztf
fink_username: null
fink_password: null
fink_group_id: null
fink_servers: null
skyportal_group: Fink
skyportal_token: null
skyportal_url: http://localhost:5000
testing: false
whitelisted: true
gcn:
notice_types:
- SWIFT_BAT_GRB_LC
- SWIFT_BAT_GRB_POS_ACK
- SWIFT_XRT_POSITION
- ICECUBE_ASTROTRACK_GOLD
- ICECUBE_ASTROTRACK_BRONZE
- LVC_INITIAL
- LVC_UPDATE
- LVC_TEST
- LVC_RETRACTION
- LVC_PRELIMINARY
json_notice_types:
- einstein_probe.wxt.alert
- icecube.lvk_nu_track_search
reject_tags:
- 'MDC'
- 'Subthreshold'
- 'StarTrack_Lost_Lock'
external_logging:
sentry:
endpoint:
# Set traces_sample_rate to 1.0 to capture 100%
# of transactions for performance monitoring.
# Sentry recommends adjusting this value in production.
traces_sample_rate: 0.25
# Set profiles_sample_rate to 1.0 to profile 100%
# of sampled transactions.
# We recommend adjusting this value in production.
profiles_sample_rate: 1.0