demiangomez / Parallel.GAMIT

Python wrapper to parallelize GAMIT executions
GNU General Public License v3.0
35 stars 16 forks source link

wildcards in station and network codes #24

Closed smalleyr closed 2 months ago

smalleyr commented 6 years ago

could be helpful to allow reg exp wildcards in the python commands for station and network codes, e.g. cer.at1[0-9] instead of having to write cer.a01 cer.at02 ... cer.at09

demiangomez commented 2 months ago

This is now supported. Closing issue.