A personal astrophotography catalog and session planning tools for organizing and exploring your celestial images.
Cosmos Collection is designed to help astrophotographers manage their image collections with features tailored specifically for astronomical photography. Keep track of your deep sky objects, planetary shots, and wide-field captures all in one place.
- Image Catalog: Organize your astrophotography images with metadata
- Image Viewer: High-quality viewing experience for astronomical images
- Search & Filter: Find images by object type, date, equipment, or other criteria
- Image Data Management: Track technical details like exposure settings, equipment used, and capture conditions
- DSO Visibility Calculator: Used to determine when DSOs are optimally visible
- Best DSO Tonight: Calculates and displays the best Deep Sky Objects visible from user's location tonight
- DSO Target List: DSO Target management list for planning observing sessions
- Telescope FOV Simulator: Visualize future astrophotography sessions
- Collage Builder: Create collages of your DSO images
- Python 3.x
- Required dependencies (see requirements.txt)
- Clone or download the CosmosCollection project
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
Launch Cosmos Collection and start building your personal astrophotography catalog by importing your images and adding relevant metadata for each capture.
This is a personal project for astrophotography organization. Feel free to fork and adapt for your own use.
MIT License
Copyright (c) 2025 Cosmos Collection
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.