diff --git a/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb b/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb index fc8913230eacddea36f4c21b9ab1f557455bf743..469c80127e2cef9d528100ca1cfe51fb4a496bef 100644 --- a/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb +++ b/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb @@ -326,7 +326,7 @@ " mask[index, ...],\n", " g,\n", " const_data[mod][\"Offset\"],\n", - " const_data[mod][\"RelativeGain\"],\n", + " const_data[mod][\"RelativeGain\"].astype(np.float32),\n", " const_data[mod][\"Mask\"],\n", " apply_offset=offset_correction,\n", " apply_gain=gain_correction,\n",