SwatPhonLab / UltraTrace

A Free/Open-Source tool for manual annotation of Ultrasound Tongue Imaging data.
GNU General Public License v3.0
10 stars 5 forks source link

Don't crash if not all file types present #174

Open jonorthwash opened 1 year ago

jonorthwash commented 1 year ago

When a directory with some but not all necessary files (e.g., missing .ult or metadata files) is opened, UltraTrace crashes. It should fail gracefully and show no files, and probably also alert the user that some metadata is incomplete.

jonorthwash commented 1 year ago

I believe most of the filetype logic is currently handled in metadata.py.