Class NBGLoader
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.data.stars.AbstractCatalogLoader
-
- gaia.cu9.ari.gaiaorbit.data.stars.NBGLoader
-
- All Implemented Interfaces:
ISceneGraphLoader
public class NBGLoader extends AbstractCatalogLoader implements ISceneGraphLoader
Loads the NBG catalog in csv format.- Name
- Altname
- RAJ2000 [deg]
- DEJ2000 [deg]
- Dist [Mpc]
- Kmag [-1.75/17.54] - 2MASS Ks band magnitude
- Bmag [-4.6/21.4] - Apparent integral B band magnitude
- a26 [arcmin] - Major angular diameter
- b/a - Apparent axial ratio
- HRV [km/s] - Heliocentric radial velocity
- i [deg] - [0/90] Inclination of galaxy from the face-on (i=0) position
- TT [-3/11] - Morphology T-type code
- Mcl [char] - Dwarf galaxy morphology (BCD, HIcld, Im, Ir, S0em, Sm, Sph, Tr, dE, dEem, or dS0em)
-
-
Field Summary
-
Fields inherited from class gaia.cu9.ari.gaiaorbit.data.stars.AbstractCatalogLoader
description, files, filters, name
-
-
Constructor Summary
Constructors Constructor Description NBGLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.badlogic.gdx.utils.Array<CelestialBody>
loadData()
-
Methods inherited from class gaia.cu9.ari.gaiaorbit.data.stars.AbstractCatalogLoader
addFilter, initialize, runFiltersAnd, runFiltersOr, setDescription, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gaia.cu9.ari.gaiaorbit.data.ISceneGraphLoader
initialize, setDescription, setName
-
-
-
-
Method Detail
-
loadData
public com.badlogic.gdx.utils.Array<CelestialBody> loadData()
- Specified by:
loadData
in interfaceISceneGraphLoader
- Specified by:
loadData
in classAbstractCatalogLoader
-
-