Recent Releases of RvSpectML
RvSpectML - v0.2.5
RvSpectML v0.2.5
- 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
- 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
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.0
RvSpectML v0.2.0
- 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.5
RvSpectML v0.1.5
- 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
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
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 - init commit for LineFinder /fitting routines
- Julia
Published by eford over 5 years ago