-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
EchelleInstruments.jl/src/harps-n/io.jl
Lines 143 to 151 in 98d5a94
| function apply_barycentric_correction!(λ::AbstractArray{T,1}, z::Real) where { T<:Real } | |
| end | |
| """ Read normalization function for approximate continuum+blaze correction | |
| TODO: Figure out mapping between these orders and what's stored in the FITS file before using. """ | |
| function read_normalization(fn::String = joinpath(pkgdir(EchelleInstruments),"data","neid","HARPSN_normalization_function.csv") ) | |
| CSV.read(fn, DataFrame) | |
| end |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request