Skip to content

Commit

Permalink
DOC: improve DMSP SSJ init
Browse files Browse the repository at this point in the history
Improve the user output for the DMSP SSJ instrument.
  • Loading branch information
aburrell authored Mar 11, 2024
1 parent 72d6224 commit 6c2fc0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pysatMadrigal/instruments/dmsp_ssj.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]\n',
'Dr. Wilson considers this data set deprecated.'])

logger.info(self.acknowledgements)
self.references = dmsp.references(self.name)
Expand Down

0 comments on commit 6c2fc0d

Please sign in to comment.