Skip to content

Commit

Permalink
try v0.1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
eford committed Oct 1, 2020
1 parent 836826d commit 8d41ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "EchelleCCFs"
uuid = "5d9f57b1-d7b5-417c-8d79-eedbcaad0187"
authors = ["Eric Ford"]
version = "0.0.2"
version = "0.1.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -24,7 +24,7 @@ LsqFit = "0.11"
NamedTupleTools = "0.13"
PDMats = "0.10"
QuadGK = "2.4"
RvSpectMLBase = "0.0.1 - 0.1"
RvSpectMLBase = "0.1"
SpecialFunctions = "0.10"
StaticArrays = "0.12"
ThreadedIterables = "0.2"
Expand Down
1 change: 1 addition & 0 deletions src/EchelleCCFs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ include("ccf/ccf.jl")

include("calc_rv/calc_rv.jl")
using .RVFromCCF
export RVFromCCF
export measure_rv_from_ccf, measure_rvs_from_ccf
export MeasureRvFromMinCCF, MeasureRvFromCCFCentroid, MeasureRvFromCCFQuadratic, MeasureRvFromCCFGaussian

Expand Down

2 comments on commit 8d41ce2

@eford
Copy link
Member Author

@eford eford commented on 8d41ce2 Oct 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release Notes:

  • Calculates CCFs from vectors, or ChunkOfSpectrum, ChunkList, ChunkListTimeseries from RvSpectMLBase
  • BasicCCFPlan for simple, but efficient CCFs
  • Beta version of computing CCF along with its variance
  • TopHat, HalfCos, Gaussian and SuperGaussian mask shapes
  • Includes basic fitting of CCFs to derive velocities (not yet well tuned or tested). These may move to a separate package in the future.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/22272

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 8d41ce2f963bc176579172c6e1789be128cbf5dc
git push origin v0.1.0

Please sign in to comment.