We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b205b commit 7508485Copy full SHA for 7508485
1 file changed
esis/flights/f1/data/synth/_scene_aia/_scene_aia.py
@@ -65,16 +65,12 @@ def scene_aia(
65
limit
66
The maximum number of files to download per wavelength.
67
"""
68
- l1 = None
+ l1 = level_1()
69
70
if time_start is None:
71
- if l1 is None:
72
- l1 = level_1()
73
time_start = l1.inputs.time_start[{l1.axis_time: 0}].ndarray.mean()
74
75
if time_stop is None:
76
77
78
time_stop = l1.inputs.time_end[{l1.axis_time: ~0}].ndarray.mean()
79
80
wavelength_aia = [304, 193, 304] * u.AA
0 commit comments