Skip to content

Commit

Permalink
made class modification
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Apr 12, 2024
1 parent decdd33 commit ea02f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fink_filters/filter_mm_module/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def generic_bronze_filter(fink_class, observatory, rb, obs_filter):
f_bogus = rb >= 0.7

base_extragalactic = return_list_of_eg_host() # include Unknown and Fail as well
fink_extragalactic = ["KN candidate", "SN candidate", "Early SN Ia candidate", "Ambiguous"]
fink_extragalactic = ["Kilonova candidate", "SN candidate", "Early SN Ia candidate", "Ambiguous"]
extragalactic = list(base_extragalactic) + list(fink_extragalactic)
f_class = fink_class.isin(extragalactic)

Expand Down

0 comments on commit ea02f77

Please sign in to comment.