stam.getmodels.read_parsec
- stam.getmodels.read_parsec(files=None, path=None, config_file='config.ini')[source]
Read PARSEC isochrone *.dat files, as downloaded from http://stev.oapd.inaf.it/cgi-bin/cmd .
- Parameters:
files (list of str, optional) – PARSEC *.dat file names. If None, read all *.dat files in path (default: None).
path (str, optional) – Path to PARSEC *.dat files. If None, get from the configuration file (default: None).
config_file (str, optional) – The configuration file name, including path (default: “config.ini”).
- Returns:
models – All PARSEC models in a single astropy table
- Return type:
Table