Skip to content

Commit

Permalink
Merge pull request #45 from pysat/nrl_pub_release
Browse files Browse the repository at this point in the history
NRL pub release
  • Loading branch information
aburrell authored Sep 23, 2024
2 parents 1420916 + df0670f commit 5f72686
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 6 deletions.
16 changes: 12 additions & 4 deletions ACKNOWLEDGEMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,28 @@ Institutions
- National Aeronautics and Space Administration (NASA)
- National Oceanic and Atmospheric Administration (NOAA)
- National Science Foundation (NSF)
- Office of Naval Research (ONR)

Missions
--------
- NOAA Constellation Observing System for Meteorology Ionosphere and Climate (COSMIC-2)
- NOAA Constellation Observing System for Meteorology Ionosphere and Climate
(COSMIC-2)
- NASA Ionospheric Connections Explorer (ICON)
- NASA Scintillation Observations and Response of the Ionosphere to Electrodynamics (SORTIE)
- NASA Scintillation Observations and Response of the Ionosphere to
Electrodynamics (SORTIE)
- NASA Scintillation Prediction Observations Research Task (SPORT)

Programs
--------
- NSF 125908, AGS-1651393
- NASA NNX10AT02G, NNH20ZDA001N-LWS, 80NSSC18K120, and 80NSSC21M0180
- NASA Space Precipitation Impacts (SPI) project at Goddard Space Flight Center through the Heliophysics Internal Science Funding Model.
- NASA Space Precipitation Impacts (SPI) project at Goddard Space Flight
Center through the Heliophysics Internal Science Funding Model.

Disclaimers
===========
Any opinions or actions taken by the listed funding institutions are those of the institutions and do not necessarily reflect the views of the pysat development team or individual authors. 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.
Any opinions or actions taken by the listed funding institutions are those of
the institutions and do not necessarily reflect the views of the pysat
development team or individual authors. 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 docs/acknowledgements.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. mdinclude:: ../ACKNOWLEDGEMENTS.md
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# -*- coding: utf-8 -*-

# Copyright (C) 2022, pysat development team
# Full license can be found in License.md
# DOI:10.5281/zenodo.3475493
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# -----------------------------------------------------------------------------
"""Configuration file for the Sphinx documentation builder.
Note
Expand Down
7 changes: 6 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. pysatModels documentation main file. Remember that it should at least
.. pysatSeasons documentation main file. Remember that it should at least
contain the root `toctree` directive.
Welcome to the pysatSeasons documentation
Expand All @@ -18,6 +18,11 @@ such as bin averaging, occurrence probabilities, and scatter plots.
examples.rst
develop_guide.rst
history.rst
acknowledgements.rst


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


Indices and tables
Expand Down
4 changes: 4 additions & 0 deletions pysatSeasons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2022, pysat development team
# Full license can be found in License.md
# DOI:10.5281/zenodo.3475493
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# -----------------------------------------------------------------------------
"""pysatSeasons.
Expand Down
4 changes: 4 additions & 0 deletions pysatSeasons/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2022, pysat development team
# Full license can be found in License.md
# DOI:10.5281/zenodo.3475493
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# -----------------------------------------------------------------------------
import pandas as pds
import xarray as xr
Expand Down
4 changes: 4 additions & 0 deletions pysatSeasons/avg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2022, pysat development team
# Full license can be found in License.md
# DOI:10.5281/zenodo.3475493
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# -----------------------------------------------------------------------------
"""Instrument independent seasonal averaging routine.
Expand Down
4 changes: 4 additions & 0 deletions pysatSeasons/occur_prob.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2022, pysat development team
# Full license can be found in License.md
# DOI:10.5281/zenodo.3475493
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# -----------------------------------------------------------------------------
"""Occurrence probability routines, daily or by orbit.
Expand Down
4 changes: 4 additions & 0 deletions pysatSeasons/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2022, pysat development team
# Full license can be found in License.md
# DOI:10.5281/zenodo.3475493
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# -----------------------------------------------------------------------------
"""Support scatterplot production over seasons of interest."""

Expand Down
9 changes: 9 additions & 0 deletions pysatSeasons/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2022, pysat development team
# Full license can be found in License.md
# DOI:10.5281/zenodo.3475493
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# -----------------------------------------------------------------------------
"""Unit and Integration Tests for pysatSeasons.
Note
Expand Down
4 changes: 4 additions & 0 deletions pysatSeasons/tests/test_avg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2022, pysat development team
# Full license can be found in License.md
# DOI:10.5281/zenodo.3475493
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# -----------------------------------------------------------------------------
"""Test the pysat averaging code."""

Expand Down
4 changes: 4 additions & 0 deletions pysatSeasons/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2022, pysat development team
# Full license can be found in License.md
# DOI:10.5281/zenodo.3475493
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# -----------------------------------------------------------------------------
"""Test the pysat _core code."""

Expand Down
4 changes: 4 additions & 0 deletions pysatSeasons/tests/test_occur_prob.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2022, pysat development team
# Full license can be found in License.md
# DOI:10.5281/zenodo.3475493
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# -----------------------------------------------------------------------------
"""Test pysatSeasons occur_prob object and code."""

Expand Down
4 changes: 4 additions & 0 deletions pysatSeasons/tests/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2022, pysat development team
# Full license can be found in License.md
# DOI:10.5281/zenodo.3475493
#
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is
# unlimited.
# -----------------------------------------------------------------------------
"""Test pysatSeasons plotting code."""

Expand Down

0 comments on commit 5f72686

Please sign in to comment.