pymast 0.0.5__tar.gz → 0.0.6__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pymast
3
- Version: 0.0.5
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
@@ -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.5
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
@@ -1,7 +1,7 @@
1
1
  from setuptools import setup
2
2
 
3
3
  setup(name = 'pymast',
4
- version = '0.0.5',
4
+ version = '0.0.6',
5
5
  description = '''Movement Analysis Software for Telemetry (MAST) for
6
6
  use in removing false positive and overlap detections from radio telemetry
7
7
  projects and assessing 1D movement patterns.''',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes