Skip to content

Commit

Permalink
Add remark on time integration for 1-3 mm obs
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarcote committed Dec 19, 2023
1 parent fae4d55 commit deccc55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/vlbiplanobs
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ app.layout = html.Div([
html.Label('Integration time (s)'),
*ge.tooltip(idname='popover-inttime',
message="Integration time to compute each visibility. Note that for continuum " \
"observations values of 1-2 seconds are typical."),
"observations values of 1-2 seconds are typical are cm wavelengths. " \
"Or 0.5-1 s for milimeter observations."),
dcc.Dropdown(id='inttime', placeholder="Select integration time...",
options=[{'label': fs.inttimes[it], 'value': it} \
for it in fs.inttimes], value=2, persistence=True),
Expand Down

0 comments on commit deccc55

Please sign in to comment.