DemParser#
- class fiasco.io.sources.DemParser(dem_filename, **kwargs)[source]#
Bases:
GenericParserAttributes Summary
Methods Summary
postprocessor(df)Default postprocessor method run on the whole dataframe
to_hdf5(hf, df)Attributes Documentation
- descriptions = ['center of the temperature bin', 'differential emission measure']#
- dtypes = [<class 'float'>, <class 'float'>]#
- filetype = 'dem'#
- headings = ['temperature_bin_center', 'dem']#
- units = [Unit("K"), Unit("1 / (K cm5)")]#
Methods Documentation