Gaiana / nirdust

Nirdust is a python package that uses K-band (2.2 micrometers) spectra to measure the temperature of the dust heated by a type 2 Active Galactic Nuclei (AGN) accretion disk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

handle different spectrum_lengths

Gaiana opened this issue · comments

Study the best way to handle different spectral_axis lenght

One idea is convert cut_edges into a function that takes both spectrum and cut them in the same spectral range and then cut the extra pixels that could be left.

Other idea is to leave this issue to be solved in sp_correction but using wavelenght to compare the spectra instead of pixels (actually both have to be used)