6.3.6. Ascdump class

Running an ascdump command to retrieve internal model parameters will return an Astropy table with the desired values. This section shows the structure of the Ascdump class used to receive the numbers from SPEX.

class pyspex.ascdump.Ascdump[source]

Generic ascdump interface to retreive ascdump output tables and return an Astropy table.

Variables:

table (astropy.table.QTable) – Output table.

get(isect, icomp, atype)[source]

Run and get the ascdump output for a certain ascdump type (atype) for a model component defined by its sector number (isect) and component number (icomp).

Parameters:

An overview of the different ascdump outputs and an explanation about the acronyms in the output table can be found in the section Ascdump: ascii output of plasma and spectral properties.