Metadata-Version: 2.1
Name: eQuimage
Version: 1.2.0
Summary: eQuimage is a tool to postprocess astronomical images from Unistellar telescopes.
Author-email: Yann-Michel Niquet <contact@ymniquet.fr>
Project-URL: homepage, https://astro.ymniquet.fr/
Project-URL: repository, https://github.com/ymniquet/eQuimage
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib >=3.0
Requires-Dist: scipy
Requires-Dist: pillow
Requires-Dist: imageio >=2.33
Requires-Dist: imageio[freeimage]
Requires-Dist: imageio[tifffile]
Requires-Dist: imageio[fits]
Requires-Dist: PyGObject >=3.0

### eQuimage is a python tool to postprocess astronomical images from Unistellar telescopes

Author: Yann-Michel Niquet (https://astro.ymniquet.fr)

### Installation

eQuimage is developed in Python 3 with a GTK3 graphical interface. Python 3 and the GTK3 library are available in all Linux distributions; On Windows, follow https://www.gtk.org/docs/installations/windows/ for GTK3. To install the latest stable version of eQuimage, open a linux terminal/windows command prompt and run:

  `pip install --user eQuimage`

pip will automatically download eQuimage and the missing python modules if necessary (matplotlib, etc...). You can then launch eQuimage by typing:

  `eQuimage`

in this same terminal. You can also create a link to eQuimage from your desktop; an icon is distributed for this purpose with the python package.

### Usage

This code has no claim and only offers elementary operations compared to other more advanced image processing or astrophotography software (GIMP, PixInsight, etc...). Its main advantages are:
  - to highlight the pixels "blackened" or saturated by the treatments (in each R/G/B channel),
  - to leave the frame of the Unistellar images unprocessed (option only implemented to date for the eQuinox 1 telescope, but feel free to contribute or send me sample images from other telescopes !)
  - to keep track (in a log file) of all operations applied to a given image.

There is no documentation yet, but you should find your way around easily if you have used image processing software before. The python code itself is documented in English.

### Known bugs

  - On windows, the imageio/freeimage plugin can not read png's with accents (and likely other special characters) in the file name.
