Closed HajimeKawahara closed 1 year ago
Currently, wavenumber_grid returns nu_grid and wav both in ascending order. So, for instance, we should plot
wavenumber_grid
nu_grid
wav
plt.plot(nu_grid, flux) plt.plot(wav[::-1], flux)
this might be confusing. rethink user-friendly (how?) and developer-friendly (wavenumber in ascending order) definition.
Currently,
wavenumber_grid
returnsnu_grid
andwav
both in ascending order. So, for instance, we should plotthis might be confusing. rethink user-friendly (how?) and developer-friendly (wavenumber in ascending order) definition.