Open cdeil opened 8 years ago
I'm looking here to try and find out all the wonderful methods that SpectralCube has: http://spectral-cube.readthedocs.io/en/latest/api/spectral_cube.SpectralCube.html
SpectralCube
But currently there's only 3 methods listed: convolve_to, spectral_interpolate, spectral_smooth.
convolve_to
spectral_interpolate
spectral_smooth
Is is possible to either add BaseSpectralCube to the API docs or have the BaseSpectralCube methods shown for the SpectralCube class?
BaseSpectralCube
Huh... yes, we need to do that. I didn't realize that changing the inheritance structure had broken the docs.
See fix in #342
I'm looking here to try and find out all the wonderful methods that
SpectralCube
has: http://spectral-cube.readthedocs.io/en/latest/api/spectral_cube.SpectralCube.htmlBut currently there's only 3 methods listed:
convolve_to
,spectral_interpolate
,spectral_smooth
.Is is possible to either add
BaseSpectralCube
to the API docs or have theBaseSpectralCube
methods shown for theSpectralCube
class?