-
Notifications
You must be signed in to change notification settings - Fork 1
Catalog matching Between Sextractor Sources and Querying APASS #8
Comments
There appears to be an implicit API on the APASS site -- https://www.aavso.org/cgi-bin/apass_download.pl?ra=10&dec=10&radius=1&outtype=1 Ultimately we want to be able to call
|
Matching can be done via astropy.coordinates -- read "Matching catalogs/finidng nearest coordinates" |
APASS query thing is done, but some discussion on how we want the data is probably a good idea. Currently, the output table is based off a pandas dataframe which is a little prohibitive. Great framework, but potentially steep learning curve. Otherwise, querying APASS currently works as follows in bash:
in python:
|
this has been merged to master. Second part of this is in |
We want to consider the ability to run catalog matching against other surveys as well. This issue will remain open to address that this should eventually be generalized. |
We want to take ALPHA_J2000 (RA) and DELTA_J2000 (RA and DEC) in decimal degrees and match to APASS catalog.
The text was updated successfully, but these errors were encountered: