vidavis 0.0.9__py3-none-any.whl → 0.0.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- vidavis/__version__.py +1 -1
- vidavis/plot/ms_plot/_locate_points.py +1 -1
- {vidavis-0.0.9.dist-info → vidavis-0.0.10.dist-info}/METADATA +1 -1
- {vidavis-0.0.9.dist-info → vidavis-0.0.10.dist-info}/RECORD +6 -6
- {vidavis-0.0.9.dist-info → vidavis-0.0.10.dist-info}/WHEEL +0 -0
- {vidavis-0.0.9.dist-info → vidavis-0.0.10.dist-info}/licenses/LICENSE +0 -0
vidavis/__version__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '0.0.
|
|
1
|
+
__version__ = '0.0.10'
|
|
@@ -23,7 +23,7 @@ def locate_point(xds, position, vis_axis):
|
|
|
23
23
|
values, units = _get_point_location(xds, position, vis_axis)
|
|
24
24
|
|
|
25
25
|
# Rename baseline coordinate names to not confuse user for selection
|
|
26
|
-
baseline_names = {'baseline': '
|
|
26
|
+
baseline_names = {'baseline': 'baseline_index', 'baseline_name': 'baseline', 'antenna_name': 'antenna_index', 'antenna': 'antenna_name'}
|
|
27
27
|
for name, value in values.items():
|
|
28
28
|
name = baseline_names[name] if name in baseline_names else name
|
|
29
29
|
static_text = _get_location_text(name, value, units)
|
|
@@ -18,7 +18,7 @@ vidavis/data/measurement_set/processing_set/_ps_stats.py,sha256=4uLImKCANXLUM8jO
|
|
|
18
18
|
vidavis/data/measurement_set/processing_set/_xds_data.py,sha256=qLO2VkLINkSAQ7CGRFmpWQYpHrP4XoJJkwA4pp9DO8M,5253
|
|
19
19
|
vidavis/plot/__init__.py,sha256=thxe5vAGdpEiqoKPHLJoWUqKMVrUVx0ajpsGf5pVP98,95
|
|
20
20
|
vidavis/plot/ms_plot/__init__.py,sha256=wY0_7gY9M6K1D6tKQsr89L_uSs3seJlD-uicx7dx5Mo,74
|
|
21
|
-
vidavis/plot/ms_plot/_locate_points.py,sha256=
|
|
21
|
+
vidavis/plot/ms_plot/_locate_points.py,sha256=Phzj-6wQtbLcuzM0syouG80Sk0fjPKG1TWboOmiLRrw,6164
|
|
22
22
|
vidavis/plot/ms_plot/_ms_plot.py,sha256=AZe4WbW5QCjX5hIir1W4H8Nd69NvxBQUiJhIHPCOTGE,12764
|
|
23
23
|
vidavis/plot/ms_plot/_ms_plot_constants.py,sha256=cX_TQhKJ3hJzPuRYmuRJxue1sjq82yl_ZN2_w6TshmI,930
|
|
24
24
|
vidavis/plot/ms_plot/_ms_plot_selectors.py,sha256=BZQwARvMPdk78n6Rh2tOaSc8GenZBrxHZb14oFD9gJM,10785
|
|
@@ -31,8 +31,8 @@ vidavis/toolbox/__init__.py,sha256=jqFa-eziVz_frNnXxwjJFK36qNpz1H38s-VlpBcq-R8,1
|
|
|
31
31
|
vidavis/toolbox/_app_context.py,sha256=H7gtF8RrAH46FqDcMobv3KM1Osbnapgu6aTG-m3VCWA,3049
|
|
32
32
|
vidavis/toolbox/_logging.py,sha256=OEisrd8FM8VTNBMc7neLh9ekelf29ZILYB5pScebly0,2739
|
|
33
33
|
vidavis/toolbox/_static.py,sha256=HJLMtClppgOJXWAtV6Umn5EqN80u0oZiIouQ1JsB9PM,2346
|
|
34
|
-
vidavis/__version__.py,sha256=
|
|
35
|
-
vidavis-0.0.
|
|
36
|
-
vidavis-0.0.
|
|
37
|
-
vidavis-0.0.
|
|
38
|
-
vidavis-0.0.
|
|
34
|
+
vidavis/__version__.py,sha256=r2Dgx1vmkvInceHz-V7SeB1ZwQnQHbcShDPVM9grMpw,22
|
|
35
|
+
vidavis-0.0.10.dist-info/WHEEL,sha256=B19PGBCYhWaz2p_UjAoRVh767nYQfk14Sn4TpIZ-nfU,87
|
|
36
|
+
vidavis-0.0.10.dist-info/METADATA,sha256=YAew-l_qn38bgAFmKwAkky8KN7e7ZKg4uF00Gek2GUI,2243
|
|
37
|
+
vidavis-0.0.10.dist-info/licenses/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
|
|
38
|
+
vidavis-0.0.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|