Module for accessing the HSC-SSP database
Project description
hscquery is a Python 2/3 module for querying the Hyper Suprime-Cam Subaru Strategic Program database. HSC-SSP
Based on the python script developed by michitaro, NAOJ / HSC Collaboration. Source
Dependencies
hscquery depends on astropy and future packages.
Installation
hscquery can be easily installed using pip:
pip install hscquery
Example
A simple example of using hscquery:
from hscquery import HSC from astropy import units as u from astropy.coordinates import SkyCoord coords = SkyCoord(34.0, -5.0, unit='deg') radius = 5.0 * u.arcsec h = HSC(survey='wide') data = h.query_region(coords, radius) print data
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
hscquery-0.2.1.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file hscquery-0.2.1.tar.gz
.
File metadata
- Download URL: hscquery-0.2.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0aafd1a516d43b3936bb38f503f6f119604a5ff3dccb6b10239fffaacabc35a |
|
MD5 | c68b1634f34c04ca41b70475430a97a4 |
|
BLAKE2b-256 | f1407e75fc70f62c659d900fffd03a02c26f40b2c54d98789f920650467e69c7 |
File details
Details for the file hscquery-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: hscquery-0.2.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 571dcdb77501d73b2c9c3f88cfa2f8bd4a111ddb6c9a6341cd3fb8ea38a9913c |
|
MD5 | 265e2df92906a8eb2492ccc3dc7fcd52 |
|
BLAKE2b-256 | c357151abe00d0a9ce192e755f9617b7cf6289e856f857d07e2486915ceca2c6 |