erlab.io.fitsutils¶
Functions
|
Load the contents of a FITS file into a |
|
Load ARPES data saved to a FITS file. |
- erlab.io.fitsutils.fits_to_xarray(filename)[source]¶
Load the contents of a FITS file into a
xarray.DataTree.This function corresponds to the functionality of the
Fits LoaderIgor procedure; it loads the contents of a FITS file into axarray.DataTreewith minimal processing. To load ALS BL7 or BL10 data, useload_fits7()which wraps this function and processes the data further.- Parameters:
- Returns:
- Return type:
See also