{ "info": { "author": "Lucio Anderlini, Nicola Minafra", "author_email": "lucio.anderlini@fi.infn.it", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# SAMPIC DECODER \nThe package `sampic_decoder` is a simple python packaged used to read \nthe binary files produced with the SAMPIC board from LAL in python/numpy. \n\nIt depends on numpy and runs with both Python2.7 and Python3.x. \n\nExample: \n\tfrom pysampic import Dataset \n\n\tds = Dataset ( \"sample.bin\" ) \n\n\tprint (ds.keys()) #Prints the available keys \n\tprint (ds['HitNumber']) # Reads the hit numbers of all entries as a ndarray \n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.cern.ch/landerli/sampic_decoder", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pysampic", "package_url": "https://pypi.org/project/pysampic/", "platform": "", "project_url": "https://pypi.org/project/pysampic/", "project_urls": { "Homepage": "https://gitlab.cern.ch/landerli/sampic_decoder" }, "release_url": "https://pypi.org/project/pysampic/0.1/", "requires_dist": null, "requires_python": "", "summary": "Python decoder for the binary SAMPIC files", "version": "0.1" }, "last_serial": 5351853, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2b168ce87e9d903c07c3521f0256c369", "sha256": "3ee8f4a5d10b22bc08ed1b563214613bb2a6bfa978c211da815afcac2868e7e0" }, "downloads": -1, "filename": "pysampic-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2b168ce87e9d903c07c3521f0256c369", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5603, "upload_time": "2019-06-03T10:39:16", "url": "https://files.pythonhosted.org/packages/8b/d8/444febd3cc2e66cb8c6a4d551b0285d738be38a412470c5138e4d017f962/pysampic-0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b168ce87e9d903c07c3521f0256c369", "sha256": "3ee8f4a5d10b22bc08ed1b563214613bb2a6bfa978c211da815afcac2868e7e0" }, "downloads": -1, "filename": "pysampic-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2b168ce87e9d903c07c3521f0256c369", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5603, "upload_time": "2019-06-03T10:39:16", "url": "https://files.pythonhosted.org/packages/8b/d8/444febd3cc2e66cb8c6a4d551b0285d738be38a412470c5138e4d017f962/pysampic-0.1-py3-none-any.whl" } ] }