Giter Site home page Giter Site logo

Tracks cut short about schwinn810 HOT 5 CLOSED

nc54 avatar nc54 commented on July 26, 2024
Tracks cut short

from schwinn810.

Comments (5)

mlt avatar mlt commented on July 26, 2024

I have only had one track that I know of that has had this problem.

That is quite an odd track.

I still don't know how watch measures track/lap time. By looking at start/end time of your track, it looks like it should last ~8704 seconds. However when you look at your laps (you have 1), it says that your lap time is 8005.78 seconds (it also reports 8009 in another field but I don't understand quite the difference between two fields). So there is huge deviation between dot track (or actually dot points as dot track does not report seconds of track end) and dot laps file.

Furthermore by looking at time gap histogram and various plots, I see that you've made stops, e.g. one around 11:39:10 till 11:44:30. This leads me to believe that your issue is a duplicate of #8

You can use R to plot those yourself.

x <- read.csv("0623102.points",colClasses=c(Time="POSIXct"))
q <- as.double(diff(x$Time),units="secs")
hist(q[q>4])
plot(x$Speed~q)
w <- diff(x$Distance)
plot(w/q~q)
which.min(q>300)
x[2298:2300,]

This track showed incorrect before and after the elevation fix so that change is unrelated

So that is not quite true as I've tried to fix both issues in the last release at once. Apparently I did not succeed at it.

It looks like that watch is "smart" no to count stop time towards lap time. Which leaves the only option to split tracks by lap, i.e. distance and autolap flag.

I'm closing it as a duplicate. Please follow #8.

from schwinn810.

nc54 avatar nc54 commented on July 26, 2024

Yes I did stop the timer.. twice, maybe three times. I do believe this is a duplicate.

from schwinn810.

mlt avatar mlt commented on July 26, 2024

While you did stop, I'm not that positive that you did stop the timer. In that case you would start a new lap once you continue and there is only one lap in that track.

from schwinn810.

nc54 avatar nc54 commented on July 26, 2024

I hit the lower right "stop" button. Then used the upper right
"lap/start" button to start. This does not create a lap, but pauses the
timer. I wonder if the missing segment time = stop time.
On Jun 24, 2012 6:40 PM, "Mikhail Titov" <
[email protected]>
wrote:

While you did stop, I'm not that positive that you did stop the timer. In
that case you would start a new lap once you continue and there is only one
lap in that track.


Reply to this email directly or view it on GitHub:
#11 (comment)

from schwinn810.

mlt avatar mlt commented on July 26, 2024

I hit the lower right "stop" button. Then used the upper right
"lap/start" button to start. This does not create a lap, but pauses the
timer.

For some reason I always thought it does start a new lap. Good to know.

I wonder if the missing segment time = stop time.

Probably but it needs to be checked. Also it looks like most of the online site re-calculate lap time based on GPS data, thus rendering accurate lap time useless.

from schwinn810.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.