-
-
Notifications
You must be signed in to change notification settings - Fork 128
Specutils Other Packages
There are many projects being developed in parallel with specutils, or prior to it, that have capabilities we want included in specutils. This wiki page is meant to track those capabilities and point specutils developers to code that can potentially be re-used in specutils (with some editing to meet astropy coding guidelines) or that should serve as a guideline for specutils development.
There are many individual models that can easily be translated into astropy.models
subclasses:
http://pyspeckit.bitbucket.org/html/sphinx/models.html
Pyspeckit includes matplotlib-based GUI features for selecting data for continuum and/or line fitting. See: http://pyspeckit.readthedocs.org/en/latest/interactive.html for an example https://github.com/pyspeckit/pyspeckit/blob/master/pyspeckit/spectrum/interactive.py for source code
It also includes facilities for unit conversion that are now pretty much all implemented in astropy.units, but eventually this code: https://github.com/pyspeckit/pyspeckit/blob/master/pyspeckit/spectrum/units.py should include an example of how to use astropy.units for that purpose.