Skip to content

Commit

Permalink
EQU bold
Browse files Browse the repository at this point in the history
  • Loading branch information
Knispel2 committed Jun 2, 2024
1 parent 80287ed commit 902784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fink_filters/filter_anomaly_notification/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def anomaly_notification_(
t_oid_1b = f"DR OID (<1''): <https://ztf.snad.space/view/{oid}|{oid}>"
t2_ = f'**GAL coordinates**: {round(gal.l.deg, 6)}, {round(gal.b.deg, 6)}'
t_ = f'''
*EQU*: {row.ra}, {row.dec}'''
**EQU**: {row.ra}, {row.dec}'''
t2_ += t_
t3_ = f'**UTC**: {str(row.timestamp)[:-3]}'
t4_ = f'**Real bogus**: {round(row.rb, 2)}'
Expand Down

0 comments on commit 902784c

Please sign in to comment.