{ "info": { "author": "ZHUO DIAO", "author_email": "enzian0515@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Errandpy \n===================================\n\nan automatical tool for extracting short-range force in NC-AFM data\n\nInstallation\n-------\n\nthis package runs in the environment of python 3.6:\n\n* `pip install errandpy` \n\n\nBasic Usage\n-------------\n* first, let's run the test script, an example forcecurve is included in this package, \nsee `errandpy.test.py` \n\n```python\n\n import errandpy.test as test\n test.test_fitting()\n```\n\n* the most easy way to use this tool is call the function in handy.py, \nsee `errandpy.handy.py`\n\n```python\n\n import errandpy\n z0, param = errandpy.tell_me_z0(x, y) # your force curve\n\n```\n\n* then, errandpy bring a z0 value to you, you can use this z0 value to fitting curve.\nThis tool use GSM to fitting. If you want to use it,\n\n```python\n\n import errandpy\n result_dictionary = errandpy.extract_short_range(x, y, z0)\n\n```\n\n* fitting result of a, b, c, d and z0, ze are include in the result_dictionary.\n\nCitation\n-------------\n\nWe will be we will be appreciated if you can cite our work!\n\nZ. DIAO, D. Katsube, H. Yamashita, Y. Sugimoto, O. Custance, M. Abe, Appl. Phys. Lett. **117**, 033104 (2020); [https://doi.org/10.1063/5.0007754](https://doi.org/10.1063/5.0007754)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "errandpy", "package_url": "https://pypi.org/project/errandpy/", "platform": "", "project_url": "https://pypi.org/project/errandpy/", "project_urls": null, "release_url": "https://pypi.org/project/errandpy/0.4.4/", "requires_dist": null, "requires_python": "", "summary": "an automatical tool for extracting short-range force in NC-AFM data", "version": "0.4.4", "yanked": false, "yanked_reason": null }, "last_serial": 9840627, "releases": { "0.3.3": [ { "comment_text": "", "digests": { "md5": "4680823f07d863e3b10c044d80058b27", "sha256": "648a575012e755e2c905834fdcaf1620bed8f39355f0f84dbb47f946c8fefcd1" }, "downloads": -1, "filename": "errandpy-0.3.3.tar.gz", "has_sig": false, "md5_digest": "4680823f07d863e3b10c044d80058b27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20609, "upload_time": "2019-12-06T06:47:59", "upload_time_iso_8601": "2019-12-06T06:47:59.908414Z", "url": "https://files.pythonhosted.org/packages/d6/87/47f670326347f9ec730992a7a325fa20e1b1136560112ba201dc69687b08/errandpy-0.3.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "24d8465c40a900a991dd595d433875e9", "sha256": "e8c96b528767e98aecfe790892dfa8b1792d7abafa8cb1736e3114ab1f7bde57" }, "downloads": -1, "filename": "errandpy-0.4.3.tar.gz", "has_sig": false, "md5_digest": "24d8465c40a900a991dd595d433875e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20703, "upload_time": "2020-06-08T09:23:11", "upload_time_iso_8601": "2020-06-08T09:23:11.215826Z", "url": "https://files.pythonhosted.org/packages/03/8a/6a3e7d825c84c019575c5683b3f8c1b2e47a0b18cab4ea41c3eb4d987771/errandpy-0.4.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "6b52768aff16d62fc4a375853771c712", "sha256": "3fc8e45e5bc545b8c0b73fc4a4b24f6f31eacb2715e753439b6262b3a5be82f4" }, "downloads": -1, "filename": "errandpy-0.4.4.tar.gz", "has_sig": false, "md5_digest": "6b52768aff16d62fc4a375853771c712", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20895, "upload_time": "2021-03-22T05:44:42", "upload_time_iso_8601": "2021-03-22T05:44:42.992929Z", "url": "https://files.pythonhosted.org/packages/e2/05/d47af615363d44eee97205f0b90abd406b1092e415654cf44837ccc97432/errandpy-0.4.4.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6b52768aff16d62fc4a375853771c712", "sha256": "3fc8e45e5bc545b8c0b73fc4a4b24f6f31eacb2715e753439b6262b3a5be82f4" }, "downloads": -1, "filename": "errandpy-0.4.4.tar.gz", "has_sig": false, "md5_digest": "6b52768aff16d62fc4a375853771c712", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20895, "upload_time": "2021-03-22T05:44:42", "upload_time_iso_8601": "2021-03-22T05:44:42.992929Z", "url": "https://files.pythonhosted.org/packages/e2/05/d47af615363d44eee97205f0b90abd406b1092e415654cf44837ccc97432/errandpy-0.4.4.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }