Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 1 KB

README.md

File metadata and controls

7 lines (5 loc) · 1 KB

LEEMimage: Tools for Uview images

Introduction

LEEMimage provides a set of tools for images saved by Uivew, which is used by SPEELEEM in MAXPEEM to save the user data in format of .dat file.

Method

LEEMimage have two core data structures, which inherit from two core data structure (DataArray and Dataset ) from Xarray. The images are saved in the xarray -- A multi-dimensions arrays. One single image is save as DataArray, while a series of images, e.g. XAS-PEEM, XPS_PEEM, are saved as Dataset. The Dataset is a dict-like container of DataArray objects aligned along any number of shared dimensions.