-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create a separate module for error propagation #5
Comments
We might want to make construct_pdf() to handle multiple sets. Perhaps use a dictionary approach? |
During group discussion, an idea that I came up with is a function that would generate the flux ratios and derived properties regardless of individual measurements or distribution function. |
…ies in clean fashion with for loop; renaming clean-up (iss #5)
… -> Te_pdf, metal_peak -> derived_prop_peak, metal_error -> derived_prop_error (iss #5)
…de all derived properties (iss #5)
…f file for derived properties (iss #5)
Note: |
Code works for Caroline's example dataset that was provided. For Reagen, she had to switch to Python 3, but that was due to a dependency fix in |
…tation and simple re-organization (iss #5)
Issue is now resolved. |
The module would be called
error_prop
It will include:
ratios
package that computes different emission-line ratios. This is something that will work with simple emission-line ratios and PDFs of those ratios.column_names
moduleThe text was updated successfully, but these errors were encountered: