diff --git a/bin/ztf/archive_anomaly.py b/bin/ztf/archive_anomaly.py index 90a88d6c..f2d588ac 100644 --- a/bin/ztf/archive_anomaly.py +++ b/bin/ztf/archive_anomaly.py @@ -27,6 +27,7 @@ from fink_science.ztf.anomaly_detection.processor import ANOMALY_MODELS from fink_science.ztf.anomaly_detection.processor import NOTIFICATIONS_COUNT from fink_science.ztf.anomaly_detection.processor import CURVE_LAST_DAYS +from fink_science.ztf.anomaly_detection.processor import CUSTOM_FILTERS def main(): @@ -104,6 +105,7 @@ def main(): model=model, timeout=50, curve_last_days=CURVE_LAST_DAYS.get(model, None), + custom_filter=CUSTOM_FILTERS.get(model, None), ) # Keep only candidates of interest for all sky anomalies