Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 259 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 259 Bytes

LIBRA

Lightcurve Investigation for Binary oRbital period Analysis

Query

    SELECT *
    FROM mean_param
    JOIN magnitudes ON mean_param.iau_name = magnitudes.iau_name
    WHERE magnitudes.i < 18;