trackscan 0.0.3__py3-none-any.whl → 0.0.4__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.
trackscan/cli.py CHANGED
@@ -2,7 +2,7 @@ import argparse
2
2
  from .modules.make_tracks import Tracks
3
3
 
4
4
  def main():
5
- parser = argparse.ArgumentParser("Cell track post-processing and analysis")
5
+ parser = argparse.ArgumentParser(prog="trackscan", description="Cell track post-processing and analysis")
6
6
  parser.add_argument("-i", "--input", type=str, required=True, help="Path to CSV file containing tracking data.")
7
7
  args = parser.parse_args()
8
8
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: trackscan
3
- Version: 0.0.3
3
+ Version: 0.0.4
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
@@ -1,5 +1,5 @@
1
1
  trackscan/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- trackscan/cli.py,sha256=f55279NENn2FE5ejLzLfoQmqFCGWOD00VK8d6-9k34w,389
2
+ trackscan/cli.py,sha256=rnZBu3ZDSOmLpBHhZsWrbjEAI3of5bEbe9jWJgnIolg,419
3
3
  trackscan/modules/analysis_utils.py,sha256=SqjRRsIdD7pwc-IJ4CpR_vJ3H72ZFiQnB9Y9YQbKAdE,1632
4
4
  trackscan/modules/curve_fitting.py,sha256=iydC_5tMfbyW9H_11NPq5ERHLJDH2fnU088oj3BGRiw,4386
5
5
  trackscan/modules/io_utils.py,sha256=SgenAFttXVrM6ePg55Za9j9p6nzByTMag04svpaQjiA,4007
@@ -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.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,,
11
+ trackscan-0.0.4.dist-info/METADATA,sha256=uq41I6HEC3cnIug7PKf9skKC53-H5nNqW2XCtMnNjHM,1783
12
+ trackscan-0.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
13
+ trackscan-0.0.4.dist-info/entry_points.txt,sha256=PcZipTfWwCENILCe2glxfm0S3nYADEUiaibaaoloz6U,49
14
+ trackscan-0.0.4.dist-info/top_level.txt,sha256=I-02fPts_g5_f9QaXtFNaqqs9Sje_eKzEng2nJMI-1k,10
15
+ trackscan-0.0.4.dist-info/RECORD,,