While making the settings page it was noticed that there are two items that are not possible to put in a JSON file
output = io.Text_Output()
image_filter = scipy.ndimage.median_filter
These are objects. These objects are used to use specific functions where there are multiple options. These have to be put in at the appropriate time and are not particularly documented. These should be replaced or removed.
There is a default set but it is missing lots of values and I don't think it is used anymore. The new default is now the notebook. Delete the old one to avoid clash and old values.
While making the settings page it was noticed that there are two items that are not possible to put in a JSON file
These are objects. These objects are used to use specific functions where there are multiple options. These have to be put in at the appropriate time and are not particularly documented. These should be replaced or removed.