Skip to content

Commit

Permalink
Merge pull request #189 from mnicholl/master
Browse files Browse the repository at this point in the history
Add bns model (2021arXiv210202229N)
  • Loading branch information
mnicholl committed May 24, 2021
2 parents abfa5e4 + 5a4c362 commit dc6eed5
Show file tree
Hide file tree
Showing 13 changed files with 1,970 additions and 28 deletions.
56 changes: 29 additions & 27 deletions docs/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,35 @@ Models
List of built-in models
-----------------------

+--------------+---------------------------------------+----------------------------------------------------------------------------+
| Model name | Description | Reference(s) |
+==============+=======================================+============================================================================+
| ``default`` | Nickel-cobalt decay | 1994ApJS...92..527N |
+--------------+---------------------------------------+----------------------------------------------------------------------------+
| ``csm`` | Interacting CSM-SNe | 2013ApJ...773...76C, 2017ApJ...849...70V, 2020RNAAS...4...16J |
+--------------+---------------------------------------+----------------------------------------------------------------------------+
| ``csmni`` | CSM + NiCo decay | See ``default`` & ``csm`` |
+--------------+---------------------------------------+----------------------------------------------------------------------------+
| ``exppow`` | Analytical engine | |
+--------------+---------------------------------------+----------------------------------------------------------------------------+
| ``ia`` | NiCo decay + I-band | |
+--------------+---------------------------------------+----------------------------------------------------------------------------+
| ``ic`` | NiCo decay + radio | |
+--------------+---------------------------------------+----------------------------------------------------------------------------+
| ``magnetar`` | Magnetar engine w/ simple SED | `2017ApJ...850...55N <http://adsabs.harvard.edu/abs/2017ApJ...850...55N>`_ |
+--------------+---------------------------------------+----------------------------------------------------------------------------+
| ``magni`` | Above + NiCo decay | |
+--------------+---------------------------------------+----------------------------------------------------------------------------+
| ``rprocess`` | Kilonova | `2017ApJ...851L..21V <http://adsabs.harvard.edu/abs/2017ApJ...851L..21V>`_ |
+--------------+---------------------------------------+----------------------------------------------------------------------------+
| ``kilonova`` | Kilonova | `2017ApJ...851L..21V <http://adsabs.harvard.edu/abs/2017ApJ...851L..21V>`_ |
+--------------+---------------------------------------+----------------------------------------------------------------------------+
| ``slsn`` | Magnetar + modified SED + constraints | `2017ApJ...850...55N <http://adsabs.harvard.edu/abs/2017ApJ...850...55N>`_ |
+--------------+---------------------------------------+----------------------------------------------------------------------------+
| ``tde`` | Tidal disruption events | `2018arXiv180108221M <http://adsabs.harvard.edu/abs/2018arXiv180108221M>`_ |
+--------------+---------------------------------------+----------------------------------------------------------------------------+
+--------------+---------------------------------------+-------------------------------------------------------------------------------+
| Model name | Description | Reference(s) |
+==============+=======================================+===============================================================================+
| ``default`` | Nickel-cobalt decay | 1994ApJS...92..527N |
+--------------+---------------------------------------+-------------------------------------------------------------------------------+
| ``csm`` | Interacting CSM-SNe | 2013ApJ...773...76C, 2017ApJ...849...70V, 2020RNAAS...4...16J |
+--------------+---------------------------------------+-------------------------------------------------------------------------------+
| ``csmni`` | CSM + NiCo decay | See ``default`` & ``csm`` |
+--------------+---------------------------------------+-------------------------------------------------------------------------------+
| ``exppow`` | Analytical engine | |
+--------------+---------------------------------------+-------------------------------------------------------------------------------+
| ``ia`` | NiCo decay + I-band | |
+--------------+---------------------------------------+-------------------------------------------------------------------------------+
| ``ic`` | NiCo decay + radio | |
+--------------+---------------------------------------+-------------------------------------------------------------------------------+
| ``magnetar`` | Magnetar engine w/ simple SED | `2017ApJ...850...55N <http://adsabs.harvard.edu/abs/2017ApJ...850...55N>`_ |
+--------------+---------------------------------------+-------------------------------------------------------------------------------+
| ``magni`` | Above + NiCo decay | |
+--------------+---------------------------------------+-------------------------------------------------------------------------------+
| ``rprocess`` | Kilonova | `2017ApJ...851L..21V <http://adsabs.harvard.edu/abs/2017ApJ...851L..21V>`_ |
+--------------+---------------------------------------+-------------------------------------------------------------------------------+
| ``kilonova`` | Kilonova | `2017ApJ...851L..21V <http://adsabs.harvard.edu/abs/2017ApJ...851L..21V>`_ |
+--------------+---------------------------------------+-------------------------------------------------------------------------------+
| ``bns`` | Kilonova + binary params + angle | `2021arXiv210202229N <https://ui.adsabs.harvard.edu/abs/2021arXiv210202229N>`_|
+--------------+---------------------------------------+-------------------------------------------------------------------------------+
| ``slsn`` | Magnetar + modified SED + constraints | `2017ApJ...850...55N <http://adsabs.harvard.edu/abs/2017ApJ...850...55N>`_ |
+--------------+---------------------------------------+-------------------------------------------------------------------------------+
| ``tde`` | Tidal disruption events | `2018arXiv180108221M <http://adsabs.harvard.edu/abs/2018arXiv180108221M>`_ |
+--------------+---------------------------------------+-------------------------------------------------------------------------------+

.. [*] In development.
Expand Down
2 changes: 1 addition & 1 deletion mosfit/contributors.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
James Guillochon (https://github.com/guillochon, guillochon@gmail.com)*
Matt Nicholl (https://github.com/mnicholl, matt.nicholl@cfa.harvard.edu)*
Matt Nicholl (https://github.com/mnicholl, mattnicholl1@gmail.com)*
Brenna Mockler
Ashley Villar
Loading

0 comments on commit dc6eed5

Please sign in to comment.