###########################################
added local storage of parameter so that they can be loaded from and saved to a yaml file. These values are used as default values (par_...()) in all functions. It is still possible to specify these values when calling a function, but the default values are not changed!
- replaceed paste() and paste0() for creation of paths to file.path()
-
replaced load() and save() with readRDS() and writeRDS() for safety reasons (unintentionl overwriting of variables) User have to use readRDS() instead of load() to read the results
-
Use of Fiji for Darwin Changed requirements - STILL TO BE COMPLETED
###########################################
- none
- Important bug fixed regarding the re-scaling of the area from pixel to real dimensions: previously area was only scaled linearly, whereas after the fix, area is scaled by the the square of the pixel_to_scale factor. To correct the area variable in versions prior to 1.0.7 please multiply the area by the conversion factor used.
- none ###########################################