ePSIC-DLS / epsic_tools

Code for conversion and analysis of Merlin-Medipix data
GNU General Public License v3.0
6 stars 7 forks source link

'subfolder' issue fixed completely #51

Closed jinseuk56 closed 6 months ago

jinseuk56 commented 6 months ago

Added the option to convert all MIB files in 'Merlin' folder without the need to specify 'subfolder'. For example, if this option is activated, and 'subfolder' is not specified, (1) MIB files in 'Merlin' folder with their subfolders will be saved in '../session/processing/Merlin/subfolder/' (2) MIB files in 'Merlin' folder without subfolders will be saved in ../session/processing/Merlin/'

The 'subfolder' widget has a higher priority than the 'convert all MIB files' option. In other words, if 'subfolder' is specified, the MIB files in '../session/Merlin/subfolder/' will be converted regardless of the 'convert all MIB files' option. widgets

M0hsend commented 6 months ago

Thanks Jinseok!