Skip to content

Commit 1947a3f

Browse files
committed
Merge remote-tracking branch 'origin' into orphans_integration
2 parents edb7552 + d220580 commit 1947a3f

13 files changed

+177
-640
lines changed

fink_science/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
__version__ = "7.5.1"
15+
__version__ = "8.10.0"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

fink_science/ztf/anomaly_detection/processor.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,14 @@
5050
"stetson_K",
5151
]
5252

53-
ANOMALY_MODELS = ["_beta", "_anais", "_emille", "_julien", "_maria"] # noqa
53+
ANOMALY_MODELS = ["_beta", "_anais", "_emille", "_julien", "_maria", "_emille_30days"] # noqa
54+
NOTIFICATIONS_COUNT = {
55+
"_emille": 30,
56+
"_emille_30days": 30
57+
}
58+
CURVE_LAST_DAYS = {
59+
"_emille_30days": 30
60+
}
5461

5562

5663
class TwoBandModel:

fink_science/ztf/hostless_detection/powerspectrum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2024 AstroLab Software
2-
# Author: R. Durgesh
2+
# Author: E. E. Hayes, R. Durgesh
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)