Skip to content

Commit ce18223

Browse files
authored
Merge pull request #300 from PAHFIT/dev
Merge dev branch
2 parents 171c645 + 6f6ead0 commit ce18223

22 files changed

Lines changed: 1587 additions & 1381 deletions

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
==================
1313

1414
- IDL versions
15-
- http://tir.astro.utoledo.edu/jdsmith/research/pahfit.php
15+
- https://github.com/PAHFIT/pahfit_classic

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PAHFIT
22
======
33

44

5-
``PAHFIT`` is a decomposition model and tool for astronomical infrared spectra, focusing on dust and gas emission features from the interstellar medium (see `Smith, J.D.T., Draine B.T., et al., 2007, ApJ, 656, 770 <http://tir.astro.utoledo.edu/jdsmith/research/pahfit.php>`_).
5+
``PAHFIT`` is a decomposition model and tool for astronomical infrared spectra, focusing on dust and gas emission features from the interstellar medium (see `Smith, J.D.T., Draine B.T., et al., 2007, ApJ, 656, 770 <https://github.com/PAHFIT/pahfit_classic>`_).
66

77
This package provides an updated python implementation of ``PAHFIT``. While the original versions of ``PAHFIT`` (``v1.x``) were written in IDL and focused mainly on Spitzer/IRS spectroscopic observations, the newer python-based versions (``>=v2.0``) will expand instrument coverage to other existing (e.g., AKARI) and planned (e.g., JWST) facilities, and will offer a more flexible modeling framework suitable for modeling a wider range of astrophysical sources.
88

docs/index.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and a more flexible modeling framework suitable for modeling a wider range
1414
of astrophysical sources.
1515

1616
For details for the IDL version of PAHFIT see
17-
`Smith, J.D.T., Draine B.T., et al., 2007, ApJ, 656, 770 <http://tir.astro.utoledo.edu/jdsmith/research/pahfit.php>`_.
17+
`Smith, J.D.T., Draine B.T., et al., 2007, ApJ, 656, 770 <https://github.com/PAHFIT/pahfit_classic>`_.
1818

1919
This package is potentially an
2020
`astropy affiliated package <http://www.astropy.org/affiliated/>`_
@@ -77,7 +77,7 @@ contributors who will abide by the `Python Software Foundation Code of Conduct
7777
`Astropy`_. The following pages will help you get started with contributing
7878
fixes, code, or documentation (no git or GitHub experience necessary):
7979

80-
* `How to make a code contribution <https://docs.astropy.org/en/latest/development/workflow/development_workflow.html>`_
80+
* `How to make a code contribution <https://docs.astropy.org/en/latest/index_dev.html#developer-docs>`_
8181

8282
* `Coding Guidelines <https://docs.astropy.org/en/latest/development/codeguide.html>`_
8383

@@ -92,10 +92,6 @@ contributors page on Github
9292
Reference API
9393
=============
9494

95-
Base class for PAHFIT
96-
97-
.. automodapi:: pahfit.base
98-
9995
Component models not provided by astropy.models.
10096

101-
.. automodapi:: pahfit.component_models
97+
.. automodapi:: pahfit.fitters.ap_components

docs/version_description/version_description.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Version Description
55
v1.0 - v1.4
66
------------
77

8-
The original IDL version of PAHFIT can be found in: `http://tir.astro.utoledo.edu/jdsmith/research/pahfit.php <http://tir.astro.utoledo.edu/jdsmith/research/pahfit.php>`_. For more details and background of ``PAHFIT``, see the `background <https://pahfit.readthedocs.io/en/latest/background.html>`_ page.
8+
The original IDL version of PAHFIT can be found in: `https://github.com/PAHFIT/pahfit_classic <https://github.com/PAHFIT/pahfit_classic>`_. For more details and background of ``PAHFIT``, see the `background <https://pahfit.readthedocs.io/en/latest/background.html>`_ page.
99

1010
v2.0
1111
------------

0 commit comments

Comments
 (0)