{% extends 'base.html' %} {% block pagecss %} {% end %} {% block pagecontent %}

Available light curve collections

Name Description Coordinates
(α, δ) [decimal deg]
Columns (FTS indexed columns)

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.

Run a cone-search query

{% module xsrf_form_html() %}

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.

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

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.

Run a full-text search query

{% module xsrf_form_html() %}

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 against an object name, use "object name". Matching text may be found in any of the FTS-indexed columns below. They will always be returned with query results.

Results are returned in order of relevance.

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*

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.

Run a database column query

Add column filters and sort conditions

Active column filters
{% module xsrf_form_html() %}

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.

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.

Cross-match object lists

{% module xsrf_form_html() %}
Maximum 30 arcsec.

Add column filters

Active column filters

Datasets from recent search queries

The table below lists the 25 most recent public datasets generated on the LCC server. See all available datasets for a full list.

Set ID Objects Query Products Last updated

View status and results of running or completed 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 25 datasets lcc_ui.get_recent_datasets(25); // UI action setup lcc_ui.action_setup(); }); {% end %}