Interface | Description |
---|---|
CatalogFilter |
Interface for catalog filters for celestial bodies
|
Class | Description |
---|---|
AbstractCatalogLoader |
Abstract catalog loader with the transformation from spherical to cartesian coordinates
|
DR2Loader |
Loads the DR2 catalog in CSV format
Source position and corresponding errors are in radians, parallax in mas and
propermotion in mas/yr.
|
HipparcosLoader |
Loads Hipparcos stars in the original CSV format:
The columns are:
hip,ra,dec,plx,e_plx,pmra,pmdec,b_v,vmag,btmag,vtmag
|
HYGBinaryLoader |
Loads the HYG catalog in binary (own) format.
|
HYGCSVLoader |
Loads the HYG catalog in CSV format
|
NBGLoader |
Loads the NBG catalog in csv format.
|
OctreeMultiFileLoader |
Implements the loading and streaming of octree nodes from files.
|
OctreeSingleFileLoader |
Implements the loading from a single particle file.
|
STILCatalogLoader | |
SunLoader |
Adds the sun manually
|
TGASLoader |
Loads TGAS stars in the original ASCII format:
# 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 # cat sourceId alpha
alphaStarError delta deltaError varpi varpiError muAlphaStar muAlphaStarError
muDelta muDeltaError nObsAl nOut excessNoise gMag nuEff C M
Source position and corresponding errors are in radians, parallax in mas and
propermotion in mas/yr.
|
UncertaintiesHandler |