{% extends 'base.html' %} {% block pagecss %} {% end %} {% block pagecontent %}
{% raw flash_messages %}
{% if footprint_svg is not None %}
{% raw footprint_svg %}
{% else %}
{% end %}

Search in collections

Select multiple collections by holding the Ctrl/Cmd key when clicking.

Retrieve these columns

Select multiple columns by holding the Ctrl/Cmd key when clicking. objectid, ra, decl, lcfname, and columns with active filter/sort conditions are always retrieved.
{% module xsrf_form_html() %}

Run a cone-search query

{% if current_user['user_role'] in ('authenticated', 'staff', 'superuser') %}
{% end %}

Add column filters

Active column filters

Search help

Use J2000 equatorial coordinates in either decimal or sexagesimal format and an optional search radius in arcminutes. The maximum search radius is 60 arcmin = 1.0 deg. If a search radius isn't specified, 5.0 arcmin will be used by default.

By default, results are returned in order of increasing distance (in arcsec) from the center coordinates.

Decimal coordinates
[DD]D.ddd... [+-][D]D.ddd... DD.dd...
example: 289.0 45.0 10.0
Sexagesimal coordinates
HH:MM:SS.sss... [+-]DD:MM:SS.sss... DD.dd...
HH MM SS.sss... [+-]DD MM SS.sss... DD.dd...
example: 19 25 27.9129 +42 47 03.693 15.0

See the full docs for the conesearch service.

Search in collections

Select multiple collections by holding the Ctrl/Cmd key when clicking.

Retrieve these columns

Select multiple columns by holding the Ctrl/Cmd key when clicking. objectid, ra, decl, lcfname, and columns with active filter/sort conditions are always retrieved.
{% module xsrf_form_html() %}

Run a full-text search query

{% if current_user['user_role'] in ('authenticated', 'staff', 'superuser') %}
{% end %}

Add column filters

Active column filters

Search help

Full text search is useful for object names, variable type tags, object classification tags, and external object names (e.g. from SIMBAD if they're available). Queries use the SQLite FTS5 query syntax.

For an exact match to an object name, use "object name".

To look up object names using the SIMBAD SESAME resolver, check the Look up object names using SESAME box. In this mode, you can also look up clusters and nebulae, etc. using their common names (Messier, NGC, etc.). The LCC-Server will then try to find all matching objects within a 1.0 degree radius centered on the reported SIMBAD coordinates.

Examples:
objects in ASAS and NSVS: ASAS AND NSVS
all ASAS objects at RA 19h: "ASAS J19"*
RR Lyr color EBs: simbad_best_objtype:EB color_classes:RR*

See the full docs for the ftsearch service.

Search in collections

Select multiple collections by holding the Ctrl/Cmd key when clicking.

Retrieve these columns

Select multiple columns by holding the Ctrl/Cmd key when clicking. objectid, ra, decl, lcfname, and columns with active filter/sort conditions are always retrieved.
{% module xsrf_form_html() %}

Run a database column query

{% if current_user['user_role'] in ('authenticated', 'staff', 'superuser') %}
{% end %}

Add column filters

Active column filters

Search help

This form lets you build a query based on the available columns in the database and the filters you choose. Filters may be chained together using AND/OR logic. You may also choose a column to sort the result-set rows in a particular order. This will be automatically added to the requested query columns.

Examples:
proper motion > 200 mas yr-1 and r < 11.0
J - K > 2.0 and Stetson J variability index > 1.0
color class "RR Lyrae" and dereddened g - r < 0.3

See the full docs for the columnsearch service.

Search in collections

Select multiple collections by holding the Ctrl/Cmd key when clicking.

Retrieve these columns

Select multiple columns by holding the Ctrl/Cmd key when clicking. objectid, ra, decl, lcfname, and columns with active filter/sort conditions are always retrieved.
{% module xsrf_form_html() %}

Cross-match object lists

{% if current_user['user_role'] in ('authenticated', 'staff', 'superuser') %}
{% end %}
Maximum 30 arcsec.

Add column filters

Active column filters

Datasets from recent search queries

The table below lists the most recently generated datasets from search queries, including your datasets and those made public by other users. See all available datasets for a full list or search for datasets below.

{% module xsrf_form_html() %}
Set ID Objects Query Products Last updated

Status of your recent search queries

time query ID status message
{% end %} {% block pagejs_modules %} {% end %} {% block pagejs %} $(document).ready(function() { // get the light curve collections lcc_ui.get_lc_collections(); // get the most recent 1000 datasets lcc_ui.get_recent_datasets(1000); // UI action setup lcc_ui.action_setup(); // load the user prefs lcc_ui.load_cookie_prefs('main-page'); }); {% end %}