"overwrite = True # set to True if existing data should be overwritten\n",
"overwrite = True # set to True if existing data should be overwritten\n",
"max_pulses = [0, 352, 1] # range list [st, end, step] of memory cell indices to be processed within a train. 3 allowed maximum list input elements.\n",
"max_pulses = [0, 352, 1] # range list [st, end, step] of memory cell indices to be processed within a train. 3 allowed maximum list input elements.\n",
"mem_cells_db = 0 # set to a value different than 0 to use this value for DB queries\n",
"mem_cells_db = 0 # set to a value different than 0 to use this value for DB queries\n",
"cell_id_preview = 1 # cell Id used for preview in single-shot plots\n",
"integration_time = -1 # integration time, negative values for auto-detection.\n",
"integration_time = -1 # integration time, negative values for auto-detection.\n",
"\n",
"\n",
"# Correction parameters\n",
"# Correction parameters\n",
...
@@ -82,6 +81,10 @@
...
@@ -82,6 +81,10 @@
"mask_zero_std = False # Mask pixels with zero standard deviation across train\n",
"mask_zero_std = False # Mask pixels with zero standard deviation across train\n",
"low_medium_gap = False # 5 sigma separation in thresholding between low and medium gain\n",
"low_medium_gap = False # 5 sigma separation in thresholding between low and medium gain\n",
"\n",
"\n",
"# Plotting parameters\n",
"skip_plots = False # exit after writing corrected files and metadata\n",
"cell_id_preview = 1 # cell Id used for preview in single-shot plots\n",
"\n",
"# Paralellization parameters\n",
"# Paralellization parameters\n",
"chunk_size = 1000 # Size of chunk for image-weise correction\n",
"chunk_size = 1000 # Size of chunk for image-weise correction\n",
"chunk_size_idim = 1 # chunking size of imaging dimension, adjust if user software is sensitive to this.\n",
"chunk_size_idim = 1 # chunking size of imaging dimension, adjust if user software is sensitive to this.\n",