Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bin/ztf/archive_anomaly.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down Expand Up @@ -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
Expand Down
Loading