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檔案的原始碼通過W3C驗證
 
vector image使用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:創用CC
姓名標示 相同方式分享
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。

說明

添加單行說明來描述出檔案所代表的內容
Plot of ∆T = TT − UT for the years 1657–2023.000

在此檔案描寫的項目

描繪內容

image/svg+xml

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2023年4月22日 (六) 08:49於 2023年4月22日 (六) 08:49 版本的縮圖640 × 480(33 KB)PaulSchUpdated: 1657.0 – 2023.0
2022年4月7日 (四) 15:07於 2022年4月7日 (四) 15:07 版本的縮圖640 × 480(33 KB)PaulSchUploaded own work with UploadWizard

下列頁面有用到此檔案:

全域檔案使用狀況

以下其他 wiki 使用了這個檔案:

詮釋資料