{ "info": { "author": "J\u00e9r\u00f4me Parent", "author_email": "jerome.parent@lynceetec.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", "Programming Language :: Python :: 3" ], "description": "# pyKoalaRemote\nPython wrapper for dotNet Koala Remote Client provided by LynceeTec to control Digital Holographic Microscope using proprietary Koala software\n\nThe wrapper uses the same methods names and arguments as the dotNet library distributed by LynceeTec SA LynceeTec.KoalaRemote.Client. [LynceeTec.KoalaRemote.Client.dll documentation](https://github.com/jejmule/pyKoalaRemote/blob/master/Koala%20Remote%20-%20Users%20Manual.pdf)\n\nMethods that return a dotNet Array are modified to return a Numpy Array, modified methods are described bellow.\n\n## Installation using pip\n\n pip install pyKoalaRemote\n\n ## Test\n From Ipython console\n\n from pyKoalaRemote import client\n run client\n## Usage\nImport the class client from the pyKoalaRemote and create an instance\n\n from pyKoalaRemote import client\n remote = client.pyKoalaRemoteClient()\n\nRun standard methods\n\n remote.Connect(\"localhost\")\n remote.Login(\"password\")\n remote.OpenConfig(137)\n\n## New methods\nTwo new methods enable a dialog in the console.\n\n - ConnectAndLoginDialog\n\t - Arguments : void(nothing)\n\t - Return : true if the connection and login was successful\n\t - Comments : \n\t\t - Connect and Login to Koala within a single function.\n\t\t - IP address and password are defined in the console\n\t\t - If the user leave empty field, the default value is used\n - OpenConfigDialog\n\t - Arguments : void(nothing)\n\t - Return : true if the connection and login was successful\n\t - Comments : \n\t\t - Config number is defined in the console\n - GetPhaseProfileAxis\n\t - Description : return calibrated axis in [um] of a profile cut\n\t - Arguments : void(nothing)\n\t - Return : 1D Numpy array of np.double of profile length\n\n## Modified methods\nThe methods that returns dotNet Array are modified to return Numpy Array\n\n - Connect(hostname, quiet=True)\n\t - Arguments :\n\t\t - hostName (String): The IP of the computer where Koala is running. Use localhost if running on the same computer\n\t\t - quiet (Boolean): Deprecated parameter, will be removed in a later version. Set either to true or false\n\t - Return : true if the connection was successful\n\t - Comments : the instance variable username is set with username\n - GetAxesPosMu\n\t - Arguments : void (nothing)\n\t - Return : 1D Numpy array of np.double of size 4, where the data for the X, Y, Z and Theta axis respectively\n - GetHoloImage\n\t - Arguments : void (nothing)\n\t - Return : 2D Numpy array of np.ubyte of hologram size\n - GetIntensityImage\n\t - Arguments : void (nothing)\n\t - Return : 2D Numpy array of np.ubyte of ROI size\n - GetIntensity32fImage\n\t - Arguments : void (nothing)\n\t - Return : 2D Numpy array of np.single of ROI size\n - GetPhaseImage\n\t - Arguments : void (nothing)\n\t - Return : 2D Numpy array of np.ubyte of ROI size\n - GetPhase32fImage\n\t - Arguments : void (nothing)\n\t - Return : 2D Numpy array of np.single of ROI size\n - GetPhaseProfile\n\t - Arguments : void (nothing)\n\t - Return : 1D Numpy array of np.double of profile length\n\n\n> Written with [StackEdit](https://stackedit.io/).\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jejmule/pyKoalaRemote", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyKoalaRemote", "package_url": "https://pypi.org/project/pyKoalaRemote/", "platform": "", "project_url": "https://pypi.org/project/pyKoalaRemote/", "project_urls": { "Homepage": "https://github.com/jejmule/pyKoalaRemote" }, "release_url": "https://pypi.org/project/pyKoalaRemote/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "Python wrapper for dotNet Koala Remote Client provided by Lync\u00e9eTec to control Digital Holographique Microscope using proprietary Koala software", "version": "0.0.3" }, "last_serial": 5572771, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "cb5bb06048217c9c4d717b966590294a", "sha256": "5f5d6c1e088135a4bb1e1206704b4a864bbd02b275fda5f9164036a1fccaea71" }, "downloads": -1, "filename": "pyKoalaRemote-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cb5bb06048217c9c4d717b966590294a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5880, "upload_time": "2019-07-23T09:14:06", "url": "https://files.pythonhosted.org/packages/7b/f8/09f92999507d05f7468f4c4bffc8fd027fc765fd8521747ddbda4aeb7008/pyKoalaRemote-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "27f19bffd8a46ac5060559afe0823c85", "sha256": "1e54103c78dc0771e3493544181e4774e5528e65994ccaa36508aa24cc565012" }, "downloads": -1, "filename": "pyKoalaRemote-0.0.1.tar.gz", "has_sig": false, "md5_digest": "27f19bffd8a46ac5060559afe0823c85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4476, "upload_time": "2019-07-23T09:14:08", "url": "https://files.pythonhosted.org/packages/74/ad/909fec1aefaba44dad21027474a012fcaca9c286d9610ed44d02e585a444/pyKoalaRemote-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "46583e56836bd693bdf72abb27c4123f", "sha256": "fb26fa1f8ea1a49c9f5369ea313dda765ca442264905c5c91db9fdea2a98e635" }, "downloads": -1, "filename": "pyKoalaRemote-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "46583e56836bd693bdf72abb27c4123f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8461, "upload_time": "2019-07-23T11:39:11", "url": "https://files.pythonhosted.org/packages/f7/fe/bf06a9ce4dfdf283eec6c41bfa0bf7bffdb848e4707a9cbed0fca70b52f5/pyKoalaRemote-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2eaa190a14cfc26c3f2f55820ab2fba7", "sha256": "692e0347e499e25ba4517ba1e664e386ad506a068dc2e59f752f03be0446af4c" }, "downloads": -1, "filename": "pyKoalaRemote-0.0.2.tar.gz", "has_sig": false, "md5_digest": "2eaa190a14cfc26c3f2f55820ab2fba7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6638, "upload_time": "2019-07-23T11:39:13", "url": "https://files.pythonhosted.org/packages/e5/a1/6e0536160cf798fd6f92a6de228f548896aa84603b2a727d3dd61cf56334/pyKoalaRemote-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "af918938971ed779681584ff6e8bd73a", "sha256": "3d43d8164d765560d187595563129ba2f86de61f8c43f03c7b15e2ec1d9313cb" }, "downloads": -1, "filename": "pyKoalaRemote-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "af918938971ed779681584ff6e8bd73a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8554, "upload_time": "2019-07-23T14:39:30", "url": "https://files.pythonhosted.org/packages/59/1e/e6ee26c6728b530a2737d5719cd6758c868d26287b2a1034f111b512060e/pyKoalaRemote-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2602ec548923c67adbb68cbf93fe025d", "sha256": "91e1c51980974d04b7edba29c931a331192be43870caad8981859adec3fcec7c" }, "downloads": -1, "filename": "pyKoalaRemote-0.0.3.tar.gz", "has_sig": false, "md5_digest": "2602ec548923c67adbb68cbf93fe025d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5754, "upload_time": "2019-07-23T14:39:33", "url": "https://files.pythonhosted.org/packages/f2/06/2c4733d4e1d3a56acabdcfd5b3aa42ec2275da6942c5afef4415ae36978b/pyKoalaRemote-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "af918938971ed779681584ff6e8bd73a", "sha256": "3d43d8164d765560d187595563129ba2f86de61f8c43f03c7b15e2ec1d9313cb" }, "downloads": -1, "filename": "pyKoalaRemote-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "af918938971ed779681584ff6e8bd73a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8554, "upload_time": "2019-07-23T14:39:30", "url": "https://files.pythonhosted.org/packages/59/1e/e6ee26c6728b530a2737d5719cd6758c868d26287b2a1034f111b512060e/pyKoalaRemote-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2602ec548923c67adbb68cbf93fe025d", "sha256": "91e1c51980974d04b7edba29c931a331192be43870caad8981859adec3fcec7c" }, "downloads": -1, "filename": "pyKoalaRemote-0.0.3.tar.gz", "has_sig": false, "md5_digest": "2602ec548923c67adbb68cbf93fe025d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5754, "upload_time": "2019-07-23T14:39:33", "url": "https://files.pythonhosted.org/packages/f2/06/2c4733d4e1d3a56acabdcfd5b3aa42ec2275da6942c5afef4415ae36978b/pyKoalaRemote-0.0.3.tar.gz" } ] }