File:Delta t.svg

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

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

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

檔案來源 Chinese (Taiwan) (已轉換拼寫)

image/svg+xml

檔案歷史

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

日期/時間縮⁠圖尺寸使用者備⁠註
目前2022年8月30日 (二) 07:31於 2022年8月30日 (二) 07:31 版本的縮圖640 × 480(36 KB)MusashiaharonUpdated to include up to 2022-02-01
2018年5月7日 (一) 05:12於 2018年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:13於 2018年5月7日 (一) 04:13 版本的縮圖640 × 480(32 KB)MusashiaharonIncludes data up until 2018.0
2015年10月13日 (二) 13:22於 2015年10月13日 (二) 13:22 版本的縮圖640 × 480(28 KB)Edgar.bonetUser created page with UploadWizard

下列頁面有用到此檔案:

全域檔案使用狀況

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

詮釋資料