Skip to content

Commit

Permalink
Begin syndyne documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkelley committed Dec 8, 2023
1 parent 957b604 commit de277d0
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
3 changes: 3 additions & 0 deletions docs/sbpy/activity/dust/dynamics.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Dynamical models (`sbpy.activity.dust.dynamics`)
================================================

Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Cometary dust (`sbpy.activity.dust`)
====================================

Cometary dust is the refractory material released by comets. This sub-module provides simple photometric models of cometary dust comae, and dynamical models for cometary dust grains.

* `Photometric models: *Afρ* and *εfρ* <Afρ and εfρ models_>`_
* :doc:`Syndynes <syndynes>`
* :doc:`Dynamical models <dynamics>`


*Afρ* and *εfρ* models
----------------------
Expand Down
11 changes: 11 additions & 0 deletions docs/sbpy/activity/dust/syndynes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Dust syndynes (`sbpy.activity.dust.syndynes`)
=============================================

.. toctree::
:maxdepth: 2


Introduction
------------

Syndynes are the paths that dust grain test particles will follow after leaving the vicinity of a cometary nucleus.
9 changes: 5 additions & 4 deletions docs/sbpy/activity/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ Activity Module (`sbpy.activity`)
Introduction
------------

`sbpy.activity` models cometary dust and gas activity. It is separated into two main sub-modules: :doc:`dust` and :doc:`gas`. The base module itself defines photometric apertures that may be useful for observations of comets.
`sbpy.activity` models cometary dust and gas activity. It is separated into two main sub-modules: :doc:`dust/index` and :doc:`gas`. The base module itself defines photometric apertures that may be useful for observations of comets.

.. toctree::
:maxdepth: 2
:maxdepth: 2
:caption: Table of Contents

dust.rst
gas.rst
dust/index
gas


Apertures
Expand Down
3 changes: 1 addition & 2 deletions sbpy/activity/dust/dynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ class State:
t : `~astropy.time.Time`
Time, a scalar or shape = (N,).
frame : `~astropy.coordinates.BaseCoordinateFrame` class or string,
optional
frame : `~astropy.coordinates.BaseCoordinateFrame` class or string, optional
Coordinate frame for ``r`` and ``v``. Defaults to
`~astropy.coordinates.HeliocentricEclipticIAU76` if given as ``None``.
Expand Down

0 comments on commit de277d0

Please sign in to comment.