You are not logged in. Log in
|
|
Fixing sweep durations that cause weird tracker behaviourFrom $1Table of contentsThe tracker plugin requires that the duration of each sweep be accurately known, otherwise it can generate On a typical radar spinning at 25 rpm, the sweep duration is 2.4 seconds. In blipmovies, this value is available from the R console like so: RSS$scan.info$duration The value is in milliseconds, so for a typical radar, the value should be around 2400. The value for the
rss.add.hook("DONE_SCAN", function(...) gui.put.cons(paste("Sweep at", capture.output(round(RSS$scan.info$timestamp)), "is", round(RSS$scan.info$duration), "milliseconds\n"))) Here's the result from a blipmovie segment with bad durations (one of which is highlighted): Fixing blipmovies with bad sweep durationsThese movies can be fixed by a new script which is available here (and will be included in future releases of radR). Before running the script on any blipmovies, make sure to make backup copies of both the ".bm" and the ".bm.i" files! To run the script, right-click in the radR plot window and choose "Source an R script...", The script will prompt you for a folder. All blipmovies in that folder and in any subfolders will have their sweep durations
Was this page helpful?
Tags: (Edit tags)
|
Powered by MindTouch Core |