Stellar activity#
The activity common object stores hyperparameters that are shared by stellar-activity models. A model can still decide that some of these quantities are dataset-specific; for example, the rotation period and decay timescale are usually shared, while the covariance amplitude is often fitted independently for each dataset.
Note
The activity common object only defines the available parameters, boundaries, priors, spaces, and fixed values. The model listed in the models section decides which parameters are used and whether they are common to all datasets or local to one dataset.
Model definition#
common object name:
activitydefault common object for most Gaussian-process models of stellar activity
Example#
1common:
2 activity:
3 boundaries:
4 Prot: [10.0, 20.0]
5 Pdec: [20.0, 1000.0]
6 Oamp: [0.001, 1.0]
7 priors:
8 Prot: ['Gaussian', 14.0, 0.5]
9 star:
10 star_parameters:
11 boundaries:
12 rotation_period: [10.0, 20.0]
13 activity_decay: [20.0, 1000.0]
Parameters#
Only the parameters required by the selected models have to be defined in the YAML file.
Name |
Parameter |
Typical use |
|---|---|---|
|
Stellar rotation period |
Quasi-periodic, rotation, and multidimensional activity kernels |
|
Decay timescale of active regions |
Quasi-periodic and exponential-sine periodic kernels |
|
Long-timescale cycle or squared-exponential timescale |
Quasi-periodic plus squared-exponential kernels |
|
Coherence scale of the periodic component |
Quasi-periodic and exponential-sine periodic kernels |
|
Covariance amplitude |
Dataset-specific amplitude in trained GP models |
|
Secondary covariance amplitude |
Cosine, derivative, or cycle component depending on the model |
|
Amplitude of a celerite2 rotation term |
celerite2 rotation kernels |
|
Base quality factor of the celerite2 rotation term |
celerite2 rotation kernels |
|
Difference between the rotation-mode quality factors |
celerite2 rotation kernels |
|
Fractional amplitude of the secondary rotation mode |
celerite2 rotation kernels |
|
Granulation SHO timescale |
celerite2 granulation plus rotation |
|
Granulation SHO amplitude |
celerite2 granulation plus rotation |
|
Timescale of the |
configurable celerite2 granulation/oscillation/rotation |
|
Amplitude of the |
configurable celerite2 granulation/oscillation/rotation |
|
Timescale of the |
configurable celerite2 granulation/oscillation/rotation |
|
Amplitude of the |
configurable celerite2 granulation/oscillation/rotation |
|
Quality factor of the |
configurable celerite2 granulation/oscillation/rotation |
|
SHO undamped period, or |
SHO kernels |
|
SHO damping timescale, or |
SHO kernels |
|
SHO process amplitude |
SHO kernels |
|
Matern-3/2 scale, also accepted as |
Matern-3/2 kernels |
|
Matern-3/2 covariance amplitude |
Single-output Matern-3/2 kernels |
|
Coefficient of the derivative component of a latent GP |
Multidimensional GP models |
|
Coefficient of the latent GP itself |
Multidimensional GP models |
|
Coefficient of the cosine latent component |
Multidimensional quasi-periodic plus cosine kernel |
|
Coefficient of the derivative of the cosine component |
Multidimensional quasi-periodic plus cosine kernel |
|
Coefficient of the squared-exponential cycle component |
Multidimensional quasi-periodic plus squared-exponential kernels |
|
Coefficient of the derivative of the squared-exponential cycle component |
Multidimensional quasi-periodic plus squared-exponential kernel |
|
Coefficient of the Matern-3/2 latent GP |
Multidimensional Matern-3/2 kernel |
|
Coefficient of the derivative of the Matern-3/2 latent GP |
Multidimensional Matern-3/2 kernel |
|
Original Rajpaul-framework coefficients |
Legacy |