RiceMunk / omnifit

This is a package for doing ice spectroscopy fitting of interstellar ices.
https://ricemunk.github.io/omnifit/
6 stars 5 forks source link

Spectrum convolution drops units #16

Closed RiceMunk closed 8 years ago

RiceMunk commented 8 years ago

Steps to reproduce:

  1. Create spectrum
  2. Convolve spectrum using convolve

Expected result: y of convolved spectrum should be of type astropy.units.Quantity

Actual result: y of convolved spectrum is of type numpy.ndarray

RiceMunk commented 8 years ago

Fixed with #20