seabirdfilehandler 0.8.0__py3-none-any.whl → 0.8.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.
Potentially problematic release.
This version of seabirdfilehandler might be problematic. Click here for more details.
- seabirdfilehandler/parameter.py +2 -2
- {seabirdfilehandler-0.8.0.dist-info → seabirdfilehandler-0.8.1.dist-info}/METADATA +1 -1
- {seabirdfilehandler-0.8.0.dist-info → seabirdfilehandler-0.8.1.dist-info}/RECORD +5 -5
- {seabirdfilehandler-0.8.0.dist-info → seabirdfilehandler-0.8.1.dist-info}/WHEEL +0 -0
- {seabirdfilehandler-0.8.0.dist-info → seabirdfilehandler-0.8.1.dist-info}/licenses/LICENSE +0 -0
seabirdfilehandler/parameter.py
CHANGED
|
@@ -138,8 +138,8 @@ class Parameters(UserDict):
|
|
|
138
138
|
new_table_info = []
|
|
139
139
|
# 'data table stats'
|
|
140
140
|
data_array = self.get_full_data_array()
|
|
141
|
-
new_table_info.append(f"nquan = {data_array.shape[1]}")
|
|
142
|
-
new_table_info.append(f"nvalues = {data_array.shape[0]}")
|
|
141
|
+
new_table_info.append(f"nquan = {data_array.shape[1]}\n")
|
|
142
|
+
new_table_info.append(f"nvalues = {data_array.shape[0]}\n")
|
|
143
143
|
new_table_info.append(f"units = {self.data_table_stats['units']}\n")
|
|
144
144
|
# 'data tables names'
|
|
145
145
|
for index, metadata in enumerate(self.get_metadata().values()):
|
|
@@ -6,11 +6,11 @@ seabirdfilehandler/datafiles.py,sha256=kw5umO0hhv3dQoW0oog48zKEKOm9qdcEkZdj8hWUw
|
|
|
6
6
|
seabirdfilehandler/file_collection.py,sha256=tl8K5OMFHlpCv9t72xT9woEKUEvG85sp1Mjpt11vIgQ,16845
|
|
7
7
|
seabirdfilehandler/geomar_ctd_file_parser.py,sha256=NI6Wjd5DL74N6R7IaqRFxh7no3jH6jQmnuv7I8U5zFs,2656
|
|
8
8
|
seabirdfilehandler/hexfile.py,sha256=sx-OKc6GFsutchOMgxjspFcMntVMAj2nvpf4rmMZE5w,2145
|
|
9
|
-
seabirdfilehandler/parameter.py,sha256=
|
|
9
|
+
seabirdfilehandler/parameter.py,sha256=tWB1Ye6Aeyo6iq7SNWtzLDR8slsGAtPGhGjGYlY8D4U,16154
|
|
10
10
|
seabirdfilehandler/processing_steps.py,sha256=preEkfgDOR6shJOQiHfMZJ7MaJ71GmyPJ-0sN7bUt9s,7081
|
|
11
11
|
seabirdfilehandler/utils.py,sha256=5KXdB8Hdv65dv5tPyXxNMct1mCEOyA3S8XP54AFAnx0,1745
|
|
12
12
|
seabirdfilehandler/xmlfiles.py,sha256=sPHcz30MYCak3x2tXqtnPg4t1l9Gz5JhcbxACSPIxtU,5085
|
|
13
|
-
seabirdfilehandler-0.8.
|
|
14
|
-
seabirdfilehandler-0.8.
|
|
15
|
-
seabirdfilehandler-0.8.
|
|
16
|
-
seabirdfilehandler-0.8.
|
|
13
|
+
seabirdfilehandler-0.8.1.dist-info/METADATA,sha256=WPZK-9tk8GYYWkO-p6NFoyVkHiP-NUABV1j8tKBrIAA,2921
|
|
14
|
+
seabirdfilehandler-0.8.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
15
|
+
seabirdfilehandler-0.8.1.dist-info/licenses/LICENSE,sha256=Ifd1VPmYv32oJd2QVh3wIQP9X05vYJlcY6kONz360ws,34603
|
|
16
|
+
seabirdfilehandler-0.8.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|