From 6c2fc0d805e013505dd4ee37ae66bfc33055c374 Mon Sep 17 00:00:00 2001 From: Angeline Burrell Date: Mon, 11 Mar 2024 17:45:27 -0400 Subject: [PATCH] DOC: improve DMSP SSJ init Improve the user output for the DMSP SSJ instrument. --- pysatMadrigal/instruments/dmsp_ssj.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pysatMadrigal/instruments/dmsp_ssj.py b/pysatMadrigal/instruments/dmsp_ssj.py index fcdc313..52287b7 100644 --- a/pysatMadrigal/instruments/dmsp_ssj.py +++ b/pysatMadrigal/instruments/dmsp_ssj.py @@ -108,7 +108,10 @@ def init(self): self.acknowledgements = ''.join([ general.cedar_rules(), '\nThe Air Force Research Laboratory Auroral ', 'Boundary Index (ABI) was provided by the United States Air Force ', - 'Research Laboratory, Kirtland Air Force Base, New Mexico.']) + 'Research Laboratory, Kirtland Air Force Base, New Mexico.\n', + 'Please send a copy of all publications that use the ABI to Dr. ', + 'Gordon Wilson at: gordon.wilson@kirtland.af.mil\n', + 'Dr. Wilson considers this data set deprecated.']) logger.info(self.acknowledgements) self.references = dmsp.references(self.name)