![]() |
GLASS
Global LISA Analysis Software Suite
|
Prototype structure for individual source entries in the catalog. More...
#include <glass_ucb_catalog.h>
Public Attributes | |
int | I |
number of chain samples | |
char | name [128] |
source name | |
char | parent [128] |
source parent name | |
char | path [1024] |
path to catalog entry | |
struct Source ** | source |
source structure contains parameters, defined in ucb.h | |
double * | match |
match between sample and ref. source | |
double * | distance |
metric distance between sample and ref. source | |
double | evidence |
source evidence | |
double | SNR |
reference SNR of source | |
int | i |
sample containing med. freq. | |
int * | stepFlag |
array containing on/off for entry at each MCMC step. | |
struct GMM * | gmm |
Gaussian Mixture Model representation of posterior. | |
Prototype structure for individual source entries in the catalog.
Contains metadata describing/labeling the source, and the full posterior reconstruction (parameters, waveforms, etc.).