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 `
2. Login `python user = 'wangweihua' password = 'xxx' lpdata.auth(user, password) `
3. Get the total number of legacy plate `python lpdata.get_total_of_plates() `
4. Get the total number of the stars in the star catalog `python lpdata.get_total_of_star_catalog() `
5. 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) `
6. 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
Built Distribution
Hashes for legacyplatequery-0.1.1-py3.9.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16e06609349c5e601f867bdcb879271b4a1494943f2289e8a7f69686f6425850 |
|
MD5 | 9ef47cfd0f61b4c36d6513e1c8b85b9b |
|
BLAKE2b-256 | 58111e775d84a1acfb9586189d754f1b064381fb7fcb9af1190bb0fb094a2d17 |