Skip to content

EchoJulia/AliasedSeabed.jl

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AliasedSeabed

Lifecycle

Build Status

Coverage Status

codecov.io

Introduction

A Julia implementation of the aliased seabed detection algorithm described in Blackwell et al. (2019).

Example

using AliasedSeabed
using SimradEK60

# Load some 38 kHz data
filename = "JR280_-D20121202-T170437.raw"
ps = SimradEK60.load(filename)
ps38 = [p for p in ps if p.frequency == 38000]
_Sv = Sv(ps38) # Volume backscatter
ntheta = alongshipangle(ps38) # Split beam angle
nphi = athwartshipangle(ps38)

# Find aliased seabed
a = blackwell_asbmask(_Sv, ntheta, nphi)

About

Algorithm from Blackwell et al. (2019)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages