mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
And update hardcoded filepath to teff_bv file to current version, for easier usage next time
13 lines
432 B
Plaintext
13 lines
432 B
Plaintext
local dataFolder = "D:/data/prepared_exoplanets_data"
|
|
return {
|
|
{
|
|
Type = "ExoplanetsDataPreparationTask",
|
|
|
|
InputDataFile = "${DATA}/tasks/exoplanets/downloaded_exo_data.csv",
|
|
InputSPECK = "${SYNC}/http/digitaluniverse_exoplanets_speck/2/expl.speck",
|
|
TeffToBvFile = "${SYNC}/http/exoplanets_data/3/teff_bv.txt",
|
|
OutputBIN = dataFolder .. "/exoplanets_data.bin",
|
|
OutputLUT = dataFolder .. "/lookup.txt"
|
|
}
|
|
}
|