forked from USNavalResearchLaboratory/eispac
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug fix for numpy 2.0 and single exp obs
- Loading branch information
Showing
5 changed files
with
48 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
@@ -1,6 +1,34 @@ | ||
Acknowledgments | ||
=============== | ||
Acknowledgments and Citation | ||
============================ | ||
|
||
This work was sponsored by NASA’s Hinode project. Hinode is a Japanese | ||
mission developed and launched by ISAS/JAXA, with NAOJ as domestic | ||
partner and NASA and STFC (UK) as international partners. | ||
|
||
Citing EISPAC | ||
------------- | ||
|
||
If you use EISPAC in a research project, please cite the code in any | ||
publications or presentations of that work. This can be as simple as adding | ||
"this research used version X.Y.Z of the of EISPAC software (citation)" to | ||
your methods, software, or acknowledgements section. | ||
|
||
Below is the bibtex code for the current EISPAC paper. | ||
|
||
.. code:: bibtex | ||
@ARTICLE{Weberg2023, | ||
author = {{Weberg}, Micah and {Warren}, Harry and {Crump}, Nicholas and {Barnes}, Will}, | ||
title = "{EISPAC - The EIS Python Analysis Code}", | ||
journal = {The Journal of Open Source Software}, | ||
keywords = {Python, astronomy, solar physics, spectroscopy}, | ||
year = 2023, | ||
month = may, | ||
volume = {8}, | ||
number = {85}, | ||
eid = {4914}, | ||
pages = {4914}, | ||
doi = {10.21105/joss.04914}, | ||
adsurl = {https://ui.adsabs.harvard.edu/abs/2023JOSS....8.4914W}, | ||
adsnote = {Provided by the SAO/NASA Astrophysics Data System} | ||
} |
This file contains 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 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 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