Skip to content

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

@hematthi

Description

@hematthi

""" `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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions