Skip to content

Commit f5d05de

Browse files
committed
Remove fake i-band
1 parent 9f244de commit f5d05de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fink_science/ztf/superluminous/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
classifier_path = curdir + "/data/models/superluminous_classifier.joblib"
2222
# Declare i-band with dummy value
23-
band_wave_aa = {1: 4770.0, 2: 6231.0, 3: 0.0}
23+
band_wave_aa = {1: 4770.0, 2: 6231.0}
2424
temperature = "sigmoid"
2525
bolometric = "bazin"
2626
min_points_total = 7

0 commit comments

Comments
 (0)