Home

RvSpectML

Getting Started

import Pkg
Pkg.add("https://github.com/eford/RvSpectML.jl")
Pkg.instantiate()
expres_data_path = "/gpfs/group/ebf11/default/ebf11/expres/inputs/"
solar_data_path = "/gpfs/group/ebf11/default/ebf11/neid_solar/data"
ancilary_solar_data_path = "/gpfs/group/ebf11/default/ebf11/neid_solar/data"
output_dir = joinpath(homedir(),"examples/output")

which are the paths to the required files for the examples ICS-ACI. If you're saving outputs, then you'll likely want to set output_dir, too.

> julia --project=.
include("examples/calc_rvs_ccf_std.jl")

Other packages in the RvSpectML ecosystem:

[unreg]: This package is not yet registerd in Julia's general registry yet.