Skip to main content

Legacyplate Data Query

Project description

legacyplate query

Description

legacyplatequery is a legacyplate query tool developed by Shanghai Astronomical Observatory. It provide a python package like Astroquery.

Installation

You can use pip command to install it: `shell pip install legacyplatequery `

Usage

  1. import the package.

`python import legacyplatequery as lpdata `

  1. Login

`python user = 'wangweihua' password = 'xxx' lpdata.auth(user, password) `

  1. Get the total number of legacy plate

`python lpdata.get_total_of_plates() `

  1. Get the total number of the stars in the star catalog

`python lpdata.get_total_of_star_catalog() `

  1. Search the legacy plates with q3c_radial_query

`python ra = 12.0 dec = 12.0 radius = 12 plates = lpdata.get_plates_by_radial_query(ra, dec, radius) print(plates) `

  1. Search the stars with q3c_radial_query

`python stars = lpdata.get_star_catalog_by_radial_query(ra, dec) print(stars) `

History

0.1.0 (2023-04-11)

  • First release on PyPI.

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

legacyplatequery-0.1.2.tar.gz (13.4 kB view hashes)

Uploaded Source

Built Distribution

legacyplatequery-0.1.2-py3.9.egg (16.0 kB view hashes)

Uploaded Source

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