Feature #70
Feature #68: dbconvert utility
dbconvert: allow selection of detector names to convert
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Ole Hansen | % Done: | 0% | |
Category: | - | Estimated time: | 16.00 hours | |
Target version: | 1.7 | Spent time: | - | |
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.
History
#1 Updated by Ole Hansen over 3 years ago
The list of names should also be allowed to be read from a file. I expect that lists can get long. An experiment might make a list of detector names it cares about and keep reusing it.
#2 Updated by Ole Hansen over 3 years ago
- Start date deleted (
05/18/2017)
#3 Updated by Ole Hansen about 3 years ago
- Target version changed from 1.6 to 1.7