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

update documentation (and function to actually allow for a mixture of Gaussians) #84

Open
hematthi opened this issue Jun 11, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@hematthi
Copy link
Collaborator

""" `GaussianMixtureCCFMask( inst ; scale_factor )`
For now just makes a single Gaussian, so for testing purposes only.
"""
function GaussianMixtureCCFMask(inst::AbstractInstrument; σ_scale_factor::Real = 1, truncation_Δv::Real = default_gaussian_mixture_ccf_truncation_Δv )
σ = σ_scale_factor * default_ccf_mask_v_width(inst)
GaussianMixtureCCFMask([1.0], [σ],truncation_Δv,v_offset=[0.])
end

@hematthi hematthi added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant