mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-26 06:49:09 -06:00
Add the new data preparation task file
This commit is contained in:
12
data/tasks/exoplanets/datapreparation.task
Normal file
12
data/tasks/exoplanets/datapreparation.task
Normal file
@@ -0,0 +1,12 @@
|
||||
local dataFolder = "D:/dev/exoplanets data config"
|
||||
return {
|
||||
{
|
||||
Type = "ExoplanetsDataPreparationTask",
|
||||
|
||||
InputDataFile = dataFolder .. "/exoplanets_data_composite.csv",
|
||||
InputSPECK = "${SYNC}/http/digitaluniverse_exoplanets_speck/1/expl.speck",
|
||||
TeffToBvFile = "${SYNC}/http/exoplanets_data/1/teff_bv.txt",
|
||||
OutputBIN = dataFolder .. "/exoplanets_data.bin",
|
||||
OutputLUT = dataFolder .. "/lookup.txt"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user