radio-astro-tools / spectral-cube

Library for reading and analyzing astrophysical spectral data cubes
http://spectral-cube.rtfd.org
BSD 3-Clause "New" or "Revised" License
95 stars 62 forks source link

Baseline/Continuum Subtraction #181

Open keflavich opened 9 years ago

keflavich commented 9 years ago

Baseline/continuum subtraction is commonly required for spectral cubes. We should incorporate more utilities for this purpose, e.g. generalized apply-a-function-along-an-axis methods (besides just numpy ufuncs).

For examples, see https://github.com/pyspeckit/pyspeckit/blob/master/pyspeckit/cubes/cubes.py#L106.

keflavich commented 4 years ago

Todo list: