mgrady3 / PLEASE

PLEASE: The Python Low-energy Electron Analysis SuitE - Enabling rapid analysis and visualization of LEEM and LEED Data.
GNU General Public License v3.0
16 stars 5 forks source link

Review and update base I/O code #7

Open mgrady3 opened 3 years ago

mgrady3 commented 3 years ago

A good starting point for the new code development would be the I/O code for loading data from images and .dat files to numpy ndarrays.

This issue depends on #6 as the new models for the resultant data will need to be worked on at the same time.

mgrady3 commented 3 years ago

Some work on this was finished in #12, however, there is still work to be done to streamline the loading process for loading a full directory of images as well as to update the YAML parsing code.