py4dstem / py4DSTEM

GNU General Public License v3.0
206 stars 141 forks source link

v15 Config #620

Open alex-rakowski opened 7 months ago

alex-rakowski commented 7 months ago

Add global configuration settings

Allow py4DSTEM functions to search for globally defined settings rather than requiring args/kwargs set per function call.

py4DSTEM.config.set_GPU(True) or py4DSTEM.config = {'GPU' : True}, etc.