summaryrefslogtreecommitdiff
path: root/contrib/ntpshmviz
Commit message (Collapse)AuthorAgeFilesLines
* For numpy, use longdouble rather than float128Sanjeev Gupta2019-02-051-2/+2
| | | | | | | | | | | | On 32-bit machines, float128 may not be defined. Additionally, there is no guarantee that float96 or float128, etc, will be defined or available on _any_ architecture. The float128 and float96 exports are, at best, 80-bit represenations with 48 and 16 bits of padding. longdouble is portable. Signed-off-by: Gary E. Miller <gem@rellim.com>
* LICENSE: Update license's to be more consistent. No functional changes.Gary E. Miller2018-11-191-0/+2
|
* Update version to 3.19-dev. back to dev cycle.dev-3.19aGary E. Miller2018-10-191-1/+1
|
* Chnage version to 3.18.1release-3.18.1Gary E. Miller2018-10-191-1/+1
|
* 3.19!dev: Change revisions for 3.19~dev cycle.Gary E. Miller2018-10-021-1/+1
|
* Version bump to 3.18 for release.release-3.18Gary E. Miller2018-10-021-1/+1
|
* Python clients: Opps 3.18~dev, not 3.18-dev.Gary E. Miller2018-10-011-1/+1
| | | | A tilda, not a dash.
* ntpshmvis: pylint cleanupsGary E. Miller2018-09-211-10/+18
|
* ntpshmviz: pep8 tweaksGary E. Miller2018-09-211-0/+2
|
* ntpshmviz: Change version to gps_version.Gary E. Miller2018-09-211-4/+5
|
* ntpshmviz: Fix for PEP8Gary E. Miller2018-06-201-1/+3
|
* ntpshmviz: Fix for PEP8Gary E. Miller2018-06-201-22/+33
|
* ntpshmviz: change -H to traditional -h.Gary E. Miller2017-06-301-2/+2
|
* ntpshmviz patchKeane Wolter2016-09-271-3/+11
| | | | | | | | | | | | | | Hi Eric, Just a couple exceptions for making sure matplotlib is installed and math is being done on numbers. Keane >From b4bbe0658d8a0887b61871e82bc9f4f095777b31 Mon Sep 17 00:00:00 2001 From: Keane Wolter <daemoneye2@gmail.com> Date: Wed, 21 Sep 2016 21:23:19 -0400 Subject: [PATCH] Added exceptions for math operation and matplotlib
* Make ntpshmviz display as an impulse plot and made it Python 3 compatible.Keane Wolter2016-07-131-114/+55
|
* Stop rounding nSec timespecs to 10 uSec. Fix divide by zero.Gary E. Miller2015-05-081-5/+10
| | | | | | | A timespec does not fit in a Python float. It does fit in a Numpy float128. Stop throwing away precision! Thanks to DrDaemonEye and Jon Schlueter <jon.schlueter@gmail.com>
* Rewrite of contrib/ntpshmvizKeane Wolter2015-03-301-61/+46
| | | | | | | | | | | | | | | * Cleaned up comments throughout the script * Made a couple variables in the create_Striptableau function local to that function * Calculated the spread between the upper and lower edges of each ntp data set to use in setting several variables in the vertical adjustment of each graph * Used that soread for setting the page increment, page size, and step increment * Removed the create_text function. It was not being used. * Added an if statement to check for lines commented out and adjusted the data input accordingly. * Added an explicit exit command when the program finishes.
* Updated version of ntpshmviz.Keane Wolter2015-03-171-88/+83
| | | | | | | | | | | | New features: 1. Exaggerate vertical scale so we can actually see features. 2. Exit button - WM might be a tiler like i3. 3. Program dynamically handles any number of NTP units. Plotting sometime fails due to divide-by-zero, however.
* Update ntpshmviz's to-do list.Eric S. Raymond2015-03-021-1/+2
|
* Make ntpshmviz read data from stdin.Eric S. Raymond2015-03-021-36/+36
| | | | Also drift -> offset. And add a to-do list.
* First cut at NTP offset visualization utility.Keane Wolter2015-03-021-0/+178