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


摘要

描述
English: Plot of ∆T = TT − UT as a function of time, where TT is Terrestrial Time and UT is Universal Time. This plot combines the data sets Historic Delta T and LOD (1657.0 – 1973.0) and Monthly determinations of Delta T (from 1973-02-01 onwards) from the IERS Rapid Service/Prediction Center.
日期
来源 自己的作品
作者 Musashiaharon
其他版本 Delta T.jpg (1657 – 1984), TT-UT function of time.png (1657 – 1994), Delta T 1657-2022.svg (1657–2022)
 
本W3C状态不明的矢量图使用Gnuplot创作.

Source

#!/bin/sh

tail -n +3 historic_deltat.data |
    awk '{ print $1 "\t" $2; } /1973/ { exit; }' > hist.data

awk '
{
  # use gdate on osx after brew install coreutils. On linux, use date.
  doy = "gdate +%j --date=" $1 "-" $2 "-" $3; doy |getline dayOfYear;  close(doy)
  diy = "gdate +%j --date=" $1 "-12-31";      diy |getline daysInYear; close(diy)
  printf("%0.3f\t%s\n", $1 + ((dayOfYear - 1)/daysInYear), $4);
}' < deltat.data >> hist.data
#!/usr/bin/env gnuplot

set terminal svg size 640, 480 name "Delta_t"
set output 'Delta_t.svg'
set title "∆T = TT − UT"
set xlabel "year"
set ylabel "∆T (s)"
set grid linetype 1 linecolor rgb "#cccccc"
unset key
set style data lines
set style line 1 linetype 1 linewidth 2
set style increment user
set xzeroaxis linetype 2 linecolor rgb "black"

plot 'hist.data' linetype rgb "#FF0000"

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享 4.0 国际许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

image/svg+xml

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2022年8月30日 (二) 07:312022年8月30日 (二) 07:31版本的缩略图640 × 480(36 KB)MusashiaharonUpdated to include up to 2022-02-01
2018年5月7日 (一) 05:122018年5月7日 (一) 05:12版本的缩略图640 × 480(32 KB)MusashiaharonSlight alignment fix to post-1973 data, assuming data measured at midnight on the first of each month.
2018年5月7日 (一) 04:132018年5月7日 (一) 04:13版本的缩略图640 × 480(32 KB)MusashiaharonIncludes data up until 2018.0
2015年10月13日 (二) 13:222015年10月13日 (二) 13:22版本的缩略图640 × 480(28 KB)Edgar.bonetUser created page with UploadWizard

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据