oyProjectManager.utils
Enter search terms or a module, class or function name.
a shotRange is a string that contains numeric data with ”,” and “-” characters
1-4 expands to 1,2,3,4 10-5 expands to 5,6,7,8,9,10 1,4-7 expands to 1,4,5,6,7 1,4-7,11-4 expands to 1,4,5,6,7,8,9,10,11