Make it possible to send coordinates to GUI as well as code clean up and conversion of RA from hours to degrees upon data loading

This commit is contained in:
Ylva Selling
2021-04-14 13:20:58 +02:00
parent f6e4c33db3
commit 5653823522
3 changed files with 39 additions and 28 deletions
+4 -4
View File
@@ -65,8 +65,8 @@ namespace openspace {
res.name = "skybrowser";
res.functions = {
{
"create",
&skybrowser::luascriptfunctions::createBrowser,
"getListOfImages",
&skybrowser::luascriptfunctions::getListOfImages,
{},
"string or list of strings",
"Add one or multiple exoplanet systems to the scene, as specified by the "
@@ -89,8 +89,8 @@ namespace openspace {
"input. An input string should be the name of the system host star"
},
{
"loadCollection",
&skybrowser::luascriptfunctions::loadImgCollection,
"selectImage",
&skybrowser::luascriptfunctions::selectImage,
{},
"string or list of strings",
"Add one or multiple exoplanet systems to the scene, as specified by the "