-
Notifications
You must be signed in to change notification settings - Fork 8
Added F99 model #30
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
Merged
Merged
Added F99 model #30
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
62ab1b0
added F99
03c6429
switched to explicit conditionals and more Julian array indexing
7cb154f
added figure
498e641
added some initial tests
9f6433f
added/cleaned up function signatures, removed unnecessary parentheses…
a682f91
added documention and bibliography
490345a
added citation to index
1901d92
combined part of model into single if-else block
6830206
switched to rand noise in test
3842aae
re-ran figure to be in sync with Github side commit 68302065c60f0a177…
cbd9d40
added compatibility bounds to Dierckx.jl
f458a34
added more to docstring
d81b97f
dropped redundant low-level bounds check and tests
2f4eceb
moved constants to top level, dropped function signatures, applied @.…
a6da64e
put back internal bounds check
29ff98d
changing test style to be more consistent with other models
0b2038b
removed extra comment
da7f9ea
specialized constants (F04 will use similar names)
e08bc31
moved more constants outside of function and switched to evalpoly
384e9ab
updated const naming conventions to be more consistent
558893a
Made change to algorithm shared by F04. Was working before for just F…
86e4883
fixed typo
49696a2
reverted back to @evalpoly for Julia v1.0 compatiblity
526978a
dropped Tuple splatting in @evalpoly to support Julia v1
804fb33
moved consts closer to model
49de26a
generalized function shared by F99 and F04
209808b
logically grouped more constants
9bd6d14
dropped unneeded F99 from plotting script and changed order to match …
9674172
removed extra new line
5a6b6fd
removed leftover python style
2101f98
updated DustExtinction.jl to v0.8.0
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
@ARTICLE{1999PASP..111...63F, | ||
author = {{Fitzpatrick}, Edward L.}, | ||
title = "{Correcting for the Effects of Interstellar Extinction}", | ||
journal = {\pasp}, | ||
keywords = {ISM: DUST, EXTINCTION, Astrophysics}, | ||
year = 1999, | ||
month = jan, | ||
volume = {111}, | ||
number = {755}, | ||
pages = {63-75}, | ||
doi = {10.1086/316293}, | ||
archivePrefix = {arXiv}, | ||
eprint = {astro-ph/9809387}, | ||
primaryClass = {astro-ph}, | ||
adsurl = {https://ui.adsabs.harvard.edu/abs/1999PASP..111...63F}, | ||
adsnote = {Provided by the SAO/NASA Astrophysics Data System} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.