Getting started

Installation

The most current, tagged version of StellarSpectraObservationFitting.jl will soon be able to be easily installed using Julia's Pkg

Pkg.add("StellarSpectraObservationFitting")

For now, use

using Pkg
Pkg.add(;url = "https://github.com/christiangil/StellarSpectraObservationFitting.jl")
# Pkg.develop(;url = "https://github.com/christiangil/StellarSpectraObservationFitting.jl")  # if you wanted to be able to locally edit the code easily

Example

An example notebook can be found here

Getting Help

To get help on specific functionality you can either look up the information here, or if you prefer you can make use of Julia's native doc-system. For example here's how to get additional information on StellarSpectraObservationFitting.calculate_initial_model within Julia's REPL:

?StellarSpectraObservationFitting.calculate_initial_model

If you encounter a bug or would like to participate in the development of this package come find us on Github.