{ "info": { "author": "Dacen Waters and Joe Seifert", "author_email": "dacen.c.waters@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "##################### STSPY #########################\n\nVersion = 1.0.3\n\nScanning Tunneling Spectra Python Analysis\n\nEstablishes a python class called spectra object with relevant parameters automatically tabulated (and optionally an STM object described below)\n\nIn addition, adds a specgrid object which contains similar attributes\n\nTo load a spectra from a VERT file, just do: spec = stspy.load_VERT_file(filename)\nTo load a specgrid file, do: specgrid = stspy.load_specgrid_file(filename) #filename is the .specgridfile, dat file is required to be in the same place as the .specgridfile, but isn't included in the arugment\n\nSpectra (and specgrid) objects have a variety of attributes. \n\nAutomatically pulls parameters of particular importance including:\nZPiezoconst\nLockinAmpl\n\nOnce called, spectra object contains has the following properties:\nV: sample voltage (volts)\nz: (Angstroms)\nI: current (amps)\ndIdV: differential conductance (mV)\n\nMethods available:\naverage(hyst_cor = True): if there are multiple passes, averages the spectra back and forth. hyst_cor (default True) applies a correction accounting for differences upon sweeping\nnormalize(kappa): if using a z-ramp, this is useful. Multiplies the current and conductance by exp(-2*kappa*z) where kappa is a provided number (or array same length as z) to be determined by measurement\n\n\n\n\nAnother python class is created called STM which has the following properties and default values:\nDAC_Voltage_Range = 20000.0: Voltage range of the DAC in mV (i.e. 10V - (-10V) = 20V = 20000mV)\nLockinRC_facotr = 7960.0: Mutliplicative factor to get LockinRC param in Hz\n\nAdjust values of this object to account for different STM or versions of stmafm software\n\nVersion log:\n0.1.0 - Implemented specgrid reader and changed VERT file load syntax\n0.1.1 - Small correction for when hyst factor was odd\n0.1.2 - Small correction when loading voltage from specgrid file\n0.1.3 - Introduced compatability with STMAFM 4.0 Beta version where repeated spectra are labeled as .BAK files\n0.1.4 - Added x, y, Length_x, and Length_y properties of spectra, to be used for line spectra profile cuts\n1.0.0 - Updated load file speed and upgraded for Python 3 compatibility\n1.0.2 - Updated to fix small bug and included a feature to allow d2IdV2 to be read from files\n1.0.3 - Updated to fix small bug when averaging d2IdV2\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "GNU GENERAL PUBLIC LICENSE", "maintainer": "", "maintainer_email": "", "name": "stspy", "package_url": "https://pypi.org/project/stspy/", "platform": "", "project_url": "https://pypi.org/project/stspy/", "project_urls": null, "release_url": "https://pypi.org/project/stspy/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "Scanning Tunneling Spectra Analysis in Python", "version": "1.0.3", "yanked": false, "yanked_reason": null }, "last_serial": 6014216, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9e29ec71e0ea59a379768e59adf81388", "sha256": "767607976896e310272b289613c77aab4a51f56fc6435891920e00338782fc0d" }, "downloads": -1, "filename": "stspy-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9e29ec71e0ea59a379768e59adf81388", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16382, "upload_time": "2018-11-01T22:30:50", "upload_time_iso_8601": "2018-11-01T22:30:50.838385Z", "url": "https://files.pythonhosted.org/packages/90/07/de05f5fac936814c9c7465a03cee712aaab5a33b3abb049da99601c7a2a5/stspy-0.0.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "2cd339d4c8d1ac82adee4e7a150abb48", "sha256": "1905e4e4f7e33c7d73130144a0f77f3ebeda1bfbbcb9d6330526d22eb3a62a74" }, "downloads": -1, "filename": "stspy-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2cd339d4c8d1ac82adee4e7a150abb48", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16826, "upload_time": "2018-11-07T15:08:57", "upload_time_iso_8601": "2018-11-07T15:08:57.514231Z", "url": "https://files.pythonhosted.org/packages/af/5b/70d18f3f7ee3c203be8a6b22ca4486ec0871c49ae5793c38967498652691/stspy-0.0.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "d161733888038938ad204b14d7b83af3", "sha256": "9f79909b1b67e2384596019dbf1d109558cca4d41f1bac5204e606ce1cfea238" }, "downloads": -1, "filename": "stspy-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d161733888038938ad204b14d7b83af3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16567, "upload_time": "2018-11-20T18:23:12", "upload_time_iso_8601": "2018-11-20T18:23:12.243628Z", "url": "https://files.pythonhosted.org/packages/5d/3f/debad2e25434f503ef858f4e2b19b194958c2f9437ccb037d0e8000cf076/stspy-0.0.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "7a0020f0d29a26eaa2aff2e41e60203b", "sha256": "f1cc150fceba67139fd1d6bd2dde539956cb18e7d3de7d80605db17e45f4d5c0" }, "downloads": -1, "filename": "stspy-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7a0020f0d29a26eaa2aff2e41e60203b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17674, "upload_time": "2018-11-20T20:35:54", "upload_time_iso_8601": "2018-11-20T20:35:54.295301Z", "url": "https://files.pythonhosted.org/packages/11/d5/0257faac0118c1c8e76c88a7e343f9e06d0abb37f567d37896deb707eca5/stspy-0.1.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f654183b60fafb1e2906833f16b01e83", "sha256": "a075a00614ae52b2179e6adaba4a8060c96a999dbf4b0d59e662ffabff91ee13" }, "downloads": -1, "filename": "stspy-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f654183b60fafb1e2906833f16b01e83", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17691, "upload_time": "2018-11-21T00:48:30", "upload_time_iso_8601": "2018-11-21T00:48:30.498781Z", "url": "https://files.pythonhosted.org/packages/85/15/58a6d668d92dc48d70b100f2d78608f973fb24c4db2605285824830855ac/stspy-0.1.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "1eaf43bf88b273c816ce31142004a41d", "sha256": "0ccefb02bd0f3106c610d35c3eb89611c786b5ce10f36fb5c2b8ebcd7f337481" }, "downloads": -1, "filename": "stspy-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1eaf43bf88b273c816ce31142004a41d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17774, "upload_time": "2018-11-26T16:02:16", "upload_time_iso_8601": "2018-11-26T16:02:16.835003Z", "url": "https://files.pythonhosted.org/packages/f5/93/fc9926361d4b47ee0487f3f98a4b68523b05765e5219fa51af7b37752fa1/stspy-0.1.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "be9821b88b769f202240a4ab025d541a", "sha256": "ccdd2f44a096261126fcec93fdf0d9c4eb135393fcacc6c35552859eb8c0b4f6" }, "downloads": -1, "filename": "stspy-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "be9821b88b769f202240a4ab025d541a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17989, "upload_time": "2019-04-12T15:08:35", "upload_time_iso_8601": "2019-04-12T15:08:35.987252Z", "url": "https://files.pythonhosted.org/packages/b5/03/2099fbb11aa544b54090390a18401a19fca203dde6728bec45c50d7bf205/stspy-0.1.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "4656ffbffa061d66a94155eb3ece38bf", "sha256": "dece54b569eed30ffb67b9a2a15ece00b91d1f9275b7aad1d4afea1261af2427" }, "downloads": -1, "filename": "stspy-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4656ffbffa061d66a94155eb3ece38bf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 18284, "upload_time": "2019-06-11T00:12:28", "upload_time_iso_8601": "2019-06-11T00:12:28.187271Z", "url": "https://files.pythonhosted.org/packages/cc/f9/0e3d149ceb594ab521bcaac6a833b37dfc1af160e8bd2063eb571ebdf76c/stspy-0.1.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3c745d452a8366285a3477f4e4197f0a", "sha256": "cb820f275528db5dfc68d9697e1e3b03f37baa5409aee93b9066cb0f31fdf430" }, "downloads": -1, "filename": "stspy-0.1.4.tar.gz", "has_sig": false, "md5_digest": "3c745d452a8366285a3477f4e4197f0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5160, "upload_time": "2019-06-11T00:12:29", "upload_time_iso_8601": "2019-06-11T00:12:29.409701Z", "url": "https://files.pythonhosted.org/packages/a9/a3/e7fc1692b1ac6a88b3450a61b84a89a7c393c45b6e51df98e9d771099c5b/stspy-0.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "8391b295c248d93d6bb27fd590b03cf0", "sha256": "558d11b5f99876541123fdd15b83367624dac8cf12fc090e5bf1b0c25bd5f8c9" }, "downloads": -1, "filename": "stspy-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8391b295c248d93d6bb27fd590b03cf0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18770, "upload_time": "2019-08-26T01:03:07", "upload_time_iso_8601": "2019-08-26T01:03:07.119834Z", "url": "https://files.pythonhosted.org/packages/54/cd/ab4ab83842437d4ee9e3b11836b1cc61ecbe933d51361ab5392bb4118e6b/stspy-1.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3af2e8acd21930ae4562a4288f7320ff", "sha256": "71fa2a9b50d9ae78dd4dd5bd69fecee77b21710fd570206bb1fc006d733229bf" }, "downloads": -1, "filename": "stspy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "3af2e8acd21930ae4562a4288f7320ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5913, "upload_time": "2019-08-26T01:03:08", "upload_time_iso_8601": "2019-08-26T01:03:08.399056Z", "url": "https://files.pythonhosted.org/packages/a5/b9/c9f3ad4c85bbab5f8a339e98aa59f18d330fd71fcd9ee523249b83a6cc80/stspy-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "428897723f103e3192890bd551a91685", "sha256": "605606023046a828f0d43986e6586dd883db990a32942dcd506d6513940418da" }, "downloads": -1, "filename": "stspy-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "428897723f103e3192890bd551a91685", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20938, "upload_time": "2019-10-10T17:54:37", "upload_time_iso_8601": "2019-10-10T17:54:37.756978Z", "url": "https://files.pythonhosted.org/packages/95/2d/e1b305bd39013fc7e916e61ada5cbde93ff6eda2bfa90bbccad45dec6209/stspy-1.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cb0b6087ef5ec09193098e68beb33a75", "sha256": "059a51cc7b93864109dd982890022fe49a870d5bda25c89ad459710466d6df3c" }, "downloads": -1, "filename": "stspy-1.0.1.tar.gz", "has_sig": false, "md5_digest": "cb0b6087ef5ec09193098e68beb33a75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8298, "upload_time": "2019-10-10T17:54:40", "upload_time_iso_8601": "2019-10-10T17:54:40.537291Z", "url": "https://files.pythonhosted.org/packages/0a/5e/cf40cc7624e61a4e923e04072062546f8059b7f1eadb6ba6e9e98b80efe9/stspy-1.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "a4d0bbceb2ff2ba66d75b2c106b96eb0", "sha256": "29965d2f44fae6a359503c3e2cd994674bb6e5815eae2f179d4b92035c613308" }, "downloads": -1, "filename": "stspy-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "a4d0bbceb2ff2ba66d75b2c106b96eb0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21113, "upload_time": "2019-10-21T19:33:23", "upload_time_iso_8601": "2019-10-21T19:33:23.722780Z", "url": "https://files.pythonhosted.org/packages/e7/1b/f474f95b0a0e46272d8701cfbec407e87015cc91aa18f797cce4644b9c49/stspy-1.0.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b20df7ac98edbcec82b493cc72798330", "sha256": "3d029087b5581092185488e9566cee27119c88830ed2d299e5fd953a506fe62e" }, "downloads": -1, "filename": "stspy-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b20df7ac98edbcec82b493cc72798330", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8535, "upload_time": "2019-10-21T19:33:29", "upload_time_iso_8601": "2019-10-21T19:33:29.198779Z", "url": "https://files.pythonhosted.org/packages/7a/b1/6cae0772483d93362438a92b8b402dc59464c392a4614d6e66a8cfe89521/stspy-1.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "87609052c0fb55876bc1b8a2822b8698", "sha256": "8310db5bc931fa46bdc4ae4e7ed44e0eb438450ca93da426a48a3d862c02306c" }, "downloads": -1, "filename": "stspy-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "87609052c0fb55876bc1b8a2822b8698", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21136, "upload_time": "2019-10-22T17:30:04", "upload_time_iso_8601": "2019-10-22T17:30:04.223899Z", "url": "https://files.pythonhosted.org/packages/2e/e9/f9764ce95ec96906454fe9f45b7c7c4a7c5f0ca36576a2b222bbc9c8d8e8/stspy-1.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "502dd167b2eb0cc1dbe9efd87f691fe3", "sha256": "1457edc8acec7e5cf47930bebeb5b0c23f2d5225939bfc266fa124ebb72b4457" }, "downloads": -1, "filename": "stspy-1.0.3.tar.gz", "has_sig": false, "md5_digest": "502dd167b2eb0cc1dbe9efd87f691fe3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8564, "upload_time": "2019-10-22T17:30:08", "upload_time_iso_8601": "2019-10-22T17:30:08.195288Z", "url": "https://files.pythonhosted.org/packages/51/17/abcc6b4192b5b515089da219086be223a00f7197cb420f5179a0bd93b67c/stspy-1.0.3.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "87609052c0fb55876bc1b8a2822b8698", "sha256": "8310db5bc931fa46bdc4ae4e7ed44e0eb438450ca93da426a48a3d862c02306c" }, "downloads": -1, "filename": "stspy-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "87609052c0fb55876bc1b8a2822b8698", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21136, "upload_time": "2019-10-22T17:30:04", "upload_time_iso_8601": "2019-10-22T17:30:04.223899Z", "url": "https://files.pythonhosted.org/packages/2e/e9/f9764ce95ec96906454fe9f45b7c7c4a7c5f0ca36576a2b222bbc9c8d8e8/stspy-1.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "502dd167b2eb0cc1dbe9efd87f691fe3", "sha256": "1457edc8acec7e5cf47930bebeb5b0c23f2d5225939bfc266fa124ebb72b4457" }, "downloads": -1, "filename": "stspy-1.0.3.tar.gz", "has_sig": false, "md5_digest": "502dd167b2eb0cc1dbe9efd87f691fe3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8564, "upload_time": "2019-10-22T17:30:08", "upload_time_iso_8601": "2019-10-22T17:30:08.195288Z", "url": "https://files.pythonhosted.org/packages/51/17/abcc6b4192b5b515089da219086be223a00f7197cb420f5179a0bd93b67c/stspy-1.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }