Classification In Asteroseismology
RGB-HeB classification
@kaggle.fernandolima23_classification_in_asteroseismology
RGB-HeB classification
@kaggle.fernandolima23_classification_in_asteroseismology
Pop: [0/1] Population (1)
Population as follows:
0 = RGB
1 = HeB
RGB (Red Giant Branch)
HeB (Helium Burning)
Dnu F8.5 (uHz) Mean large frequency separation of modes with the same degree and consecutive order, {DELTA}nu
numax F9.5 (uHz) Frequency of maximum oscillation power
epsilon F7.3 Location of the l=0 mode (2)
Dataset adapted from vizieR "test.dat".
VizieR: https://cdsarc.cds.unistra.fr/viz-bin/cat/J/MNRAS/469/4578#/browse
CREATE TABLE classification_in_asteroseismology (
"pop" BIGINT,
"dnu" DOUBLE,
"numax" DOUBLE,
"epsilon" DOUBLE
);Anyone who has the link will be able to view this.