Skip to content

Releases: RvSpectML/RvSpectML.jl

v0.1.9

23 Feb 05:22
Compare
Choose a tag to compare

RvSpectML v0.1.9

Diff since v0.1.8

  • bug fix
  • updating compats

Merged pull requests:

  • CompatHelper: bump compat for "JLD2" to "0.4" (#48) (@github-actions[bot])

v0.1.8

11 Feb 19:06
Compare
Choose a tag to compare

RvSpectML v0.1.8

Diff since v0.1.6

  • Updates to line fitting for EXPRES Stellar Signals Project round 2

v0.1.6

06 Jan 16:34
Compare
Choose a tag to compare

RvSpectML v0.1.6

Diff since v0.1.5

  • Compat updates for generating EXPRES Stellar Signals Project DR2 CCFs

Merged pull requests:

  • CompatHelper: bump compat for "LsqFit" to "0.12" (#46) (@github-actions[bot])

v0.1.5

14 Dec 17:10
Compare
Choose a tag to compare

RvSpectML v0.1.5

Diff since v0.1.0

  • Adding estimate of CCF variance
  • Improved telluric avoidance
  • Handles small chunks
  • Some prototype code

Closed issues:

  • TagBot trigger issue (#38)

Merged pull requests:

  • made scalpels filenames compatible with mac OS and changed linelist_fn to be full path (#32) (@alexander-wise)
  • CompatHelper: bump compat for "Distributions" to "0.24" (#35) (@github-actions[bot])
  • CompatHelper: bump compat for "Interpolations" to "0.13" (#36) (@github-actions[bot])
  • added get_line_shapes() to calculate line bisectors and widths for a full data set (#37) (@alexander-wise)
  • CompatHelper: bump compat for "CSV" to "0.8" (#39) (@github-actions[bot])
  • CompatHelper: bump compat for "MultivariateStats" to "0.8" (#40) (@github-actions[bot])
  • CompatHelper: bump compat for "JLD2" to "0.3" (#41) (@github-actions[bot])
  • CompatHelper: bump compat for "DataFrames" to "0.22" (#42) (@github-actions[bot])
  • CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#43) (@github-actions[bot])
  • CompatHelper: bump compat for "StaticArrays" to "1.0" (#44) (@github-actions[bot])
  • CompatHelper: bump compat for "SpecialFunctions" to "1.1" (#45) (@github-actions[bot])

v0.1.0

01 Oct 22:32
Compare
Choose a tag to compare

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.)

v0.0.12

25 Sep 00:26
Compare
Choose a tag to compare

RvSpectML v0.0.12

Diff since v0.0.10

Reads data from EXPRES and NEID solar
Reads ESPRESSO line lists
Calculates order CCFs with tophat masks
Computes template from multiple spectra
Doppler constrained PCA
Scalpels
Alpha versions of many more features

Merged pull requests:

  • CompatHelper: add new compat entry for "QuadGK" at version "2.4" (#29) (@github-actions[bot])

Clean CCFs

11 Sep 21:15
Compare
Choose a tag to compare
v0.0.10

v0.0.10

init commit for LineFinder /fitting routines

08 Sep 19:36
Compare
Choose a tag to compare
v0.0.7

Fixed tests for new version of ESPRESSO masks

Basic NEID & EXPRES pipelines

05 Sep 03:01
Compare
Choose a tag to compare

EXPRES examples 1-5 "working"

01 Sep 04:20
Compare
Choose a tag to compare