Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 22:32
· 139 commits to main since this release

RvSpectML v0.1.0

Diff since v0.0.12

RvSpectML has been refactored to separate code into smaller units:

  • RvSpectMLBase: Types, common small utilities. Minimal dependancies.
  • EchelleInstruments.jl: Code specific to each instrument
  • EchelleCCFs.jl: Computes CCFs with an anlytic mask
  • RvSpectMLPlots.jl: Plotting functions/scripts/notebooks, so other packages don't get bogged down by Plots.jl
  • RVSpectML (this package) holds larger algoritms and code that interconnects the component pacakges. (Any plotting should be outside of src and not in the Project.toml.)