pymast 0.0.4__py3-none-any.whl → 0.0.6__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.
pymast/parsers.py CHANGED
@@ -468,8 +468,8 @@ def srx1200(file_name,
468
468
  # read in telemetry data
469
469
  if new_split == None:
470
470
  telem_dat = pd.read_fwf(file_name,
471
- colspecs = [(0,6),(6,20),(20,32),(32,40),(40,55),(55,64),(64,72),(72,85),(85,93),(93,102)],
472
- names = ['Index','Date','Time','[uSec]','Tag/BPM','Freq [MHz]','Codeset','Antenna','Gain','RSSI'],
471
+ colspecs = [(0,7),(7,25),(25,35),(35,46),(46,57),(57,68),(68,80),(80,90),(90,102),(102,110),(110,130),(130,143),(143,153)],
472
+ names = ['Index','Rx Serial Number','Date','Time','[uSec]','Tag/BPM','Freq [MHz]','Codeset','Antenna','Gain','RSSI','Latitude','Longitude'],
473
473
  skiprows = dataRow,
474
474
  skipfooter = eof - dataEnd)
475
475
  telem_dat.drop(columns = ['Index'], inplace = True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pymast
3
- Version: 0.0.4
3
+ Version: 0.0.6
4
4
  Summary: Movement Analysis Software for Telemetry (MAST) for
5
5
  Home-page: https://github.com/knebiolo/mast
6
6
  Author: Kevin P. Nebiolo and Theodore Castro-Santos
@@ -14,6 +14,6 @@ Requires-Dist: matplotlib >=3.1.1
14
14
  Requires-Dist: statsmodels >=0.10.1
15
15
  Requires-Dist: networkx >=2.2
16
16
  Requires-Dist: scipy >=1.7.1
17
- Requires-Dist: sklearn
17
+ Requires-Dist: scikit-learn
18
18
  Requires-Dist: h5py
19
19
 
@@ -3,12 +3,12 @@ pymast/fish_history.py,sha256=XaubGDRLfR89v2rIrFvkf7AKOLMTA5z--KyCJoXqnv4,6822
3
3
  pymast/formatter.py,sha256=Iq0VYtA-U7j7z7e-5H1OfRd0uP5dod2ptOKs2GK8hlc,58555
4
4
  pymast/naive_bayes.py,sha256=pjB8LSIFM8-fW7sohy5gCuFgKk1VP5yh63raMp9mdEU,6475
5
5
  pymast/overlap_removal.py,sha256=4SwP8qZDqEYZ6_I0xGlI6647bTt45EaGDP5FxbqddZo,25416
6
- pymast/parsers.py,sha256=b5H_a6tv0RxlNe_NhdnjJilA30Uo9kDq8w8WGP6bT8s,59248
6
+ pymast/parsers.py,sha256=ZCnBwQFs2UCS4lrp9khIiE2bcnxfnKazx4ux2IhJO5k,59322
7
7
  pymast/predictors.py,sha256=VEWnhxgJcbnag8h6DNpWbeWgGiK9YyV_3N4xkcJFjdo,8018
8
8
  pymast/radio_project.py,sha256=QT9l_qyZTKWqTu55kpgIESPDR1dnjajEQlUBYSg0H8Q,55502
9
9
  pymast/table_merge.py,sha256=7_z4F_q3DW3RFXruRH6Qanum7E5QQQnu_w6qyyW-YVc,7921
10
- pymast-0.0.4.dist-info/LICENSE.txt,sha256=CX_nvzXXwOA7SPq4-ivN4Q9NIK2PfK-KGHt3ZQKldsw,1143
11
- pymast-0.0.4.dist-info/METADATA,sha256=PjJdlBD-1796BS2I3ahM4_nvsNqXcjBs4ezgidA7EkQ,572
12
- pymast-0.0.4.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
13
- pymast-0.0.4.dist-info/top_level.txt,sha256=LDZpLLge9zI4yvuMYoABLrsOrZzE3bYDRULmHoZQc4k,7
14
- pymast-0.0.4.dist-info/RECORD,,
10
+ pymast-0.0.6.dist-info/LICENSE.txt,sha256=CX_nvzXXwOA7SPq4-ivN4Q9NIK2PfK-KGHt3ZQKldsw,1143
11
+ pymast-0.0.6.dist-info/METADATA,sha256=jRIPH1OEKtM-WmYA2-CWcG5mg1jsb6-ly_TU0NrYvDk,577
12
+ pymast-0.0.6.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
13
+ pymast-0.0.6.dist-info/top_level.txt,sha256=LDZpLLge9zI4yvuMYoABLrsOrZzE3bYDRULmHoZQc4k,7
14
+ pymast-0.0.6.dist-info/RECORD,,
File without changes