Use get_full_station_name in notebook

pull/2/head
Tammo Jan Dijkema 2020-03-18 11:50:33 +01:00
parent e2a3bd320e
commit b395b2a136
2 changed files with 59 additions and 57 deletions

File diff suppressed because one or more lines are too long

View File

@ -31,7 +31,8 @@ from .lofarimaging import nearfield_imager, sky_imager, skycoord_to_lmn
__all__ = ["sb_from_freq", "freq_from_sb", "find_caltable", "read_caltable",
"rcus_in_station", "read_acm_cube", "get_station_pqr", "get_station_type",
"make_sky_plot", "make_ground_plot", "make_xst_plots", "apply_calibration"]
"make_sky_plot", "make_ground_plot", "make_xst_plots", "apply_calibration",
"get_full_station_name"]
__version__ = "1.5.0"