Skip to content

Commit 11d2c3e

Browse files
get_miriade: Make withecl False by default (#181)
1 parent 3652d9a commit 11d2c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fink_utils/sso/miriade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def get_miriade_data(
266266
observer="I41",
267267
rplane="1",
268268
tcoor=5,
269-
withecl=True,
269+
withecl=False,
270270
method="rest",
271271
parameters=None,
272272
timeout=30,

0 commit comments

Comments
 (0)