Citra's basic image processing package
Project description
pixelemon
Citra's Python plate solver using Tetra3 via cedar-solve.
Features
- Define and configure telescope sensors and optics
- Load and process FITS images
- Plate solve images using Tetra3
Installation
Install via pip (requires Python 3.9+):
pip install pixelemon
Or for development:
git clone https://github.com/citra-space/pixelemon.git
cd pixelemon
pip install -e .[dev]
Example Usage
from pathlib import Path
from pixelemon.sensors import IMX174
from pixelemon.optics import WilliamsMiniCat51
from pixelemon import Telescope, TelescopeImage, TetraSolver
TetraSolver.high_memory() # IMPORTANT <----
sensor = IMX174()
optical_assembly = WilliamsMiniCat51()
telescope = Telescope(sensor=sensor, optics=optical_assembly)
img_path = Path("./local/2025-10-17-021315.fits")
image = TelescopeImage.from_fits_file(img_path, telescope)
image.crop(10.0) # optional
solve = image.plate_solve
Requirements
- Python 3.9+
- pydantic
- cedar-solve
- sep
- astropy
License
MIT
Authors
- Brandon Sexton brandon@citra.space
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pixelemon-0.3.0.tar.gz
(751.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pixelemon-0.3.0-py3-none-any.whl
(20.0 kB
view details)
File details
Details for the file pixelemon-0.3.0.tar.gz.
File metadata
- Download URL: pixelemon-0.3.0.tar.gz
- Upload date:
- Size: 751.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e26dca6aafe2d4cce3260d52d8573c05c812d25786f6ca6c44b4fa3a927c2ef
|
|
| MD5 |
51bc0a1db067df266fc37be2d570db3f
|
|
| BLAKE2b-256 |
9de5f772ab944a85f45ee911f4dae28b23f77d6dc675773fd41b7f8400956323
|
File details
Details for the file pixelemon-0.3.0-py3-none-any.whl.
File metadata
- Download URL: pixelemon-0.3.0-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c5d31d1bf4ccdcf55db60dc558d9371787bc7830f0ed059131a1b348ef10f95
|
|
| MD5 |
dab82b4c34dfe1b774bb2d3d577010ff
|
|
| BLAKE2b-256 |
cc2a7dd830d43da695c3327d57ab7c7ef7368cac0904460b5d5411e6d39ff247
|