sorcha_addons.activity.lsst_comet.model
Classes
LSST comet model. |
Module Contents
- class Comet(k=-2, afrho1=1500, **kwargs)[source]
LSST comet model.
The goal of this model is to make a template comet based on
Hmagnitude, which is the main brightness parameter in the LSST Metrics Analysis Framework. Using this value enables easy object cloning.- Parameters:
afrho_q (afrho1 or) – Comet coma quantity Afρ at 1 au (
afrho1) or at perihelion (afrho_q), in units of cm. The latter requiresq.k (float) – Activity power-law slope with heliocentric distance:
rh^k.q (float, required if
afrho_qis provided) – Perihelion distance for Afρ normalization.Phi_c (function, optional) – One-parameter function that takes phase angle in degrees and returns the phase function for comae. It is assumed that Phi(0) = 1.0. Default is to use the Halley-Marcus phase function of Schleicher & Bair 2011.