maxthemouse / CrystalMIR

Analysis of data for Multiple Image Radiography
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Missing items from settings #13

Closed maxthemouse closed 1 year ago

maxthemouse commented 2 years ago

While making the settings page it was noticed that there are two items that are not possible to put in a JSON file

  1. output = io.Text_Output()
  2. 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.

maxthemouse commented 1 year ago

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.