Triton icon indicating copy to clipboard operation
Triton copied to clipboard

Explosion Detector

Open edenzang opened this issue 3 years ago • 0 comments

Screenshot (118) Screenshot (117)

  1. In the quick setup, "Add Remora" section for the explosion detector, it directs you to add the Ship Detector vs the Explosion detector https://github.com/MarineBioAcousticsRC/Triton/wiki/Quick-Setup#S4

  2. After selecting "Run Explosion Detector", the GUI pops up and the following default info populates into the MatLab console:

ans =

struct with fields:

   threshold: 0.0300
   c2_offset: 3.0000e-06
      diff_s: 2
    nSamples: 1000
       rmsAS: 1.5000
       rmsBS: 1
        ppAS: 4
        ppBS: 3
   durLong_s: 0.5500
  durShort_s: 0.0300
     baseDir: 'G:\Site\data\df100'
      outDir: 'G:\Site\ExplosionDetections'
    datatype: 'HARP'
templateFile: 'C:\Users\OSI\Documents\GitHub\Triton\Remoras\Triton-master\Remoras\Explosion-Detector\template.mat'
      plotOn: 0
recursSearch: 0

The when entering my personalized folder locations, selecting "Sound Trap" data type, and hitting the "Run Explosion Detector" button, I receive the following error:

Error using load Unable to read file 'C:\Users\OSI\Documents\GitHub\Triton\Remoras\Triton-master\Remoras\Explosion-Detector\template.mat'. No such file or directory.

Error in ex_xcorr_explosion_p2_v4_ST (line 29) load(template)

Error in ex_detector_control (line 84) ex_xcorr_explosion_p2_v4_ST(REMORA.ex.detect_params);

Error while evaluating DestroyedObject Callback.

edenzang avatar Apr 30 '21 06:04 edenzang