dtagaudit_synch

Tools for synchronizing and auditing multiple DTAGs

https://github.com/frantsjensen/dtagaudit_synch

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Tools for synchronizing and auditing multiple DTAGs

Basic Info
  • Host: GitHub
  • Owner: frantsjensen
  • License: gpl-3.0
  • Language: MATLAB
  • Default Branch: main
  • Size: 74.2 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created about 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

dtagaudit_synch toolbox

This is a Matlab Toolbox for synchronizing and auditing multiple concurrently deployed DTAGs, and with a variety of functions to enable concurrent data labelling and facilitate identification of source of sounds in audio recordings. Code has been tested with Matlab 2021a.

Code is derived from auditing scripts developed by Dr. Mark Johnson (www.soundtags.org). Both the dtag2 and dtag3 toolboxes are required for these tools to function, and they can be downloaded here: https://www.soundtags.org/dtags/dtag-toolbox/

Additionally, tools require that tag paths have been configured. In particular, the following tag paths have to be configured, either through a startup.m file or manually at the start of each session: settagpath('AUDIO',audiopath) - path to parent directory in which deployment year folders (mn09, tt12, pw17, depending on dataset) are located. settagpath('CAL',calpath) - full path where all cal files are located settagpath('PRH',prhpath) - full path where all prh files are located settagpath('AUDIT',audpath) - full path where all audits are located

Main function for the toolbox is dtagauditsynch. To use: -install matlab from www.mathworks.com (tested with Matlab 2021a but fairly backwards compatible to at least Matlab 2016a) -download dtag2 and dtag3 matlab tools from www.soundtags.org -start up a new matlab sesssion and make sure you have the dtag2 and dtag3 matlab tools and the dtagauditsynch folder added to your matlab path -define tag deployment ID, load existing audit information, and start audit at an arbitrary time tag = 'tt12131a'; R = loadaudit(R); R = dtagauditsynch(tag,sttime,R);

Press help dtagaudit_synch for a description of different options while running audit script.

-at the end of the audit session, save your updated audit.

Adjust settings such as spectrogram parameters and other variables in the dtagaudit_settings file. Settings are based on the first two letters (species ID) in the tag deployment id, so define a new option if needed.

Owner

  • Name: Frants Jensen
  • Login: frantsjensen
  • Kind: user

Biologging, acoustic and movement analysis

Citation (citation.cff)

cff-version: 1.0.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Jensen
    given-names: Frants H
    orcid: https://orcid.org/0000-0001-8776-3606
title: DTAGaudit_synch
version: 1.0.0
identifiers:
  - type: doi
    value: 10.5281/zenodo.10632997
date-released: 2024-02-07

GitHub Events

Total
Last Year