File:Delta T 1657-2022.svg

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


摘要

描述
Deutsch: Plot von ∆T = TT − UT für die Jahre 1657–2023,000, wo TT die de:Terrestrische Zeit and UT die de:Universal Time ist. Er kombiniert Daten aus historic_deltat.data (1657 – 1973,000) und deltat.data (1973-02-01 – 2023-01-01). Die Werte bis 1973 stammen aus einer Arbeit von McCarthy und Babcock von 1986 (s. readme).
English: Plot of ∆T = TT − UT for the years 1657–2023.000, where TT is en:Terrestrial Time and UT is en:Universal Time. It combines data from historic_deltat.data (1657 – 1973.000) and deltat.data (1973-02-01 – 2023-01-01). The values until 1973 are from a paper of McCarthy and Babcock from 1986 (cf. readme).
日期 2022-04-07, updated 2023-04-21
来源 基于如下对象的个人作品: Delta t.svg  Musashiaharon
作者 PaulSch
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用Gnuplot创作。
 
 此SVG 文件使用了内嵌文本,可以使用任何文本编辑器轻松翻译

Bash code

#!/bin/sh

# Generate file hist.data (with columns year and ΔT).

# Get data from web
wget https://maia.usno.navy.mil/ser7/historic_deltat.data  # 1657.0 - 1984.5
wget https://maia.usno.navy.mil/ser7/deltat.data           # 1973-02-01 onward

# Prepare data for 1657.000 to 1973.000
awk '
    BEGIN { getline; getline; }
    { print $1 "\t" $2; }
    $1 == 1973 { exit; }
' < historic_deltat.data > hist.data

# Append data for 1973-02-01 to 2023-01-01
awk '
    {   "date +%j --date=" $1 "-" $2 "-" $3 |getline day;  # 001, …, 366
        "date +%j --date=" $1 "-12-31"      |getline yLen; # 365 or 366
        printf("%0.3f\t%s\n", $1 + ((day - 1)/yLen), $4);
    }
    $1 == 2023 { exit; }
' < deltat.data >> hist.data

Gnuplot code

#!/usr/bin/env gnuplot

# Plot data from hist.data.

set terminal svg size 640, 480 name "Delta_T"
set output 'Delta_T_1657-2022.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 国际许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。

说明

添加一行文字以描述该文件所表现的内容
Plot of ∆T = TT − UT for the years 1657–2023.000

此文件中描述的项目

描繪內容

image/svg+xml

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2023年4月22日 (六) 08:492023年4月22日 (六) 08:49版本的缩略图640 × 480(33 KB)PaulSchUpdated: 1657.0 – 2023.0
2022年4月7日 (四) 15:072022年4月7日 (四) 15:07版本的缩略图640 × 480(33 KB)PaulSchUploaded own work with UploadWizard

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据