Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

empty/incomplete functions #41

Open
hematthi opened this issue May 20, 2022 · 1 comment
Open

empty/incomplete functions #41

hematthi opened this issue May 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@hematthi
Copy link
Collaborator

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

@hematthi
Copy link
Collaborator Author

Same for harps:

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","HARPS_normalization_function.csv") )
CSV.read(fn, DataFrame)
end

@hematthi hematthi added the enhancement New feature or request label May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant