Metadata-Version: 2.2
Name: astrodom
Version: 0.3.9
Summary: Astroimaging Catalogue Software
Home-page: https://github.com/fenriques/AstroDom
Author: Ferrante Enriques
Author-email: ferrante.enriques@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: Other Environment
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: matplotlib
Requires-Dist: PyQt5
Requires-Dist: pyqtgraph
Requires-Dist: numpy
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## Jan 2025 update: 
  **1. Contributors and maintainers for this project are needed! Please contact me or open an issue if you are interested.**
  
  **2. pip install only works for older pythons (up to 3.8). For versions up to 3.12 read the last paragraph in the installation section**

# AstroDom
Astro(nomy) Dom(ine) is a catalogue tool for deep sky images. It scans the directories where images (FITS format only) are  
stored and reads information from FITS headers. 
Additional parameter like FWHM, Eccentricity, Noise can be added from Pixinsight CSV exports from SubFrameSelector process.

The catalogue can be used to keep track of your imaging sessions and to benchmark your images.
With the Charts tool you can discover important information about your data, e.g.:
- How much Alt affects FWHM
- Which night had the best seeing conditions
- Where in the sky (Alt, Az) the guiding is best / worse.
-   How many hours for each filter

AstroDom was tested with FITS files written by MaximDL (v4 and v6), Ekos/INDI, SGP but any other software is supported through custom profiles.
Check the documentation here: [Documentation](/docs/index.md)

# Video
[Features](https://www.youtube.com/watch?v=leJt-5oTfVs&t=66s)

[Installation](https://www.youtube.com/watch?v=u_OSYxAcNoc)


![Overview](/docs/overview.png?raw=true)

# Features
- Scans recursively filesystem directories searching for FITS files.
- Add image parameters from Pixinsight's SubFrameSelector process: FWHM, Eccentricity, SNRWeight, Noise.
- List, filter, search all the images in the database. It shows mean values and standard deviation for most important parameters. See image 1 below.
- Outputs charts with several information. See image 2 below.

# Screenshot
Main window with search criteria and results:

![image 1](/docs/imageList.png?raw=true)

Charts plotted for a subset of images (colors map different filters):
![image 2](/docs/ADcharts.png?raw=true)

