We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d6224 commit 6c2fc0dCopy full SHA for 6c2fc0d
pysatMadrigal/instruments/dmsp_ssj.py
@@ -108,7 +108,10 @@ def init(self):
108
self.acknowledgements = ''.join([
109
general.cedar_rules(), '\nThe Air Force Research Laboratory Auroral ',
110
'Boundary Index (ABI) was provided by the United States Air Force ',
111
- 'Research Laboratory, Kirtland Air Force Base, New Mexico.'])
+ '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.'])
115
116
logger.info(self.acknowledgements)
117
self.references = dmsp.references(self.name)
0 commit comments