jason-neal / companion_simulations

Simulating combined host+companion spectra, and fitting to observed crires spectra.
MIT License
2 stars 0 forks source link

Wavelength Interpolation #9

Closed jason-neal closed 7 years ago

jason-neal commented 7 years ago

Can I interpolate Multi dimensional data along one axis?

To interpolate to the points of the observation.

Also for the doppler shift of the companion, and system.

jason-neal commented 7 years ago

Yes, I can. I can interpolate a matrix along one wavelength at a time. Therefore I need to loop over the wavelength change/doppler shift.

Need to set axis=0 if axis0 is the wavelength.