mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-18 10:59:18 -06:00
17 lines
436 B
Plaintext
17 lines
436 B
Plaintext
local dataFolder = "E:/gaia_sync_data"
|
|
return {
|
|
{
|
|
Type = "ReadFitsTask",
|
|
InFileOrFolderPath = "L:/Gaia_DR2/gaia_source/fits/",
|
|
OutFileOrFolderPath = dataFolder .. "/Gaia_DR2_full_24columns/",
|
|
SingleFileProcess = false,
|
|
ThreadsToUse = 8,
|
|
},
|
|
|
|
--{
|
|
-- Type = "ReadSpeckTask",
|
|
-- InFilePath = dataFolder .. "/AMNH/GaiaUMS/GaiaUMS.speck",
|
|
-- OutFilePath = dataFolder .. "/AMNH/Binary/GaiaUMS.bin",
|
|
--},
|
|
}
|