From beb129217b67fcc7fea09fbf059f306d76bc1edb Mon Sep 17 00:00:00 2001 From: Henrik Baktoft Date: Thu, 9 Aug 2018 11:35:11 +0200 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da7bafb..8456161 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # YAPS - (Yet Another Positioning Solver) -Based on the original [YAPS](https://www.nature.com/articles/s41598-017-14278-z.pdf) presented in Baktoft, Gjelland, Økland & Thygesen (2017): Positioning of aquatic animals based on time-of-arrival and random walk models using YAPS (Yet Another Positioning Solver). DOI:10.1038/s41598-017-14278-z +Based on the original [YAPS](https://www.nature.com/articles/s41598-017-14278-z.pdf) presented in Baktoft, Gjelland, Økland & Thygesen (2017): Positioning of aquatic animals based on time-of-arrival and random walk models using YAPS (Yet Another Positioning Solver). [DOI:10.1038/s41598-017-14278-z](https://www.nature.com/articles/s41598-017-14278-z.pdf) -A few changes have been made to improve performance and allow track estimation from random burst interval transmitters. +A few changes have been made to allow track estimation from random burst interval transmitters (by popular demand) and to improve performance. To use on own data, compile a toa-matrix based on synchronized hydrophone data and replace the hydros dataframe with actual hydrophone positions.