Package gaiasky.data.cluster
Class StarClusterLoader
java.lang.Object
gaiasky.data.stars.AbstractCatalogLoader
gaiasky.data.cluster.StarClusterLoader
- All Implemented Interfaces:
ISceneGraphLoader
Loads the star cluster catalogs from CSV files or STIL data sources. The column order is not important. The
column names, however, must be:
- name:
UCDParser.idcolnames, separate multiple names with '|' - ra[deg]:
UCDParser.racolnames - dist[pc]:
UCDParser.distcolnames - pmra[mas/yr]:
UCDParser.pmracolnames - pmde[mas/yr]:
UCDParser.pmdeccolnames - rv[km/s]:
UCDParser.radvelcolnames - radius[deg]:
UCDParser.radiuscolnames - nstars:
UCDParser.nstarscolnames
-
Field Summary
Fields inherited from class gaiasky.data.stars.AbstractCatalogLoader
dataSource, description, files, filters, name, params, parentName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gaiasky.data.stars.AbstractCatalogLoader
addFilter, initialize, initialize, runFiltersAnd, runFiltersOr, setDescription, setName, setParams, setParentNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gaiasky.data.ISceneGraphLoader
initialize, initialize, setDescription, setName, setParams
-
Constructor Details
-
StarClusterLoader
public StarClusterLoader()
-
-
Method Details
-
loadData
- Specified by:
loadDatain interfaceISceneGraphLoader- Specified by:
loadDatain classAbstractCatalogLoader
-