xradio 1.0.0__py3-none-any.whl → 1.0.1__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.
- xradio/measurement_set/measurement_set_xdt.py +1 -1
- xradio/measurement_set/processing_set_xdt.py +3 -2
- {xradio-1.0.0.dist-info → xradio-1.0.1.dist-info}/METADATA +1 -1
- {xradio-1.0.0.dist-info → xradio-1.0.1.dist-info}/RECORD +7 -7
- {xradio-1.0.0.dist-info → xradio-1.0.1.dist-info}/WHEEL +0 -0
- {xradio-1.0.0.dist-info → xradio-1.0.1.dist-info}/licenses/LICENSE.txt +0 -0
- {xradio-1.0.0.dist-info → xradio-1.0.1.dist-info}/top_level.txt +0 -0
|
@@ -203,7 +203,7 @@ class MeasurementSetXdt:
|
|
|
203
203
|
else:
|
|
204
204
|
line_name = []
|
|
205
205
|
|
|
206
|
-
if "
|
|
206
|
+
if "spectral_window_intents" not in self._xdt.frequency.attrs:
|
|
207
207
|
spw_intent = "UNSPECIFIED"
|
|
208
208
|
else:
|
|
209
209
|
spw_intent = self._xdt.frequency.attrs["spectral_window_intents"]
|
|
@@ -245,8 +245,9 @@ class ProcessingSetXdt:
|
|
|
245
245
|
summary_data["scheduling_block_UID"].append(
|
|
246
246
|
observation_info.get("scheduling_block_UID", "---")
|
|
247
247
|
)
|
|
248
|
-
summary_data["project_UID"].append(
|
|
249
|
-
|
|
248
|
+
summary_data["project_UID"].append(
|
|
249
|
+
observation_info.get("project_UID", "---")
|
|
250
|
+
)
|
|
250
251
|
summary_data["start_frequency"].append(
|
|
251
252
|
to_list(value["frequency"].values)[0]
|
|
252
253
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xradio
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Xarray Radio Astronomy Data IO
|
|
5
5
|
Author-email: Jan-Willem Steeb <jsteeb@nrao.edu>, Federico Montesino Pouzols <pouzols@eso.edu>, Dave Mehringer <dmehring@nrao.edu>, Peter Wortmann <peter.wortmann@skao.int>
|
|
6
6
|
License: BSD 3-Clause License
|
|
@@ -27,9 +27,9 @@ xradio/image/_util/_zarr/zarr_low_level.py,sha256=xnYm6EmVbmLxMlOSXH32SABfQBLHfr
|
|
|
27
27
|
xradio/measurement_set/__init__.py,sha256=rGhy9tz5d60hln-SSWFLieDrZ2sodli3npKuCEQc8bc,1127
|
|
28
28
|
xradio/measurement_set/convert_msv2_to_processing_set.py,sha256=B-TpUHtouokl3sdwEVqreBmgQOtmLSG7i6bQ5Jj3FQw,10519
|
|
29
29
|
xradio/measurement_set/load_processing_set.py,sha256=r_eO7DTr-3EphujOEh-P_VfcVRpYzx1M-tGBwpxFC-8,8201
|
|
30
|
-
xradio/measurement_set/measurement_set_xdt.py,sha256=
|
|
30
|
+
xradio/measurement_set/measurement_set_xdt.py,sha256=ydqLrhj41Gm3FgelpAPUbqivrDslLsst9WhNIue_dec,12599
|
|
31
31
|
xradio/measurement_set/open_processing_set.py,sha256=LA9eTN0M9SzK0yrWeHHVVRxrqHq1MF0eHkqR46OOLm8,5296
|
|
32
|
-
xradio/measurement_set/processing_set_xdt.py,sha256=
|
|
32
|
+
xradio/measurement_set/processing_set_xdt.py,sha256=fC5EUrAUWtvsnJeIdztIj_4agsZ5zn2BaY2CUuo13Iw,36877
|
|
33
33
|
xradio/measurement_set/schema.py,sha256=ZH0n8lZTD8fi3JEZV2SEwdh1oRo1ric__uZ9o8p3AUE,89149
|
|
34
34
|
xradio/measurement_set/_utils/__init__.py,sha256=iTbgPiQPw9hyXSdQYPcwGRrP2PFXgF6CZi8A3KNKya0,43
|
|
35
35
|
xradio/measurement_set/_utils/_msv2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -59,8 +59,8 @@ xradio/schema/metamodel.py,sha256=F0lxnn0wLrsT2HrBo2zfIcmRLxD2yQwh7XfDciPNwVs,49
|
|
|
59
59
|
xradio/schema/typing.py,sha256=RLFeMEPPHetc__kDaql1N1AcVuHArfk57DsUw2rZ5CE,10204
|
|
60
60
|
xradio/sphinx/__init__.py,sha256=VGY-7Ty3q67qpnBee0-znbiJ-Iy0F93UO--IpjEdHXc,380
|
|
61
61
|
xradio/sphinx/schema_table.py,sha256=CrhWMDYHwB7CbBMGfWtW20bLoBkeQZHd6l91cihvaBA,10709
|
|
62
|
-
xradio-1.0.
|
|
63
|
-
xradio-1.0.
|
|
64
|
-
xradio-1.0.
|
|
65
|
-
xradio-1.0.
|
|
66
|
-
xradio-1.0.
|
|
62
|
+
xradio-1.0.1.dist-info/licenses/LICENSE.txt,sha256=9CYIJt7riOXo9AD0eXBZviLxo_HebD-2JJI8oiWtzfg,1807
|
|
63
|
+
xradio-1.0.1.dist-info/METADATA,sha256=0TQD16A-BzdIeTto6oGR5KCEtjt9X_4v2fVtbfcVi28,7617
|
|
64
|
+
xradio-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
65
|
+
xradio-1.0.1.dist-info/top_level.txt,sha256=dQu27fGBZJ2Yk-gW5XeD-dZ76Xa4Xcvk60Vz-dwXp7k,7
|
|
66
|
+
xradio-1.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|