Recent Releases of RvSpectML

RvSpectML - v0.2.7

RvSpectML v0.2.7

Diff since v0.2.6

Merged pull requests: - add TemporalGPs 0.6 (#75) (@christiangil)

- Julia
Published by github-actions[bot] about 3 years ago

RvSpectML - v0.2.6

RvSpectML v0.2.6

Diff since v0.2.5

Merged pull requests: - CompatHelper: bump compat for KernelFunctions to 0.10, (keep existing compat) (#73) (@github-actions[bot])

- Julia
Published by github-actions[bot] over 3 years ago

RvSpectML - v0.2.5

RvSpectML v0.2.5

Diff since v0.2.4

  • compat updates

Merged pull requests: - CompatHelper: bump compat for LsqFit to 0.13, (keep existing compat) (#68) (@github-actions[bot]) - CompatHelper: bump compat for Interpolations to 0.14, (keep existing compat) (#69) (@github-actions[bot]) - CompatHelper: bump compat for FITSIO to 0.17, (keep existing compat) (#70) (@github-actions[bot]) - CompatHelper: bump compat for MultivariateStats to 0.10, (keep existing compat) (#71) (@github-actions[bot])

- Julia
Published by github-actions[bot] over 3 years ago

RvSpectML - v0.2.4

RvSpectML v0.2.4

Diff since v0.2.3

  • findlinecandidatesinchunk returns empty DataFrame if chunk has no lines
  • Improve KernelFunctions compat
  • Add linefinder test

Merged pull requests: - CompatHelper: bump compat for "KernelFunctions" to "0.10" (#58) (@github-actions[bot]) - CompatHelper: bump compat for "DSP" to "0.7" (#59) (@github-actions[bot]) - LineFinder bug fix to allow for more orderstouse without crashing (#67) (@alexander-wise)

- Julia
Published by github-actions[bot] almost 4 years ago

RvSpectML - v0.2.3

RvSpectML v0.2.3

Diff since v0.2.2

Merged pull requests: - CompatHelper: bump compat for "Polynomials" to "2.0" (#50) (@github-actions[bot]) - CompatHelper: bump compat for "Distributions" to "0.25" (#55) (@github-actions[bot]) - CompatHelper: bump compat for "DataFrames" to "1.1" (#56) (@github-actions[bot]) - fixed GP interpolations (#57) (@alexander-wise)

- Julia
Published by github-actions[bot] about 5 years ago

RvSpectML - v0.2.2

RvSpectML v0.2.2

Diff since v0.2.1

  • relax requirement on espresso linelist filename
  • Wasertein distance updates

- Julia
Published by github-actions[bot] about 5 years ago

RvSpectML - v0.2.1

RvSpectML v0.2.1

Diff since v0.2.0

  • Updates ccftotal and ccforders convenience functions to compute CCFs using mask width that changes from observation to observation (via Δfwhm argument)

- Julia
Published by github-actions[bot] about 5 years ago

RvSpectML - v0.2.0

RvSpectML v0.2.0

Diff since v0.1.10

  • Updates for v0.2
  • NEID solar support
  • Removed AstroLib to fix compat issues

Merged pull requests: - made air-to-vac conversion param when reading linelist (#47) (@alexander-wise) - CompatHelper: bump compat for "PDMats" to "0.11" (#49) (@github-actions[bot])

- Julia
Published by github-actions[bot] about 5 years ago

RvSpectML - v0.1.10

RvSpectML v0.1.10

Diff since v0.1.9

  • CCFs work with NEID data

- Julia
Published by github-actions[bot] over 5 years ago

RvSpectML - v0.1.9

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

- Julia
Published by github-actions[bot] over 5 years ago

RvSpectML - v0.1.8

RvSpectML v0.1.8

Diff since v0.1.6

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

- Julia
Published by github-actions[bot] over 5 years ago

RvSpectML - v0.1.6

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

- Julia
Published by github-actions[bot] over 5 years ago

RvSpectML - v0.1.5

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 linelistfn 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 getline_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])

- Julia
Published by github-actions[bot] over 5 years ago

RvSpectML - v0.1.0

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

- Julia
Published by github-actions[bot] over 5 years ago

RvSpectML - v0.0.12

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

- Julia
Published by github-actions[bot] over 5 years ago

RvSpectML - Clean CCFs

- Julia
Published by eford over 5 years ago

RvSpectML - init commit for LineFinder /fitting routines

- Julia
Published by eford over 5 years ago

RvSpectML - Basic NEID & EXPRES pipelines

- Julia
Published by eford over 5 years ago

RvSpectML - EXPRES examples 1-5 "working"

- Julia
Published by eford almost 6 years ago

RvSpectML - Decent docs

- Julia
Published by eford almost 6 years ago

RvSpectML - CCFs work

- Julia
Published by eford almost 6 years ago

RvSpectML - some parts probably work

- Julia
Published by eford almost 6 years ago

RvSpectML - nothing works yet

- Julia
Published by eford almost 6 years ago