Variability classification of TESS targets in LOPS2, the first long-term pointing field of PLATO. Version 1 of the public variability catalogue
收藏资源简介:
This listing contains input and output data for the "Variability classification of TESS targets in LOPS2, the first long-term pointing field of PLATO. Version 1 of the public variability catalogue" paper (2026): training_set_platovc1.csv: the training set (Gaia DR3 IDs, TESS sectors, and labels) cat_v1.parquet: v1 of the PLATO-CS variability catalogue, the contents of which is described in the paper astrafier_model.ckpt: one of the individual classifiers used (ASTRAfier) xgboost_model.pkl: one of the individual classifiers used (XGBoost) The cat_v1.parquet file can be opened with polars (preferred) or pandas as follows: import polars as pl catalogue = pl.read_parquet('cat_v1.parquet') import pandas as pd catalogue = pd.read_parquet('cat_v1.parquet')



