Metadata-Version: 2.4
Name: esibd-explorer
Version: 1.0.1
Summary: A comprehensive data acquisition and analysis tool for Electrospray Ion-Beam Deposition experiments and beyond.
Author-email: ioneater <ioneater.dev@gmail.com>
Project-URL: Homepage, https://esibd-explorer.readthedocs.io/en/stable/index.html
Project-URL: Source, https://github.com/ioneater/ESIBD-Explorer
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: asteval
Requires-Dist: biopython
Requires-Dist: configobj
Requires-Dist: configparser
Requires-Dist: h5py
Requires-Dist: keyboard
Requires-Dist: matplotlib
Requires-Dist: contourpy==1.2.1
Requires-Dist: lakeshore
Requires-Dist: nidaqmx
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: pfeiffer-vacuum-protocol
Requires-Dist: picosdk
Requires-Dist: opencv-python
Requires-Dist: openpyxl
Requires-Dist: pyautogui
Requires-Dist: PyOpenGL
Requires-Dist: pyperclip
Requires-Dist: pyqt6==6.6
Requires-Dist: pyqt6-qt6==6.6
Requires-Dist: pyqt6-webengine==6.6
Requires-Dist: pyqt6-webengine-qt6==6.6
Requires-Dist: python-pptx
Requires-Dist: pyserial
Requires-Dist: python-socketio
Requires-Dist: pyvisa
Requires-Dist: pywin32; sys_platform == "win32"
Requires-Dist: pyqtgraph==0.13.7
Requires-Dist: scipy
Requires-Dist: Send2Trash
Requires-Dist: simple_pid
Dynamic: license-file

ESIBD Explorer
==============

A comprehensive data acquisition and analysis tool for Electrospray Ion-Beam Deposition experiments and beyond.

.. image:: https://readthedocs.org/projects/esibd-explorer/badge/?version=stable
   :target: https://esibd-explorer.readthedocs.io/en/stable/index.html
   :alt: Documentation Status

.. github will cash the logo so updates may only become effective after a few days, the link will still point to the lates version
.. image:: https://badge.fury.io/py/esibd-explorer.svg
   :target: https://badge.fury.io/py/esibd-explorer
   :alt: ESIBD Explorer on PyPI

.. figure:: https://github.com/ioneater/ESIBD-Explorer/blob/main/docs/pages/2023-10_ESIBD_GUI_plain.png?raw=true

   **ESIBD Explorer user interface.** The ESIBD Explorer controls all aspects of an Electrospray Ion-Beam Deposition (ESIBD) experiment, 
   including optimization and characterization of the ion-beam energy, beam intensity, and beam size, as well as monitoring of the deposition. 
   At each step, results and metadata are saved to document the experiment and allow for later reproduction of all experimental conditions.

Documentation
-------------

Read the documentation online at http://esibd-explorer.rtfd.io/

..
   Optionally, to build the documentation yourself from the ``docs/`` folder::
.. 
  pip install sphinx
  cd docs/
  make html

Installation
------------

Install directly from the `Python Package Index <https://pypi.org/project/esibd-explorer>`_ using pip::

   pip install esibd-explorer

Run the program using::

   python -m esibd.explorer

Visit the `documentation <https://esibd-explorer.readthedocs.io/en/stable/pages/install.html>`_ for alternative methods. 

Source code
-----------

https://github.com/ioneater/ESIBD-Explorer

Contact
-------

ioneater.dev@gmail.com
