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

Update write_ltsahead.m #82

Closed jahildebrand closed 2 years ago

jahildebrand commented 2 years ago

line 118 test if the data exceeds 32 bit limit of byteloc @JAH 12-2021 bytelmax = 2^32; if PARAMS.ltsa.byteloc(k) > bytelmax disp('Input data exceeds limit, use fewer files in LTSA'); return end