psmd-iberutaru / Lezargus

The accompanying data software package to the IRTF SPECTRE Spectrograph.
MIT License
0 stars 0 forks source link

Convolution refactor #20

Closed psmd-iberutaru closed 4 months ago

psmd-iberutaru commented 4 months ago

It is probably smart to refactor the convolution module. Exactly how is left to the following comments which act as the framework for the convolution.

psmd-iberutaru commented 4 months ago

For convolution itself, it should all be based on the Astropy convolution function, the class wraps around it and serves to provide multiple inputs to it with proper checks for size and shape of arrays.

psmd-iberutaru commented 4 months ago

Completed? Maybe.