Skip to content

Commit

Permalink
Ignore i band
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Sep 23, 2024
1 parent 3b6abf1 commit 9ee6c8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fink_filters/filter_anomaly_notification/filter_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,8 @@ def get_curve(ztf_id):
filter_dict = {1: 'g band', 2: 'r band'}

for filt in np.unique(pdf['i:fid']):
if filt == 3:
continue
maskFilt = pdf['i:fid'] == filt

# The column `d:tag` is used to check data type
Expand Down

0 comments on commit 9ee6c8a

Please sign in to comment.