An astronomical image plate solving package.
Project description
# Widefield Plate Solver
This package provides tools for plate solving wide field astronomical images. Its main difference with using Astrometry.net’s solve-field directly is that it can also default to Astrometry.net’s API if requested.
## Installation
To install the package, run: `bash $ pip install widefield-plate-solver `
## Usage
### as a script
After installation, you can use the command widefield-plate-solve from the terminal:
`bash $ widefield-plate-solve <fits_file_path> --use_api ` Replace <fits_file_path> with the path to your FITS file. Use the –use_api flag to use the Astrometry.net API for plate solving: your environment variables will need to contain your API key.
`bash $ export astrometry_net_api_key="your_nova_astrometry_api_key" ` Not using –use_api will default to your local installation of Astrometry.net, looking for the solve-field command.
For more information on usage, run:
`bash $ widefield-plate-solve --help `
### from python
See the plate_solve function imported from the package:
`python from widefield_plate_solver import plate_solve help(plate_solve) `
## Dependencies
scipy
astropy
sep
matplotlib
astroquery
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file widefield_plate_solver-0.1.4.tar.gz
.
File metadata
- Download URL: widefield_plate_solver-0.1.4.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cdb9f3c9fd5ead306d6f87235b502c8401ca2685235a70204be2c003905e3df |
|
MD5 | b523234503a9ff0e94bb0cac3a7bdca5 |
|
BLAKE2b-256 | 5826b47aefe042bc6fc0584cda5613f7754cd81e4283e61aafa5c02cafa1c0ae |
File details
Details for the file widefield_plate_solver-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: widefield_plate_solver-0.1.4-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f5f416a5f1f8328a4c1c9513090011aa8a747575307574e1ff96d967ce986b7 |
|
MD5 | 54b1d45e4c6a4feafba19d7bc0a8d81f |
|
BLAKE2b-256 | 1d5cf089c4c1e3f82f83420f4066db0cf4d14221932076ed30bb0555a8b131a4 |