Skip to content

Commit 6c2fc0d

Browse files
authored
DOC: improve DMSP SSJ init
Improve the user output for the DMSP SSJ instrument.
1 parent 72d6224 commit 6c2fc0d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pysatMadrigal/instruments/dmsp_ssj.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ def init(self):
108108
self.acknowledgements = ''.join([
109109
general.cedar_rules(), '\nThe Air Force Research Laboratory Auroral ',
110110
'Boundary Index (ABI) was provided by the United States Air Force ',
111-
'Research Laboratory, Kirtland Air Force Base, New Mexico.'])
111+
'Research Laboratory, Kirtland Air Force Base, New Mexico.\n',
112+
'Please send a copy of all publications that use the ABI to Dr. ',
113+
'Gordon Wilson at: gordon.wilson@kirtland.af.mil\n',
114+
'Dr. Wilson considers this data set deprecated.'])
112115

113116
logger.info(self.acknowledgements)
114117
self.references = dmsp.references(self.name)

0 commit comments

Comments
 (0)