trackscan 0.0.1__py3-none-any.whl → 0.0.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: trackscan
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Summary: Post-processing and analysis of cell track data
5
5
  Author: Chris Viets
6
6
  Project-URL: Homepage, https://github.com/cviets/trackscan
@@ -9,6 +9,7 @@ Requires-Python: >=3.6
9
9
  Description-Content-Type: text/markdown
10
10
  Requires-Dist: numpy
11
11
  Requires-Dist: matplotlib
12
+ Requires-Dist: scipy
12
13
 
13
14
  <h2 align="center">Track Scan</h2>
14
15
  A Python package for post-processing and analyzing cell track data. Includes functionality for correcting automated tracking artifacts, measuring mean squared displacements, and measuring cell turning angles.
@@ -8,8 +8,8 @@ trackscan/modules/make_tracks.py,sha256=PoUxLZDdY5U06YDe0vKWNp_dZrDuKUmmy7VOQkfL
8
8
  trackscan/modules/msd_analysis.py,sha256=0YEA7KbwOCd-eq4YaioTkg4DTb1uGpFbL4a0gj9iWrw,1802
9
9
  trackscan/modules/track_manipulations.py,sha256=OftctqAhZpek-lTM3kal9Pr_T9JfOOeL1z6HDGM_Djk,4152
10
10
  trackscan/modules/visualization_utils.py,sha256=QUObz_jxupEG2K27A7QRKJwqF8UwHYfP23ok0jT099w,1296
11
- trackscan-0.0.1.dist-info/METADATA,sha256=pWORHnFpCu7HfowzX6zFCB-HdEFvzoNOTXcrY5KgRPA,1762
12
- trackscan-0.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
13
- trackscan-0.0.1.dist-info/entry_points.txt,sha256=UHEUjnlYcIpLk0uWtcdH6EwrX6RvvFDNprhYI87Q2ug,51
14
- trackscan-0.0.1.dist-info/top_level.txt,sha256=I-02fPts_g5_f9QaXtFNaqqs9Sje_eKzEng2nJMI-1k,10
15
- trackscan-0.0.1.dist-info/RECORD,,
11
+ trackscan-0.0.3.dist-info/METADATA,sha256=UZgeBiF9NMgbxhZMw5egzPTb-K6EZjO9Td5HjQnnTyk,1783
12
+ trackscan-0.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
13
+ trackscan-0.0.3.dist-info/entry_points.txt,sha256=PcZipTfWwCENILCe2glxfm0S3nYADEUiaibaaoloz6U,49
14
+ trackscan-0.0.3.dist-info/top_level.txt,sha256=I-02fPts_g5_f9QaXtFNaqqs9Sje_eKzEng2nJMI-1k,10
15
+ trackscan-0.0.3.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ trackscan = trackscan.cli:main
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- cell_track = cell_track.cli:main