Project-OSmOSE / OSEkit

OSEkit is an open source suite of tools written in python and dedicated to the management and analysis of data in underwater passive acoustics.
https://osmose.ifremer.fr
Other
3 stars 2 forks source link

bug in bash getops #34

Closed cazaudo closed 1 year ago

cazaudo commented 1 year ago

on datarmor at least we get the following error with the legacy reshaping :

File "/home/datawork-osmose/osmose_package_dev/src/OSmOSE/cluster/reshaper.sh", line 5 d) ^ SyntaxError: unmatched ')'

Rumengol commented 1 year ago

It might be an opportunity to discuss if we should drop the legacy method altogether. Since the resampling and reshaping steps are separated, I am not sure if it is worth to maintain two methods to do the same thing, especially if one of them is more limited.