Skip to content

Commit

Permalink
Merge pull request #138 from pysat/acknowledgements
Browse files Browse the repository at this point in the history
ENH/DOC: Acknowledgements
  • Loading branch information
aburrell authored Feb 1, 2024
2 parents 080ecf4 + 2b5f7e1 commit b7993bd
Show file tree
Hide file tree
Showing 42 changed files with 28 additions and 54 deletions.
25 changes: 25 additions & 0 deletions ACKNOWLEDGEMENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Funding
=======
The following institutions, missions, and programs have provided funding
for pysatSpaceWeather development.

Institutions
------------
- The Catholic University of America (CUA)
- Cosmic Studio
- Defense Advanced Research Projects Agency (DARPA) Defense Sciences Office
- National Aeronautics and Space Administration (NASA)
- National Science Foundation (NSF)
- Office of Naval Research (ONR)

Programs
--------
- NSF 125908, AGS-1651393
- Naval Research Laboratory N00173191G016 and N0017322P0744
- The Space Precipitation Impacts (SPI) project at Goddard Space Flight Center through the Heliophysics Internal Science Funding Model

Disclaimers
===========
Any opinions, findings, and conclusions or recommendations expressed in this
material are those of the author(s) and do not necessarily reflect the views
of the funding agencies.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
* Added new examples to the documentation
* Added new test attributes for clean messages to the ACE instruments
* Added the ability to 'download' files from a local directory
* Added an acknowledgements file with detailed funding information
* Maintenance
* Updated package documentation, yamls, and other supporting files
* Updated the LISIRD download routine to reflect new behaviour
Expand Down
1 change: 1 addition & 0 deletions docs/acknowledgements.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. mdinclude:: ../ACKNOWLEDGEMENTS.md
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ indices as pysat.Instrument objects.
examples.rst
develop_guide.rst
history.rst
acknowledgements.rst


.. admonition:: DISTRIBUTION STATEMENT A: Approved for public release.
Distribution is unlimited.

This work was supported by the Office of Naval Research.



Indices and tables
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/ace_epam.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports ACE Electron, Proton, and Alpha Monitor data.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/ace_mag.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports ACE Magnetometer data.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/ace_sis.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports ACE Solar Isotope Spectrometer data.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/ace_swepam.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports ACE Solar Wind Electron Proton Alpha Monitor data.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/methods/ace.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Provides general routines for the ACE space weather instruments."""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Provides support routines for auroral electrojet indices."""

Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/methods/dst.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Provides default routines for Dst."""

Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/methods/f107.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------

"""Routines for the F10.7 solar index."""
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/methods/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Provides routines that support general space weather instruments."""

Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/methods/gfz.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Provides routines that support GFZ space weather instruments."""

Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/methods/kp_ap.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Provides routines to support the geomagnetic indices, Kp and Ap."""

Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/methods/lasp.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Provides support routines for LASP data."""

Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/methods/lisird.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Provides support functions for the LASP LISIRD data base."""

Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/methods/swpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Provides routines that support SWPC space weather instruments."""

Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/sw_ae.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports the auroral electrojet AE values.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/sw_al.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports the auroral electrojet AL values.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/sw_ap.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports ap index values.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/sw_apo.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports apo index values.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/sw_au.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports the auroral electrojet AU values.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/sw_cp.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports Cp index values.
Expand Down
8 changes: 0 additions & 8 deletions pysatSpaceWeather/instruments/sw_dst.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports Dst values. Downloads data from NGDC.
Expand All @@ -26,13 +25,6 @@
----
Will only work until 2057.
This material is based upon work supported by the
National Science Foundation under Grant Number 1259508.
Any opinions, findings, and conclusions or recommendations expressed in this
material are those of the author(s) and do not necessarily reflect the views
of the National Science Foundation.
"""

import datetime as dt
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/sw_f107.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports F10.7 index values.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/sw_flare.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports solar flare values.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/sw_hpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports Hpo index values.
Expand Down
8 changes: 0 additions & 8 deletions pysatSpaceWeather/instruments/sw_kp.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports Kp index values.
Expand Down Expand Up @@ -65,13 +64,6 @@
feature, and multi_file_day feature available from the pyast.Instrument object
is not appropriate for these tags data.
This material is based upon work supported by the
National Science Foundation under Grant Number 1259508.
Any opinions, findings, and conclusions or recommendations expressed in this
material are those of the author(s) and do not necessarily reflect the views
of the National Science Foundation.
"""

import datetime as dt
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/sw_mgii.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports the MgII core-to-wing ratio index.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/sw_polarcap.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports polar cap indexes.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/sw_sbfield.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports solar magnetic field values.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/sw_ssn.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports Sunspot Number (SSN) and related indices.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/instruments/sw_stormprob.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Supports storm probabilities.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/tests/test_instruments.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Unit and Integration Tests for each instrument module.
Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/tests/test_methods_ace.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Integration and unit test suite for ACE methods."""

Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/tests/test_methods_ae.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Integration and unit test suite for AE methods."""

Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/tests/test_methods_f107.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Test suite for F10.7 methods."""

Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/tests/test_methods_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Integration and unit test suite for ACE methods."""

Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/tests/test_methods_gfz.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Integration and unit test suite for ACE methods."""

Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/tests/test_methods_kp.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Test suite for Kp and Ap methods."""

Expand Down
1 change: 0 additions & 1 deletion pysatSpaceWeather/tests/test_methods_lisird.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# This work was supported by the Office of Naval Research.
# ----------------------------------------------------------------------------
"""Tests for the LISIRD functions."""

Expand Down

0 comments on commit b7993bd

Please sign in to comment.