{ "info": { "author": "Karl Bedrich", "author_email": "karl@bedrich.de", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Other Audience", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Visualization", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "**dataArtist** - *\u2026scientific data processing made easy.*\n\n.. image:: https://img.shields.io/badge/License-GPLv3-red.svg\n.. image:: https://img.shields.io/badge/python-2.6%7C2.7-yellow.svg\n\n`Download for Windows 7-10`_\n\n|screenshot|\n\nAbout\n-----\n\n| *dataArtist* is a graphical program for interactive data analysis and\n processing. It is currently specialized image processing tasks in\n combination with electroluminescence imaging of photovoltaic devices.\n| It is written in Python (2.7) and is released under open source.\n| *dataArtist* is written to be platform independent. It is known to run\n under Windows 7-10 and Ubuntu Linux 14.10 (soon).\n\n**Please cite *dataArtist* as follows:**\n\n K.G. Bedrich et al., \u201cElectroluminescence Imaging of PV Devices:\n Camera Calibration and Image Correction\u201d, Proc. 43rd IEEE Photovoltaic Specialists Conference, Portland, 2016.\n\n\nManuals\n-------\n\n`USER manual`_\n\n`DEVELOPERS manual`_\n\nOnline Tutorials\n----------------\n\n| General usage, camera calibration and image correction are explained\n in youtube screencast sessions, see\n| |youtube|\n\nSupported file types\n--------------------\n\nData is imported through drag n\u2019drop.\n\n#. Images\n\n- Common used (TIF, BMP, PNG, JPG, CSV, TXT, MAT)\n- RAW, if data type and image shape are known\n- Numpy arrays\n\n#. Plots\n\n- CSV, TXT, numpy arrays\n\nInstallation\n------------\n\na) Portable version\n~~~~~~~~~~~~~~~~~~~\n\n- *dataArtist* runs out of the box. No installation needed (currently\n Windows only). See section `Releases`_.\n\n\nb) Installation into existing Python installation using pip\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n- After installing Python2.7 and ensuring that 'pip' is a recognised command in the command shell (Windows: CMD.exe).\n you need to install the following packages BEFORE installing dataArtist:\n \n - PyQt4 \n - OpenCV2.4\n - OPTIONAL: RabbitMQ (for inter-program communication)\n \n Please refer to the `USER manual`_ for more information.\n- Once these packages are installed, open a command shell and type:\n\n``pip install dataArtist``\n\n- Now start dataArtist from the command shell:\n\n``dataArtist``\n\n- To launch dataArtist into the system tray type:\n\n``dataArtist -s``\n\n- To open a dataArtist session directly type:\n\n``dataArtist -o /path/to/my/session.da``\n\n\nScripting, Automation, Modding\n------------------------------\n\n| *dataArtist* comes with a built-in python shell. Data can be examplary\n accessed though ``d1.l3`` (display 1, data layer 3) and tools\n e.g. through ``d.tools['Axes'].click()`` (in current display execute\n tool \u2018Axes\u2019).\n| *dataArtist* allows adding own tools, displays and importers, for\n examples, see dataArtist/modding.\n\nMain dependencies\n-----------------\n\n+----------------------+----------------------------------------------------------+\n| Package | Description |\n+======================+==========================================================+\n| `pyqtgraph\\_karl`_ | Scientific Graphics and GUI Library based on Qt (Fork) |\n+----------------------+----------------------------------------------------------+\n| `imgProcessor`_ | General propose image processing libary |\n+----------------------+----------------------------------------------------------+\n| `appBase`_ | Base packages for apps, based on Qt |\n+----------------------+----------------------------------------------------------+\n| `fancyWidgets`_ | A collection of fancy widgets, based on Qt |\n+----------------------+----------------------------------------------------------+\n| `fancyTools`_ | A collection of useful not-GUI tools |\n+----------------------+----------------------------------------------------------+\n\nExample: Electroluminescence imaging\n------------------------------------\n\nCamera calibration\n~~~~~~~~~~~~~~~~~~\n\nFor camera calibration all needed images are dropped into *dataArtist*\nand the matching tool is executed. The calibration results are\nhereinafter saved to a calibration file. The determination of the\npoint spread function is exemplary shown in the following figure:\n\n|screenshotpsf|\n\n dataArtist screenshot - toolbar \u2018calibration\u2019. **a**: Best focus\n determination; **b**: noise-level-function measurement; **c**: Dark\n current mapping; **d**: Flat field mapping; **e**: PSF estimation\n (selected): **f**: lens distortion measurement\n\nImage correction\n~~~~~~~~~~~~~~~~\n\nThe correction of EL image is shown in the following figure.\nPerspective correction (red box) can be done either using the outline\nof the PV device (automatically detected or manually defined) or using\na reference image.\n\n|screenshotcorrection|\n\n | dataArtist screenshot - **a**: tool \u2018CalibrationFile\u2019; **b**: tool\n \u2018CorrectCamera\u2019; **c**: tool \u2018PerspectiveCorrection\u2019\n | **green line**: Camera correction; **red line**: Perspective\n correction\n\n\n\n\n\n.. |screenshot| image:: https://cloud.githubusercontent.com/assets/350050/15406631/806a7a8a-1dc4-11e6-9e76-709cd482857f.png\n.. |screenshotpsf| image:: https://cloud.githubusercontent.com/assets/350050/15404653/bd2e51b6-1dbb-11e6-8282-2ea539f0286d.png\n.. |screenshotcorrection| image:: https://cloud.githubusercontent.com/assets/350050/15404785/53d4c992-1dbc-11e6-93b7-c6108ab9a2b0.png\n.. _Download for Windows 7-10: https://github.com/radjkarl/dataArtist/releases/tag/v0.1-alpha\n.. _USER manual: https://github.com/radjkarl/dataArtist/raw/master/dataArtist/media/USER_MANUAL.pdf\n.. _DEVELOPERS manual: http://radjkarl.github.io/dataArtist/\n.. _Releases: https://github.com/radjkarl/dataArtist/releases\n.. _pyqtgraph\\_karl: https://github.com/radjkarl/pyqtgraph_karl\n.. _imgProcessor: https://github.com/radjkarl/imgProcessor\n.. _appBase: https://github.com/radjkarl/appBase\n.. _fancyWidgets: https://github.com/radjkarl/fancyWidgets\n.. _fancyTools: https://github.com/radjkarl/fancyTools\n\n.. |youtube| image:: https://cloud.githubusercontent.com/assets/350050/15802145/a8eaac4c-2a66-11e6-865d-4c77c306acc9.png\n :target: https://www.youtube.com/playlist?list=PLKyzYL-Q8Rcl6tHN1PjB3FiIfI24pdLLb", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/radjkarl/dataArtist", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "dataArtist", "package_url": "https://pypi.org/project/dataArtist/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dataArtist/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/radjkarl/dataArtist" }, "release_url": "https://pypi.org/project/dataArtist/0.1.15/", "requires_dist": null, "requires_python": null, "summary": "Interactive scientific data and image processing", "version": "0.1.15" }, "last_serial": 2264561, "releases": { "0.1.14": [ { "comment_text": "", "digests": { "md5": "ad184a1af22edb24bf459486428443b4", "sha256": "92c227225a96c37fcc0db47cf6512e13af1f83570e6134f0517d322a6aa1b418" }, "downloads": -1, "filename": "dataArtist-0.1.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ad184a1af22edb24bf459486428443b4", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2125981, "upload_time": "2016-06-04T03:29:24", "url": "https://files.pythonhosted.org/packages/dd/d5/d32a1c4cb8117cac70d39f4dec69bfc543d244b8833d4e89d7f74859597f/dataArtist-0.1.14-py2.py3-none-any.whl" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "8a39f81a333c98e5d2c0e922d60a66bc", "sha256": "506f92770034324e42fb3977f60589a433307c5867fb79f4d3f6ce98f1b28d93" }, "downloads": -1, "filename": "dataArtist-0.1.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a39f81a333c98e5d2c0e922d60a66bc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2163437, "upload_time": "2016-08-05T17:16:01", "url": "https://files.pythonhosted.org/packages/03/55/7067ed32ca154b19df2ab8b862cfa18014bb925776ee43423bc0aa36266f/dataArtist-0.1.15-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a39f81a333c98e5d2c0e922d60a66bc", "sha256": "506f92770034324e42fb3977f60589a433307c5867fb79f4d3f6ce98f1b28d93" }, "downloads": -1, "filename": "dataArtist-0.1.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a39f81a333c98e5d2c0e922d60a66bc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2163437, "upload_time": "2016-08-05T17:16:01", "url": "https://files.pythonhosted.org/packages/03/55/7067ed32ca154b19df2ab8b862cfa18014bb925776ee43423bc0aa36266f/dataArtist-0.1.15-py2.py3-none-any.whl" } ] }