Skip to content

additional_core_models

Nadia Dencheva edited this page Jul 24, 2017 · 14 revisions

List of models for the astropy core

This is a list of models we plan to put into the astropy core before the 0.3 release. Discussion: https://github.com/astropy/astropy/issues/981

Here's the list of models already in astropy.modeling.models: http://docs.astropy.org/en/latest/models/index.html

These lists were generated by going through these lists and selecting the models that seem general and often-used enough to be in astropy core:

General models

Spectral models

Physics models

  • Navarro, Frenk, and White 1996 profile – the canonical dark matter halo profile; in Astropysics
  • Generic alpha-beta-gamma models common in mass modeling (NFW is a subset of this) in PyModelFit
  • Plummer sphere (Plummer 1911) in Astropysics
  • King2D
  • King3D - this is the deprojected version of king2d

Other

  • Table models (see tablemodel in Sherpa or LinearInterpolatedModel or NearestInterpolatedModel in PymodelFit 1D and 2D table models in GammaLib) with a few interpolation options. This is very important but I think should be discussed in a separate issue, with the discussion here focusing on "analytical" or "functional" or "mathematical" models.

Update - Models not implemented as of July 2017

Current list of models in modeling - http://astropy.readthedocs.io/en/latest/modeling/index.html#classes

To avoid duplication of effort if you intend to work on implementing a new model please create an issue on github stating so.

Clone this wiki locally