sdapy.snerun.snelist.table¶
- snelist.table(syntax='all', tablepars=None, tablename=None, style='latex')¶
create a latex table for a subset of SNe
- Parameters
- syntaxstr
syntax used to make subset of meta table, e.g. type in [“SN Ib”, “SN Ic”], which will only parse all SNe Ibcs
- tablenamestr
output file name
- tableparslist
which parameter to be included
- stylestr
table style
- Returns
- tablestr
if tablename is None, return a table, otherwise, store the table to tablename
See also
Notes
Need to run snelist.add_subset to add a dataset, and snelist.add_parameter to add a list of parameters first.