parameter_map

sitelle.nburst.parameter_map(table, param, binMap)

Displays an estimated parameter on a 2D map :param table: The table in which the parameters are found (returned by NBurst) :type table: BinTableHDU :param param: The parameter we want to extract. See table.columns to see the list :type param: str :param binMap: The 2D map of the binning scheme (e.g. a voronoi map) :type binMap: 2D ndarray

Returns:`~numpy – The 2D map of the parameter
Return type:numpy.ndarray`