diff --git a/Artifacts.toml b/Artifacts.toml index ebc193b..4d3da63 100644 --- a/Artifacts.toml +++ b/Artifacts.toml @@ -1,6 +1,6 @@ -[orb_params_dataset] -git-tree-sha1 = "4fda5e46a91c2a0cf12c9b46dad3a4189ebcfb37" +[laskar2004] +git-tree-sha1 = "e4044f4093e731021a3e62428f594ee7b5ea56e2" - [[orb_params_dataset.download]] - sha256 = "652d52f3b311c4df65052287b1cb4f0be0b996aba130c9a5b42183cb5bba59dc" - url = "https://caltech.box.com/shared/static/hibf8tlxjujbqy5qa65tad2ved184otc.gz" + [[laskar2004.download]] + sha256 = "8b3a9510ade307e1834c51968421ab803d0d570f1c27529cb417d7a185fbcc3e" + url = "https://data.caltech.edu/records/v9dp1-jb227/files/laskar2004.tar.gz" diff --git a/src/Insolation.jl b/src/Insolation.jl index 8c5973e..e20147f 100644 --- a/src/Insolation.jl +++ b/src/Insolation.jl @@ -27,7 +27,7 @@ struct OrbitalData{E, G, O} end function OrbitalData() - datapath = joinpath(artifact"orb_params_dataset", "INSOL.LA2004.BTL.csv") + datapath = joinpath(artifact"laskar2004", "INSOL.LA2004.BTL.csv") x, _ = readdlm(datapath, ',', Float64, header = true) t_range = (x[1, 1] * 1e3):1e3:(x[end, 1] * 1e3) # array of every 1 kyr to range of years e_spline_etp =