IDL_read_file

cosmo_utils.utils.file_readers.IDL_read_file(idl_file)[source] [edit on github]

Reads an IDL file and converts it to a Python dictionary

Parameters:

idl_file : string

Path to the filename being used

Returns:

idl_dict : python dictionary

Dictionary with the data from idl_file