ATKquery
This tool runs an ATK query as if query() was called. The standard data structure methods are available as “jobs” for any returned data.
Usage 1
ATKquery {data,reddening,lightcurve,spectrum} [-h] <survey> (--source SOURCE | --pos RA DEC) [-r RADIUS]
Performs a data, reddening, lightcurve or spectrum query() for a given position or source in a chosen <survey>.
Positional Arguments:
{data,reddening,lightcurve,spectrum} Kind of query to perform survey Target survey
Optional Arguments:
-h, --help Show help message and exit --source SOURCE Gaia DR3 Source ID --pos RA DEC Position in degrees -r RADIUS Radius of search in arcseconds
Usage 2
ATKquery lightcurve [-h] <survey> (--source SOURCE | --pos RA DEC) [-r RADIUS] [--username USERNAME] [--password PASSWORD]
Performs a lightcurve query() for a given position or source in a chosen <survey>.
Positional Arguments:
survey Target survey
Optional Arguments:
-h, --help Show help message and exit --source SOURCE Gaia DR3 Source ID --pos RA DEC Position in degrees -r RADIUS Radius of search in arcseconds --username USERNAME ATLAS username (only needed in ATLAS queries) --password PASSWORD ATLAS password (only needed in ATLAS queries)
Usage 3
ATKquery image [-h] <survey> (--source SOURCE | --pos RA DEC) [-s SIZE]
Performs an image query() for a given position or source in a chosen <survey>.
Positional Arguments:
survey Target survey
Optional Arguments:
-h, --help Show help message and exit --source SOURCE Gaia DR3 Source ID --pos RA DEC Position in degrees -s SIZE Size of image in arcseconds
Usage 4
ATKquery {bulkdata,sed} [-h] (--source SOURCE | --pos RA DEC) [-r RADIUS]
Performs a bulkdata or SED query() for a given position or source.
Optional Arguments:
-h, --help Show help message and exit --source SOURCE Gaia DR3 Source ID --pos RA DEC Position in degrees -r RADIUS Radius of search in arcseconds
Usage 5
ATKquery hrd [-h] sources [sources ...]
Performs a hrd query() for a given set of sources.
Positional Arguments:
sources Sources to overlay
Optional Arguments:
-h, --help Show help message and exit
- Note:
This tool is provided for quick command-line queries, and is therefore more limited in functionality compared to queries performed through either the ATK GUI or scripts.