From 597e7dbc6a7140c23704d5941e1c44b152941639 Mon Sep 17 00:00:00 2001 From: Elena.Budnik Date: Fri, 6 Jul 2018 11:29:37 +0200 Subject: [PATCH] TT upload help --- help/content.json | 4 ++-- help/images/uploadTT_2.png | Bin 6937 -> 0 bytes help/ttTimeFormat | 8 +++++--- help/uploadTTHelp | 12 ++++++++++-- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/help/content.json b/help/content.json index 800d83e..3796be0 100644 --- a/help/content.json +++ b/help/content.json @@ -168,11 +168,11 @@ children: [ },{ text:'Data Uploading', children:[{ - text:'Data (TBU)', + text:'Data', id: 'uploadDataHelp', leaf:true },{ - text:'TimeTables (TBU)', + text:'TimeTables', id: 'uploadTTHelp', leaf:true },{ diff --git a/help/images/uploadTT_2.png b/help/images/uploadTT_2.png index 42d1b20..de9b56f 100644 Binary files a/help/images/uploadTT_2.png and b/help/images/uploadTT_2.png differ diff --git a/help/ttTimeFormat b/help/ttTimeFormat index cae71cf..fdd37f3 100644 --- a/help/ttTimeFormat +++ b/help/ttTimeFormat @@ -1,5 +1,5 @@

ASCII Time Table Time Format

-Year Month Day Hour Minute Second => with different separators ("-", ":", "/", " ") used in a standard way. +
  • Year Month Day Hour Minute Second => with different separators ("-", ":", "/", " ") used in a standard way.
    Milliseconds are not taken in to account.

    Examples: @@ -9,7 +9,9 @@ Examples:
  • 2001 01 01 00 00 00
  • 2001/01/01 00:00:00 -
    -If you plan to use uploaded time table to work with data note that :
    +
  • Year Day-Of-Year Hour Minute Second => with different separators ("-", ":", "/", " "). +Day-Of-Year (three letters !!!) starts from 0, i.e. the 1st of January is 0. +

    +
  • If you plan to use uploaded time table to work with data note that :
    Valid time range: 1970-01-01 - 2038-01-19 diff --git a/help/uploadTTHelp b/help/uploadTTHelp index 375c9db..a023afe 100755 --- a/help/uploadTTHelp +++ b/help/uploadTTHelp @@ -12,12 +12,20 @@ access only for the moment!) and select the file by browsing the remote files.

    -4 : Time table format is detected automatically - if not, select the format. +4 : Time table format is detected automatically.

    VOTable format uses ISO time definition.

    -ASCII format allows different time definitions +ASCII format allows different time definitions: +

    +Year Month Day Hour Minute Second => with different separators ("-", ":", "/", " ") used in a standard way. +
    Milliseconds are not taken in to account. +

    + +Year Day-Of-Year Hour Minute Second => with different separators ("-", ":", "/", " "). +Day-Of-Year (three letters !!!) starts from 0, i.e. the 1st of January is 0. +

    Valid time range: 1970-01-01 - 2038-01-19.

    -- libgit2 0.21.2