Add common file operations in waveform_collection/local/common.py for checking if a file exists and is readable, checking the extension of a file, and loading a json file. An example of how to use these are included in waveform_collection/local/smart24.py.
Add common file operations in
waveform_collection/local/common.py
for checking if a file exists and is readable, checking the extension of a file, and loading a json file. An example of how to use these are included inwaveform_collection/local/smart24.py
.