We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EchelleCCFs.jl/src/ccf/calc_ccf.jl
Line 31 in a639217
Isn't this dangerous if issorted( plan.line_list.λ ) is false but assume_sorted=true? I imagine you'd want to be sure that plan.line_list.λ is sorted
issorted( plan.line_list.λ )
assume_sorted=true
plan.line_list.λ
The text was updated successfully, but these errors were encountered:
Line 77 in a639217
Sorry, something went wrong.
Line 131 in a639217
assume_sorted is an optimization flag. Yes, it's dangerous to say true when it's not.
assume_sorted
No branches or pull requests
EchelleCCFs.jl/src/ccf/calc_ccf.jl
Line 31 in a639217
Isn't this dangerous if
issorted( plan.line_list.λ )
is false butassume_sorted=true
? I imagine you'd want to be sure thatplan.line_list.λ
is sortedThe text was updated successfully, but these errors were encountered: