Currently in ULTRA l2, we have map_dataset["ena_intensity_sys_err"] = xr.zeros_like( map_dataset["ena_intensity_stat_uncert"], ) The ULTRA team wants to provided static uncertainties that we populate in the array above.
Currently in ULTRA l2, we have
map_dataset["ena_intensity_sys_err"] = xr.zeros_like(
map_dataset["ena_intensity_stat_uncert"],
)
The ULTRA team wants to provided static uncertainties that we populate in the array above.