From 97067ceaa74851ad6862f2822211d7120736dfd0 Mon Sep 17 00:00:00 2001 From: Jeff Klenzing <19592220+jklenzing@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:29:26 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Russell Stoneback --- .../instruments/templates/template_cdaweb_instrument.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pysatNASA/instruments/templates/template_cdaweb_instrument.py b/pysatNASA/instruments/templates/template_cdaweb_instrument.py index d6670c50..8f971f5e 100644 --- a/pysatNASA/instruments/templates/template_cdaweb_instrument.py +++ b/pysatNASA/instruments/templates/template_cdaweb_instrument.py @@ -4,6 +4,8 @@ # Full author list can be found in .zenodo.json file # DOI:10.5281/zenodo.3986131 # +# Review Status for Classified or Controlled Information by NRL +# ------------------------------------------------------------- # DISTRIBUTION STATEMENT A: Approved for public release. Distribution is # unlimited. # ---------------------------------------------------------------------------- @@ -12,8 +14,8 @@ Copy and modify this file as needed when adding a new Instrument to pysat. DO NOT include the NRL distribution statement in your new file. Contributions -by NRL developers will need to be cleared for classified or controlled information -separately from the pysat pull request process. +by NRL developers will need to be cleared for classified or controlled +information separately from the pysat pull request process. This is a good area to introduce the instrument, provide background on the mission, operations, instrumenation, and measurements.