diff --git a/app.py b/app.py index 578e459..5bf9ecb 100755 --- a/app.py +++ b/app.py @@ -598,7 +598,7 @@ def update_onsourcetime_label(n_clicks, a_wavelength): ],className='tex2jax_ignore') ])]) ]), - dcc.Tab(label='Coverage', className='custom-tab', + dcc.Tab(label='UV Coverage', className='custom-tab', selected_className='custom-tab--selected', children=[ # Images html.Div(className='row justify-content-center', children=[ diff --git a/vlbiplanobs/graphical_elements.py b/vlbiplanobs/graphical_elements.py index 5e39330..0df95d5 100644 --- a/vlbiplanobs/graphical_elements.py +++ b/vlbiplanobs/graphical_elements.py @@ -258,7 +258,7 @@ def summary_card_fov(app, obs): className='align-self-center')])] temp_msg += [f"The Field of View would be limited by time smearing to {optimal_units(tm_smearing, [u.arcmin, u.arcsec]):.3n} and by frequency smearing to {optimal_units(bw_smearing, [u.arcmin, u.arcsec]):.3n} (considering a 10% loss)."] temp_msg += [f"Considering the shortest baseline in the array, " - "you will filter out emission on angular scales larger than " + "you will resolve out emission on angular scales larger than " f"{optimal_units(largest_ang_scales, [u.arcmin, u.arcsec, u.mas]):.3n}."] return create_sensitivity_card('FoV limitations', temp_msg)