############################# Interstellar Dust Attenuation ############################# ``dust_attenuation`` is a python package to provide models of interstellar dust attenuation curves. Attenuation describes the effects of dust on a group of stars or a star with circumstellar dust. The effects include in attenuation are dust absorption, dust scattering out of the line-of-sight, and dust scattering into the line-of-sight. In general, attenuation models are used to model or correct the effects of dust on observations of galaxies (or regions thereof). In contrast, dust extinction refers to the effects of dust on measurements of a single star. See :ref:`AttvsExt`. For extinction models, see the `dust_extinction package `_. This package is developed in the `astropy affiliated package `_ template and uses the `astropy.modeling `_ framework. User Documentation ================== .. toctree:: :maxdepth: 2 Attenuation versus Extinction Flavors of Models Fitting attenuation curves How to choose a model References Installation ============ .. toctree:: :maxdepth: 2 How to install Repository ========== GitHub: `dust_attenuation `_ Quick Start =========== Need to add. Reporting Issues ================ If you have found a bug in ``dust_attenuation`` please report it by creating a new issue on the ``dust_attenuation`` `GitHub issue tracker `_. Please include an example that demonstrates the issue sufficiently so that the developers can reproduce and fix the problem. You may also be asked to provide information about your operating system and a full Python stack trace. The developers will walk you through obtaining a stack trace if it is necessary. Contributing ============ Like the `Astropy`_ project, ``dust_attenuation`` is made both by and for its users. We accept contributions at all levels, spanning the gamut from fixing a typo in the documentation to developing a major new feature. We welcome contributors who will abide by the `Python Software Foundation Code of Conduct `_. ``dust_attenuation`` follows the same workflow and coding guidelines as `Astropy`_. The following pages will help you get started with contributing fixes, code, or documentation (no git or GitHub experience necessary): * `How to make a code contribution `_ * `Coding Guidelines `_ * `Developer Documentation `_ For the complete list of contributors please see the `dust_attenuation contributors page on Github `_. Reference API ============= .. automodapi:: dust_attenuation.averages .. automodapi:: dust_attenuation.radiative_transfer .. automodapi:: dust_attenuation.shapes .. automodapi:: dust_attenuation.baseclasses