Baselight

Gaia Catalogue

A dataset from GAIA Mission for Astroinformatics study

@kaggle.alvirownok_gaia_catalogue

Loading...
Loading...

About this Dataset

Gaia Catalogue

Gaia is an ambitious space mission designed to create a highly detailed three-dimensional map of the Milky Way, enhancing our understanding of its composition, formation, and evolution. It aims to conduct a stereoscopic and kinematic census of approximately one billion stars by providing unprecedentedly accurate positional and radial velocity measurements. Gaia employs three main instruments: the Astrometric instrument (ASTRO) measures star positions, proper motions, and parallax; the Photometric instrument captures continuous star spectra from 320-1000 nm and calibrates ASTRO’s chromaticity; and the Radial Velocity Spectrometer (RVS) obtains radial velocities and high-resolution spectral data in the 847-874 nm band. This comprehensive dataset will revolutionize galactic astronomy, enabling precise studies of stellar positions, movements, and properties across the Milky Way and the Local Group.

Tables

Training Sample1

@kaggle.alvirownok_gaia_catalogue.training_sample1
  • 319.95 KB
  • 6000 rows
  • 8 columns
Loading...

CREATE TABLE training_sample1 (
  "gaia_id" BIGINT,
  "period" DOUBLE,
  "ampg" DOUBLE,
  "r21" DOUBLE,
  "r31" DOUBLE,
  "phi21" DOUBLE,
  "phi31" DOUBLE,
  "class" VARCHAR
);

Training Sample2

@kaggle.alvirownok_gaia_catalogue.training_sample2
  • 320.36 KB
  • 6000 rows
  • 8 columns
Loading...

CREATE TABLE training_sample2 (
  "gaia_id" BIGINT,
  "period" DOUBLE,
  "ampg" DOUBLE,
  "r21" DOUBLE,
  "r31" DOUBLE,
  "phi21" DOUBLE,
  "phi31" DOUBLE,
  "class" VARCHAR
);

Training Sample3

@kaggle.alvirownok_gaia_catalogue.training_sample3
  • 320.88 KB
  • 6000 rows
  • 8 columns
Loading...

CREATE TABLE training_sample3 (
  "gaia_id" BIGINT,
  "period" DOUBLE,
  "ampg" DOUBLE,
  "r21" DOUBLE,
  "r31" DOUBLE,
  "phi21" DOUBLE,
  "phi31" DOUBLE,
  "class" VARCHAR
);

Unknown Sample

@kaggle.alvirownok_gaia_catalogue.unknown_sample
  • 6.49 MB
  • 115000 rows
  • 8 columns
Loading...

CREATE TABLE unknown_sample (
  "gaia_id" BIGINT,
  "period" DOUBLE,
  "ampg" DOUBLE,
  "r21" DOUBLE,
  "r31" DOUBLE,
  "phi21" DOUBLE,
  "phi31" DOUBLE,
  "class" VARCHAR
);

Share link

Anyone who has the link will be able to view this.