Skip to main content

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

widefield_plate_solver-0.1.3.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

widefield_plate_solver-0.1.3-py3-none-any.whl (12.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page