make_summary_catalog¶
- grizli.fitting.make_summary_catalog(target='pg0117+213', sextractor='pg0117+213-f140w.cat', files=None, filter_bandpasses=[], get_sps=False, write_table=True, cdf_sigmas=array([-5., -4.8, -4.6, -4.4, -4.2, -4., -3.8, -3.6, -3.4, -3.2, -3., -2.8, -2.6, -2.4, -2.2, -2., -1.8, -1.6, -1.4, -1.2, -1., -0.8, -0.6, -0.4, -0.2, 0., 0.2, 0.4, 0.6, 0.8, 1., 1.2, 1.4, 1.6, 1.8, 2., 2.2, 2.4, 2.6, 2.8, 3., 3.2, 3.4, 3.6, 3.8, 4., 4.2, 4.4, 4.6, 4.8, 5.]))[source]¶
Make a summary table of redshift and other parameters from a set of
GroupFitter
output files.- Parameters
- targetstr
Target name
- sextractorstr
SExtractor catalog file
- fileslist
List of
GroupFitter
output files- filter_bandpasseslist
List of
FilterDefinition
objects to integrate the best-fit template through for each object infiles
.- get_spsbool
Compute stellar population parameters (SFR, stellar mass, etc.).
- write_tablebool
Write the output table to a FITS file
- cdf_sigmasarray-like
Places to evaluate the CDF, in terms of “sigma” of a Gaussian distribution.
- Returns
- info
Table
Summary table with columns for each object in
files
and rows for each parameter inkeys
.
- info