epsproc.vol.setOptions module

ePSproc vol module setOptions

Functions to read & write default set of plotting options to file.

If run as main:

  • Check existing file from passed arg, or in default location (epsproc/vol/plotOptions.json)
  • Read file if exists.
  • If file is missing, prompt to write defaults to file.

08/08/20 v1, dev. See also set_plot_options_json.ipynb

epsproc.vol.setOptions.readOptionsFile(optionsFile, verbose=False)[source]
epsproc.vol.setOptions.setLocalOptions()[source]
epsproc.vol.setOptions.writeOptionsFile(optionsFile, optionsLocal, owFlag=False)[source]