Skip to content

Commit

Permalink
Update Slack channel names (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton authored Jan 30, 2024
1 parent c5b3be4 commit 01caa72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/anomaly_archival.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ def main():
pdf = anomaly_notification_(
df_proc, threshold=10,
send_to_tg=True, channel_id="@ZTF_anomaly_bot",
send_to_slack=True, channel_name='anomaly_bot'
send_to_slack=True, channel_name='bot_anomaly'
)

# Area-restricted anomalies
# We do not store candidates
anomaly_notification_(
df_proc, threshold=5,
send_to_tg=True, channel_id='@anomaly_spec',
send_to_slack=False, channel_name=None,
send_to_slack=True, channel_name='bot_anomaly_area',
cut_coords=True
)

Expand Down

0 comments on commit 01caa72

Please sign in to comment.