Function

NumCosmoDataPlanckLKLdownload_baseline

Declaration [src]

void
nc_data_planck_lkl_download_baseline (
  const gchar* dir
)

Description [src]

Download the Planck baseline likelihood data to the given directory. This function will download the file `COM_Likelihood_Data-baseline_R3.00.tar.gz’ from the Planck Legacy Archive and extract it to the given directory.

It requires the wget' andtar’ commands to be available in the system.

Parameters

dir

Type: const gchar*

A directory.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.