{ "info": { "author": "Pierre Clad\u00e9", "author_email": "pierre.clade@spectro.jussieu.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Other Audience", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Overview\n========\n\nThis module provides a Python interface to the SpotCam driver from `SPOT Imaging Solutions`_\n\nInstallation\n============\n\nYou need to install the driver from `SPOT Imaging Solutions`_.\n\nTo install PySpotCam, download the `package`_ and run the command ::\n\n python setup.py install\n\nYou can also directly **move** the `PySpotCam` directory to a location\nthat Python can import from (directory in which scripts \nusing `PySpotCam` are run, etc.)\n\nUsage\n=====\n\nHere is a small example ::\n\n from PySpotCam.spot import SpotClass\n\n Spot = SpotClass()\n\n Spot.BitDepth = max(Spot.BitDepths) # Set the BitDepth to the max value\n Spot.ExternalTriggerMode = 1\n Spot.SetExposure(gain=1, time=2)\n\n image = Spot.GetImage()\n\n print Spot.VersionInfo2\n\nAlmost all the functions described in the SPOTCam API are implemented.\n\nHistory\n=======\n\n* 1.0.0 : Initial release\n* 1.0.1 : Error in the SetExposure method corrected\n\nContact\n=======\n\nPlease send bug reports or feedback to `Pierre Clad\u00e9`_.\n\n.. _SPOT Imaging Solutions: http://www.spotimaging.com/\n.. _package: http://pypi.python.org/pypi/PySpotCam/\n.. _Pierre Clad\u00e9: mailto:pierre.clade@spectro.jussieu.fr", "description_content_type": null, "docs_url": "https://pythonhosted.org/PySpotCam/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://packages.python.org/PySpotCam/", "keywords": "SpotCam,SPOT Imaging Solutions,Camera", "license": "This software can be used under one of the following two licenses: (1) The BSD license. (2) Any other license, as long as it is obtained from the original author.", "maintainer": null, "maintainer_email": null, "name": "PySpotCam", "package_url": "https://pypi.org/project/PySpotCam/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PySpotCam/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://packages.python.org/PySpotCam/" }, "release_url": "https://pypi.org/project/PySpotCam/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Interface to the SpotCam driver.", "version": "1.0.1" }, "last_serial": 785374, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c6357497ea17642670a596b132f5cfff", "sha256": "806bdea89b902894502e9f3c04e219b5a0b178d416e248e056242dec1a20d87d" }, "downloads": -1, "filename": "PySpotCam-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c6357497ea17642670a596b132f5cfff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27054, "upload_time": "2012-11-09T17:02:44", "url": "https://files.pythonhosted.org/packages/fd/c0/cfd9c63b93946d3ebd50143c074c4cd060e761b51e52c28aad3b361aade1/PySpotCam-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "1dd597ba28038aede775c856e248d067", "sha256": "e257aeed147f7482c7971bfa08101ac5dadad5d268adf0e17b47c14d69ab2959" }, "downloads": -1, "filename": "PySpotCam-1.0.1.tar.gz", "has_sig": false, "md5_digest": "1dd597ba28038aede775c856e248d067", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27313, "upload_time": "2013-03-12T17:34:39", "url": "https://files.pythonhosted.org/packages/85/7f/0a002cf55e2a9ec6679050c662f9eb3f3bdc6e265c32026231c7cb29f7cd/PySpotCam-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1dd597ba28038aede775c856e248d067", "sha256": "e257aeed147f7482c7971bfa08101ac5dadad5d268adf0e17b47c14d69ab2959" }, "downloads": -1, "filename": "PySpotCam-1.0.1.tar.gz", "has_sig": false, "md5_digest": "1dd597ba28038aede775c856e248d067", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27313, "upload_time": "2013-03-12T17:34:39", "url": "https://files.pythonhosted.org/packages/85/7f/0a002cf55e2a9ec6679050c662f9eb3f3bdc6e265c32026231c7cb29f7cd/PySpotCam-1.0.1.tar.gz" } ] }