Skip to content

Commit cb9be01

Browse files
authored
Update AE_correction.ipynb
1 parent 21ffdfb commit cb9be01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/AE_correction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
"# Interpolating molecfitspectra to observed spectrum in each aperture\n",
331331
"mol_interpolated = np.zeros([n_apertures,P])\n",
332332
"for i in range(0,n_apertures): \n",
333-
" f = interpolate.interp1d(mol_wave, mol_combined,bounds_error=False,fill_value=np.nan,kind='cubic')\n",
333+
" f = interpolate.interp1d(mol_wave, mol_combined,bounds_error=False,fill_value=np.nan,kind='quadratic')\n",
334334
" mol_interpolated[i] = f(wave_obs[i])"
335335
]
336336
},

0 commit comments

Comments
 (0)