Skip to content

Commit

Permalink
Updated README and SConstruct
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed Jul 21, 2024
1 parent b1fb348 commit 9094cc8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ ArXiv version:
[![arxiv](http://img.shields.io/badge/arXiv-1408.1097-orange.svg?style=flat)](http://arxiv.org/abs/1408.1097)
-->

**New:** Preliminary/experimental Python wrapper for Imfit: [PyImfit](https://github.com/perwin/pyimfit)


DOI for current release (v1.9.0), archived at Zenodo:

Expand All @@ -69,6 +67,16 @@ Finally, the paper describing Imfit can be found here:
[Erwin 2015](http://adsabs.harvard.edu/abs/2015ApJ...799..226E).


## Python Wrapper for Imfit

There is a Python package called
[PyImfit](https://github.com/perwin/pyimfit), which wraps Imfit as a
library and allows you to construct model images, do fits, use Imfit
models in MCMC analyses, etc., within a Python session or script.
([documentation for PyImfit](https://pyimfit.readthedocs.io))






Expand Down
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,8 @@ if useExtraFuncs:
functionobject_obj_string += " func_logspiral3"
functionobject_obj_string += " func_logspiral_gauss"
functionobject_obj_string += " func_logspiral_arc"
func_edge-on-disk_n4762
func_edge-on-disk_n4762v2
# func_edge-on-disk_n4762
# func_edge-on-disk_n4762v2
functionobject_obj_string += " func_polynomial_d1"
functionobject_obj_string += " func_triaxbar3d"
functionobject_obj_string += " func_triaxbar3d_sq"
Expand Down

0 comments on commit 9094cc8

Please sign in to comment.