{ "info": { "author": "Maxime Woringer, Anders Sejr Hansen", "author_email": "maxime@woringer.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "Spot-On (cli)\n-------\n\nThis repository collects a series of scripts to analyze data from single particle tracking experiments. The code was initially written by Anders Sejr Hansen and translated to Python by Maxime Woringer. A [Matlab version](https://gitlab.com/tjian-darzacq-lab/spot-on-matlab) exists and is maintained by Anders Sejr Hansen.\n\nThis repository only includes the commandline analysis pipeline. A graphical user interface (GUI) is available for a more user-friendly analysis, but is not included in this repository. This repository contains the command-line version, that can be used independently from the GUI.\n\nAlthough the functions and methods can be called directly, we provide a walk-through tutorial as a [Jupyter](http://jupyter.org) notebook. \n\n# Dependencies\n\n- numpy\n- scipy\n- lmfit\n\nOptional: jupyter\n\nYour package manager may provide precompiled versions of `numpy` and `scipy`. In that case, it might be worth using those libraries, because compilation can take a significant amount of time.\n\n# Installation (from pip)\n\n`pip install fastspt`\n\n# Installation (from this Gitlab) repository\n\n## Install dependencies\n`pip install -r requirements.txt`\n\nAlternatively, you can install the dependencies manually by typing:\n`pip install numpy scipy lmfit`\n\nOptional : `pip install jupyter`\n\n## Install fastSPT\n\nSimply run (as root): `python setup.py install`\n\nCheck that it worked: `python -c \"import fastspt\"`\n\n\n# Tutorial\nA short tutorial, demonstrating the capabilities of the software, is available as a Jupyter notebook. \n\nSee `fastSPT_tutorial.ipynb`. The tutorial is also available online: **address of the page**\n\n**Document here how to open a Jupyter notebook**\n\n# Usage\n## Main functions\n\n## Extra functions\nThe `writers` submodule contains some useful functions:\n\n- `mat_to_csv(in_path, out_path)` converts a .mat file to a CSV. It can easily be scripted.\n\n## Input file format\n## Caveats\n\n# References\n\n# License\nThis program is released under the GNU General Public License version 3 or upper (GPLv3+).\n\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n\n# Deploying (developer only)\n```\npython setup.py sdist\ngpg --detach-sign -a dist/fastspt-11.4.tar.gz\ntwine upload dist/fastspt-11.4.tar.gz dist/fastspt-11.4.tar.gz.asc\n```\n# Authors\nMaxime Woringer, Anders Sejr Hansen\n\n# Bugs/suggestions\nSend to bugtracker or to email.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/tjian-darzacq-lab/Spot-On-cli", "keywords": "single particle tracking SPT kinetic modelling", "license": "GPLv3+", "maintainer": "", "maintainer_email": "", "name": "fastspt", "package_url": "https://pypi.org/project/fastspt/", "platform": "", "project_url": "https://pypi.org/project/fastspt/", "project_urls": { "Homepage": "https://gitlab.com/tjian-darzacq-lab/Spot-On-cli" }, "release_url": "https://pypi.org/project/fastspt/15.10/", "requires_dist": null, "requires_python": "", "summary": "A library to perform kinetic modeling of fast single particle tracking experiments", "version": "15.10" }, "last_serial": 3988818, "releases": { "11.2": [ { "comment_text": "", "digests": { "md5": "2eb7351a713ba2581bd4d33526d8c34d", "sha256": "473fbca6c86211c3b6672f2603c16726d67e30bf7109adb8fe4cb0811b8c42cb" }, "downloads": -1, "filename": "fastspt-11.2.tar.gz", "has_sig": true, "md5_digest": "2eb7351a713ba2581bd4d33526d8c34d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23789, "upload_time": "2017-06-30T00:29:06", "url": "https://files.pythonhosted.org/packages/b3/a7/1276683a5c7dff58bcafc041f673494395bd024d2cbbdf9ba7324aaf0b66/fastspt-11.2.tar.gz" } ], "11.3": [ { "comment_text": "", "digests": { "md5": "dc7df16ff59ad9de7b5955bb0e44efef", "sha256": "b52cc226b945d7443e930211758066652348830cf89692c1e5d731f8406807a4" }, "downloads": -1, "filename": "fastspt-11.3.tar.gz", "has_sig": true, "md5_digest": "dc7df16ff59ad9de7b5955bb0e44efef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23841, "upload_time": "2017-06-30T00:43:24", "url": "https://files.pythonhosted.org/packages/70/d4/1a53fe9d1fdb370e5f7409e3aafda8dd3212dac21ae5322a0f2cb88d27a2/fastspt-11.3.tar.gz" } ], "11.4": [ { "comment_text": "", "digests": { "md5": "5c510b02dc54431c23dfb1b673339690", "sha256": "6c6e2f92ba88748f0d45cf96fcb6e04b0dbd1e9226c7e66f077e6a2d4c505b5e" }, "downloads": -1, "filename": "fastspt-11.4.tar.gz", "has_sig": true, "md5_digest": "5c510b02dc54431c23dfb1b673339690", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23846, "upload_time": "2017-06-30T00:47:12", "url": "https://files.pythonhosted.org/packages/f9/76/26723eb8ecf74218dc77fd299569e29fd5f3cd12bf53a4ca3cbdd8b8f698/fastspt-11.4.tar.gz" } ], "12.0": [ { "comment_text": "", "digests": { "md5": "c7f569f04b383482b9d4767adc6f0940", "sha256": "439e2b13d59b234d316da56344c061105bdace53c4d4c900fa13e6aeca433255" }, "downloads": -1, "filename": "fastspt-12.0.tar.gz", "has_sig": true, "md5_digest": "c7f569f04b383482b9d4767adc6f0940", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24018, "upload_time": "2017-09-25T16:26:08", "url": "https://files.pythonhosted.org/packages/d9/8e/d8c27373d8d895744ee20c7c4bb4bfe20470f233f59a23cf214f4d8fb051/fastspt-12.0.tar.gz" } ], "13.0": [ { "comment_text": "", "digests": { "md5": "a0e036516f3f6396028bc5e04c347a3d", "sha256": "63d4ca57c1a864b508d68b1fb48cfd2ee6e6afa4906899b3c3d584ea1c5d7f40" }, "downloads": -1, "filename": "fastspt-13.0.tar.gz", "has_sig": true, "md5_digest": "a0e036516f3f6396028bc5e04c347a3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24067, "upload_time": "2017-10-21T01:27:11", "url": "https://files.pythonhosted.org/packages/5a/60/bfbb96c6d38ce5834479fc514a0a43d91354ee1c5678ace7e3e0bfc4de89/fastspt-13.0.tar.gz" } ], "13.1": [ { "comment_text": "", "digests": { "md5": "b555488cd91f423b84d786dc97c0707d", "sha256": "ff5ad07f29373236a699dd103ee8276cc840e96de2b01fa7507c9736043aee26" }, "downloads": -1, "filename": "fastspt-13.1.tar.gz", "has_sig": true, "md5_digest": "b555488cd91f423b84d786dc97c0707d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24059, "upload_time": "2017-10-21T01:29:07", "url": "https://files.pythonhosted.org/packages/27/b8/8b8f7cfca836b42607f13d4f736d3f33a3d65b8197c190877d781b6fc917/fastspt-13.1.tar.gz" } ], "14.1": [ { "comment_text": "", "digests": { "md5": "bb8455bdf98eb8d51e7276418268162d", "sha256": "d6e93ab88d232c876896f0448b3775c626972b8faba976ba03905497eda21917" }, "downloads": -1, "filename": "fastspt-14.1.tar.gz", "has_sig": true, "md5_digest": "bb8455bdf98eb8d51e7276418268162d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26723, "upload_time": "2018-02-22T13:12:43", "url": "https://files.pythonhosted.org/packages/30/1b/3d40818a75da04bfda8d9b23e2a26e00724ab4db3e35becd11917540ea1c/fastspt-14.1.tar.gz" } ], "14.2": [ { "comment_text": "", "digests": { "md5": "40dc3ccff97bf65db11b9c53c7208524", "sha256": "c32a8b1cc37e3d390fee886ecc4165b45ac88c53a760cb84f21c1668796e41d2" }, "downloads": -1, "filename": "fastspt-14.2.tar.gz", "has_sig": true, "md5_digest": "40dc3ccff97bf65db11b9c53c7208524", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26719, "upload_time": "2018-02-22T13:16:40", "url": "https://files.pythonhosted.org/packages/1f/6e/76cc3b24e18f1c2efd714d0dd56a59dd1cac22a91b3defda3ec1574df5fb/fastspt-14.2.tar.gz" } ], "14.3": [ { "comment_text": "", "digests": { "md5": "6a3d5221b61b309564e576ccffd542f1", "sha256": "02fd6961785fb5b289cfeae605300aeaabf3b9314b7d3fd15904a5c0a9a76812" }, "downloads": -1, "filename": "fastspt-14.3.tar.gz", "has_sig": true, "md5_digest": "6a3d5221b61b309564e576ccffd542f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26754, "upload_time": "2018-02-23T12:52:42", "url": "https://files.pythonhosted.org/packages/67/e4/f2770c1cefa74b8a093f56fa611745a9f31781d5fa083248a0e492ec31a5/fastspt-14.3.tar.gz" } ], "15.0": [ { "comment_text": "", "digests": { "md5": "4a987343d4a748a6ce5ea1f212b98316", "sha256": "44f35af061bd9f63c66505fa52fbec133376f39095fbf248ace23dc051280a00" }, "downloads": -1, "filename": "fastspt-15.0.tar.gz", "has_sig": true, "md5_digest": "4a987343d4a748a6ce5ea1f212b98316", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30372, "upload_time": "2018-06-15T09:52:36", "url": "https://files.pythonhosted.org/packages/ab/b2/d33c45ae85538f4bfd24ed15c193e507e19c136d0d472954768c6ba264a5/fastspt-15.0.tar.gz" } ], "15.1": [ { "comment_text": "", "digests": { "md5": "80432b8f93e0b9905b1e950cb5db8608", "sha256": "94509ea28b80764f0943421dfa2dd13c3e2d38cce616ba13779184ed932b2f0a" }, "downloads": -1, "filename": "fastspt-15.1.tar.gz", "has_sig": true, "md5_digest": "80432b8f93e0b9905b1e950cb5db8608", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30368, "upload_time": "2018-06-15T11:00:50", "url": "https://files.pythonhosted.org/packages/30/07/7bd1060873654ae0fa553852d9c1e9fa2761f431bdf59bb0dbec24722357/fastspt-15.1.tar.gz" } ], "15.10": [ { "comment_text": "", "digests": { "md5": "0b46a8e3b2e175e92ce438a161dca9c5", "sha256": "23b3ff4543f3ec07b855e8f2fac66a3b0e89a42a8985f2f61ead925b6174280f" }, "downloads": -1, "filename": "fastspt-15.10.tar.gz", "has_sig": true, "md5_digest": "0b46a8e3b2e175e92ce438a161dca9c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30532, "upload_time": "2018-06-22T09:34:34", "url": "https://files.pythonhosted.org/packages/8b/04/eb83d087514773e523becad64ab0e14dc289189d4b830ca646da23860315/fastspt-15.10.tar.gz" } ], "15.2": [ { "comment_text": "", "digests": { "md5": "bcdcf93596167186345338eeb0dcefc6", "sha256": "023df0eec88a087ad211264b6849c22e43cd2b70c3771f1323756a2ed8da4e17" }, "downloads": -1, "filename": "fastspt-15.2.tar.gz", "has_sig": true, "md5_digest": "bcdcf93596167186345338eeb0dcefc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30369, "upload_time": "2018-06-15T11:04:17", "url": "https://files.pythonhosted.org/packages/3c/d1/6ccc13f01efa36563702dfcc285e592f9e78c8e43b38aa39e532da3e7e40/fastspt-15.2.tar.gz" } ], "15.3": [ { "comment_text": "", "digests": { "md5": "d08cc519cda381fcd3f53d5d8996e106", "sha256": "00c1a80eb4bab1d9ac7c76d967c917c75cfbc2adb4becacaac5c4b54ab182ac5" }, "downloads": -1, "filename": "fastspt-15.3.tar.gz", "has_sig": true, "md5_digest": "d08cc519cda381fcd3f53d5d8996e106", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30370, "upload_time": "2018-06-15T11:09:41", "url": "https://files.pythonhosted.org/packages/8e/db/b1696d517bc0b4248a0cfb842f285e6c412b104c68f2e4357f63b5ff1437/fastspt-15.3.tar.gz" } ], "15.4": [ { "comment_text": "", "digests": { "md5": "95ddd7a5f505fc1f145c408dd29af48e", "sha256": "46547d2f084d374c18cc62928a8b2eaaafa64b0252c5a02dc8ffb07825da0db9" }, "downloads": -1, "filename": "fastspt-15.4.tar.gz", "has_sig": true, "md5_digest": "95ddd7a5f505fc1f145c408dd29af48e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30363, "upload_time": "2018-06-15T11:15:35", "url": "https://files.pythonhosted.org/packages/b9/ac/1fcf442f9b4ac9c7bef510024a8900948921e4e4ff024aed6ded8736e10e/fastspt-15.4.tar.gz" } ], "15.5": [ { "comment_text": "", "digests": { "md5": "b52d1f1bb539f81766edb8c8f93f7621", "sha256": "956fd75075682cc2b32a98de0f16b6d2739ca44adaea854d8813f8818a19bc67" }, "downloads": -1, "filename": "fastspt-15.5.tar.gz", "has_sig": true, "md5_digest": "b52d1f1bb539f81766edb8c8f93f7621", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30364, "upload_time": "2018-06-15T11:30:26", "url": "https://files.pythonhosted.org/packages/4c/d8/9be0ab7d788fb53c174c3f0e8d75710a70f1bfe689d9e009f353ce68fe97/fastspt-15.5.tar.gz" } ], "15.6": [ { "comment_text": "", "digests": { "md5": "1edcc3a2a074fd400956c16e081fa32d", "sha256": "d6644688987b442181ac154e95edf6816e26ed23bdc4c27450cb38fbbf099283" }, "downloads": -1, "filename": "fastspt-15.6.tar.gz", "has_sig": true, "md5_digest": "1edcc3a2a074fd400956c16e081fa32d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30361, "upload_time": "2018-06-15T11:36:22", "url": "https://files.pythonhosted.org/packages/5f/91/76f3157db1d91bc650a81e3b1eafb6a136c467ac9b8d314d6d5e1f4da8f3/fastspt-15.6.tar.gz" } ], "15.7": [ { "comment_text": "", "digests": { "md5": "b87035c75055fe84f64852d1c3d3cae8", "sha256": "d05c8e5c9d3caa87b79d136732afd0ab1173a11e2b607d72ce86d9e10ea654d3" }, "downloads": -1, "filename": "fastspt-15.7.tar.gz", "has_sig": true, "md5_digest": "b87035c75055fe84f64852d1c3d3cae8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30403, "upload_time": "2018-06-19T11:31:54", "url": "https://files.pythonhosted.org/packages/34/49/34dc887fb530ee1a516142d68971f35624789988ed0e38817ca1b8a189dc/fastspt-15.7.tar.gz" } ], "15.8": [ { "comment_text": "", "digests": { "md5": "10df3d2d074a1ac63bf6776191e8374f", "sha256": "2895ac2c01847b02e53e694ab613df50512657e8666c78584f141c63ae781678" }, "downloads": -1, "filename": "fastspt-15.8.tar.gz", "has_sig": true, "md5_digest": "10df3d2d074a1ac63bf6776191e8374f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30470, "upload_time": "2018-06-19T12:09:39", "url": "https://files.pythonhosted.org/packages/f8/33/f777d1f1c738af0b6f17655dd95d9d31a8b9c65f224f428f7e36272ffe40/fastspt-15.8.tar.gz" } ], "15.9": [ { "comment_text": "", "digests": { "md5": "a0cfd633e8df61ced487b4fb0d5097b3", "sha256": "7665d3ca35cd2fa5cda7e641c94d76bf15e63e31224cafa8b62cd7c8dd27d294" }, "downloads": -1, "filename": "fastspt-15.9.tar.gz", "has_sig": false, "md5_digest": "a0cfd633e8df61ced487b4fb0d5097b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30465, "upload_time": "2018-06-19T12:19:48", "url": "https://files.pythonhosted.org/packages/1a/b9/6741283be40814f8ab83c87a150eee3474af046952bb84ebc939d64bf8a0/fastspt-15.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0b46a8e3b2e175e92ce438a161dca9c5", "sha256": "23b3ff4543f3ec07b855e8f2fac66a3b0e89a42a8985f2f61ead925b6174280f" }, "downloads": -1, "filename": "fastspt-15.10.tar.gz", "has_sig": true, "md5_digest": "0b46a8e3b2e175e92ce438a161dca9c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30532, "upload_time": "2018-06-22T09:34:34", "url": "https://files.pythonhosted.org/packages/8b/04/eb83d087514773e523becad64ab0e14dc289189d4b830ca646da23860315/fastspt-15.10.tar.gz" } ] }