Open Access

Table B.1

Example of a simple query.

Request For objects with ZTF identifiers ‘ZTF21aaobkmg’, ‘ZTF21aaomuka’, find all rows in the ‘probability’ table and light curve classifier that have ranking 1 or 2. Return all columns from such table, sort by ranking
Gold SQL Query SELECT           * FROM           probability WHERE           oid IN (’ZTF2laaobkmg’,’ZTF2laaomuka’) AND           classifier_name = ’lc_classifier’ AND           ranking <= 2 ORDER BY ranking

Current usage metrics show cumulative count of Article Views (full-text article views including HTML views, PDF and ePub downloads, according to the available data) and Abstracts Views on Vision4Press platform.

Data correspond to usage on the plateform after 2015. The current usage metrics is available 48-96 hours after online publication and is updated daily on week days.

Initial download of the metrics may take a while.