read_table_blocks
- sherpa.astro.io.read_table_blocks(arg, make_copy: bool = False) tuple[str, dict[int, dict[str, ndarray]], dict[int, dict[str, str | bool | int | float]]][source] [edit on github]
Return the HDU elements (columns and header) from a FITS table.
- Parameters:
- arg
The data file, which can be the name of the file or an object representing the opened file (the type of this depends on the I/O backend in use).
- make_copybool,
optional This argument is currently unused.
- Returns: