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:

dict :

the input parameters loaded from file

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:

dict :

the precision parameters loaded from file