MarineBioAcousticsRC / Triton

:whale: Scripps Whale Acoustics Lab :earth_americas: Scripps Acoustic Ecology Lab - Triton with remoras in development
Other
37 stars 27 forks source link

added "cancel" buttons and fixed bug #80

Closed sfregosi closed 6 months ago

sfregosi commented 2 years ago

Added "Cancel" buttons to all the pop up prompts for the BatchLTSA Remora. Fixed a bug - if filenames are not the same length, will now prompt and give option to rename files (rename_wavs.m) was previously called but missing and not tested in this remora.

sfregosi commented 2 years ago

This also fixes a bug with write_ltsahead.m. When creating a single LTSA from tools> Make LTSA from directory of files> checked write_ltsahead checked if PARAMS.ltsa.outfile is empty (because it won't be if using BatchLTSA Remora) but doesn't exist if not using Remora so changed to ~isfield and now works to make single LTSA from directory of files.

sfregosi commented 2 years ago

The bug this fixed was also fixed by @fascimare in Pull Request #83. I resolved the merge conflict by using @fascimare fix.