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

Added functionalities for the analysis of emission lines #45

Merged
merged 1 commit into from Apr 13, 2021

Conversation

tomasstolker
Copy link
Owner

  • The EmissionLine class has been added to analysis. The class can be used for the characterization of emission lines. Currently, there are methods available for modeling the continuum and fitting a Gaussian function to the (continuum-subtracted) line profile.
  • The posterior distributions are sampled with UltraNest and can be visualized with the plot_posterior function.
  • The documentation includes a notebook tutorials that explains the usage of EmissionLine.
  • The read_util.gaussian_spectrum utility function has been added and returns a ModelBox.
  • All fitting routines that make use of nested sampling store the ln-evidence as attribute of the samples in the database.
  • Added the (optional) ln_evidence attribute to the SamplesBox.
  • Some additional maintenance to the documentation pages.

@tomasstolker tomasstolker merged commit 646d084 into master Apr 13, 2021
@tomasstolker tomasstolker deleted the emission_line branch April 13, 2021 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant