Actions
Feature #70
openFeature #68: dbconvert utility
dbconvert: allow selection of detector names to convert
Start date:
Due date:
% Done:
0%
Estimated time:
16.00 h
Responsible:
Description
Add support for the --detlist argument. The user should be able to select the names of detectors to be converted. Multiple names can be separated by commas. Unix shell-style wildcards should be supported. Examples:
dbconvert --detlist=L.s1,L.vdc DB_in/ DB_out/
dbconvert --detlist="L.s?" DB_in/ DB_out/
If a detector name list is given, only the names given should be deleted from the output directory tree.
Actions