TuragaLab / DECODE

This is the official implementation of our publication "Deep learning enables fast and dense single-molecule localization with high accuracy" (Nature Methods)
GNU General Public License v3.0
89 stars 26 forks source link

Remove nested lists in parameter file #173

Open Haydnspass opened 2 years ago

Haydnspass commented 2 years ago

Change all nested lists to not nested ones, i.e.

psf_extent: [[-0.5, 39.5], [-0.5, 39.5], None] to

psf_extent: 
   x: [-0.5, 39.5]
   y: [-0.5, 39.5]
   z: None

Reason: Makes it easier for the user to understand what is happening and also easier to parse e.g. in napari.