Enumeration

NumCosmoDataSNIACovResample

Declaration

enum NumCosmo.DataSNIACovResample

Description [src]

Strategy used by NcDataSNIACov to resample a mock realization. Not every dataset ships the light-curve covariance, so NC_DATA_SNIA_COV_RESAMPLE_FROM_LIGHTCURVE is only valid when nc_data_snia_cov_has_complete_cov() is TRUE.

Members

NC_DATA_SNIA_COV_RESAMPLE_AUTO

Resample from the light-curve covariance when available, otherwise from the distance-modulus covariance.

  • Value: 0
  • Available since: 1.0
NC_DATA_SNIA_COV_RESAMPLE_FROM_COV

Resample directly from the final distance-modulus covariance provided with the dataset (always available).

  • Value: 1
  • Available since: 1.0
NC_DATA_SNIA_COV_RESAMPLE_FROM_LIGHTCURVE

Resample from the full SALT2 light-curve (mag, width, colour) covariance (requires a complete covariance).

  • Value: 2
  • Available since: 1.0