Choose a database in the left panel then select the table you want!
Table: splus_dr2.star_galaxy_quasar_class
(The bold columns are indexed columns)
Column Name | Description | Datatype |
---|---|---|
class | Indicates the class of the source. 0 = QSO, 1 = star, 2 = galaxy. | SMALLINT |
dec | Declination J2000 [deg] | DOUBLE |
id | S-PLUS ID on this data release | VARCHAR |
model_flag | Indicates by which model the classification was obtained. 0 = RF18, 1 = RF16. Where RF18 is the trained model from 12 S-PLUS ISO magnitudes (AB) + 2 WISE magnitudes (Vega) + 4 morphological features (FWHM_n, A, B, KRON_RADIUS) and RF16 is the trained model from 12 S-PLUS ISO magnitudes (AB) + 4 morphological features (FWHM_n, A, B, KRON_RADIUS). | SMALLINT |
prob_gal | Probability that the object is a galaxy, between 0 and 1. | DOUBLE |
prob_qso | Probability that the object is a QSO, between 0 and 1. | DOUBLE |
prob_star | Probability that the object is a star, between 0 and 1. | DOUBLE |
ra | Right ascension J2000 [deg] | DOUBLE |
random_id | Random ID in the range 0.0 => 100.0 | REAL |