Skip to content

Commit

Permalink
Adding GSP TNS group
Browse files Browse the repository at this point in the history
  • Loading branch information
crpellegrino committed Sep 19, 2024
1 parent e4f2452 commit 0676c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snex2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
'HERMES_API_KEY': os.getenv('HERMES_API_KEY', 'yourHermesAPIKeyHere'),
'DEFAULT_AUTHORS': os.getenv('HERMES_DEFAULT_AUTHORS', 'Your Default author list here'),
'USER_TOPICS': ['hermes.test', 'hermes.message', 'hermes.discovery', 'hermes.photometry', 'hermes.spectroscopy'],
'GROUP_NAMES': ['Hermes_group', 'SNEX'],
'GROUP_NAMES': ['Global SN Project', 'Hermes_group', 'SNEX'],
# Change this to whatever filtered mapping your data has from filter ID in the datum to TNS filter ID
'FILTER_MAPPING': {
'B': 'B-astrodon',
Expand Down

0 comments on commit 0676c63

Please sign in to comment.