classylss package

Module contents

classylss.get_data_files()[source]

Returns the path of data files, which are installed to the package directory.

classylss.load_ini(filename)[source]

Read a CLASS .ini file, returning a dictionary of parameters

Parameters:filename (str) – the name of an existing parameter file to load, or one included as part of the CLASS source
Returns:the input parameters loaded from file
Return type:dict
classylss.load_precision(filename)[source]

Load a CLASS precision file into a dictionary.

Parameters:filename (str) – the name of an existing file to load, or one in the files included as part of the CLASS source
Returns:the precision parameters loaded from file
Return type:dict