File:Leapsecond.ut1-utc.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为600 × 480像素,文件大小:301 KB)



摘要

描述
English: Plot showing the difference UT1UTC in seconds. Vertical segments correspond to leap seconds. Red part of graph was prediction (future values) at the time the file was made.
Čeština: Graf zobrazující rozdíl UT1UTC v sekundách. Svislé úseky odpovídají přestupným sekundám. Červená část je předpověď budoucích hodnot (v okamžiku vytvoření grafu).
日期 2017-01-05, last update 2024-01-03
来源 个人作品,使用: https://maia.usno.navy.mil/ser7/finals.all
作者 Tomia (留言 · 贡献)
Petr Kadlec (留言 · 贡献)
Gordon P. Hemsley (留言 · 贡献)
RP88 (留言 · 贡献)
授权
(二次使用本文件)
此作品不具有版权,属于公有领域,因为其所包含之内容均为公共财产且没有明确的原始作者信息
Creative Commons CC-Zero 本作品采用知识共享CC0 1.0 通用公有领域贡献许可协议授权。
采用本宣告发表本作品的人,已在法律允许的范围内,通过在全世界放弃其对本作品拥有的著作权法规定的所有权利(包括所有相关权利),将本作品贡献至公有领域。您可以复制、修改、传播和表演本作品,将其用于商业目的,无需要求授权。

其他版本
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用Gnuplot创作。

Source code

Generated using the following scripts:

wget https://maia.usno.navy.mil/ser7/finals.all

cut -c 1-2,3-4,5-6,8-15,58,59-68 --output-delimiter " " finals.all > finals-cut.txt
grep "P" finals-cut.txt > finals-pred.txt
grep "I" finals-cut.txt > finals-iers.txt

gnuplot leapsecs.gnuplot

leapsecs.gnuplot contains commands for gnuplot 5.0:

set xdata time
set timefmt "%Y-%m-%d"
set format x "%Y"
set xrange ["1973-01-01":"2026-01-01"]
set yrange [-0.9:0.9]
set grid lt 3 lc 0
set terminal svg font "Arial,16"
set style line 1 lc rgb 'dark-green' lt 1
set style line 2 lc rgb 'red' lt 1
unset key
makedate(y,m,d,j) = sprintf("%04d-%02d-%02d", (j <= 51543 ? 1900 + y : 2000 + y), m, d)
set output 'Leapsecond.ut1-utc.svg'
plot \
    'finals-iers.txt' \
        using (makedate($1,$2,$3,$4)):($6) \
        with lines linestyle 1 title 'Measured', \
    'finals-pred.txt' \
        using (makedate($1,$2,$3,$4)):($6) \
        with lines linestyle 2 title 'Predicted'
set output

说明

添加一行文字以描述该文件所表现的内容
Plot showing the difference UT1−UTC in seconds

此文件中描述的项目

描繪內容

image/svg+xml

文件历史

点击某个日期/时间查看对应时刻的文件。

最新 | 最旧) 查看(较新10条 | )(10 | 20 | 50 | 100 | 250 | 500
日期/时间缩⁠略⁠图大小用户备注
当前2024年1月3日 (三) 02:572024年1月3日 (三) 02:57版本的缩略图600 × 480(301 KB)RP88Updated to use data available as of 2024-01-03. Prediction through 2025.
2023年8月4日 (五) 03:172023年8月4日 (五) 03:17版本的缩略图600 × 480(298 KB)RP88Updated to use data available as of 2023-08-03. Prediction through 2024.
2022年9月30日 (五) 15:172022年9月30日 (五) 15:17版本的缩略图600 × 480(246 KB)Mormegilupdated to current data
2022年4月1日 (五) 08:592022年4月1日 (五) 08:59版本的缩略图600 × 480(242 KB)Mormegilupdated to current data
2021年1月4日 (一) 09:022021年1月4日 (一) 09:02版本的缩略图600 × 480(238 KB)Mormegilupdated to current data
2020年4月29日 (三) 08:162020年4月29日 (三) 08:16版本的缩略图600 × 480(235 KB)Mormegilupdate data
2019年9月24日 (二) 14:002019年9月24日 (二) 14:00版本的缩略图600 × 480(234 KB)Mormegilupdated to current data with prediction until 2020-09
2019年1月23日 (三) 10:462019年1月23日 (三) 10:46版本的缩略图600 × 480(231 KB)Mormegilupdated to current data
2018年8月13日 (一) 07:472018年8月13日 (一) 07:47版本的缩略图600 × 480(229 KB)Mormegilupdated to current data
2017年1月5日 (四) 21:342017年1月5日 (四) 21:34版本的缩略图600 × 480(221 KB)RP88Updated to use data available as of 2017-01-05, post leap second.
最新 | 最旧) 查看(较新10条 | )(10 | 20 | 50 | 100 | 250 | 500

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据