Skip to content

Commit

Permalink
Make clearer that smearing is radius value
Browse files Browse the repository at this point in the history
  • Loading branch information
Benito Marcote committed Mar 1, 2024
1 parent 43307ef commit c52e0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlbiplanobs/graphical_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def summary_card_fov(app, obs):
bmin=f"{2*smearing_ratio}rem",
pa="0deg", color="white", z_index=4, position='absolute',
className='align-self-center')])]
temp_msg += [f"The Field of View would be limited by time smearing to "
temp_msg += [f"The Field of View would be limited by time smearing to a radius of "
f"{optimal_units(tm_smearing, [u.arcmin, u.arcsec]):.3n} and by frequency smearing to "
f"{optimal_units(bw_smearing, [u.arcmin, u.arcsec]):.3n} (considering a 10% loss), "
"if no further time/frequency averaging is performed."]
Expand Down

0 comments on commit c52e0cc

Please sign in to comment.