Feature/gaia mission merge (#766)

* Add Adam Aslegård's module that renders Gaia mission stars
 * Add module for Gaia mission
 * Add CCfits and cfitsio submodules and the implemented fitsfilereader module from the OpenSpace-sun-earth-event branch
 * Add a TaskRunner to read from a fits file
This commit is contained in:
Emil Axelsson
2018-11-21 00:19:08 +01:00
committed by Alexander Bock
parent 4b696b2463
commit 0d2935c43b
71 changed files with 10150 additions and 19 deletions
@@ -289,6 +289,8 @@ constexpr double convertDistance(double meters, DistanceUnit requestedUnit) {
}
}
float convertMasPerYearToMeterPerSecond(float masPerYear, float parallax);
} // namespace openspace
#endif // __OPENSPACE_CORE___DISTANCECONVERSION___H__