diff --git a/generic_data/Functions/plotCurves.xml b/generic_data/Functions/plotCurves.xml index 122be72..a46050b 100644 --- a/generic_data/Functions/plotCurves.xml +++ b/generic_data/Functions/plotCurves.xml @@ -2,7 +2,7 @@ @@ -60,14 +68,21 @@ - + + - + @@ -110,14 +125,14 @@ - + - + diff --git a/help/standardTimeFormat b/help/standardTimeFormat index f0f899a..caa5414 100755 --- a/help/standardTimeFormat +++ b/help/standardTimeFormat @@ -1,34 +1,28 @@ - -

Standard Time Format


- - Two possible ASCII file formats: - +

Standard Time Format

+Two possible ASCII file formats:
    1. "Running" Time:
  • line 1: Time Parameter1 Parameter2_Component1 Parameter2_Component2 Parameter2_Component3 Parameter3 .....
  • line 2: Time Parameter1 Parameter2_Component1 Parameter2_Component2 Parameter2_Component3 Parameter3 .....
  • .....................
-
    2. StartTime and DeltaT
  • line 1: StartTime (standard format only!) DeltaT_in_Secs
  • line 2: Parameter1 Parameter2_Component1 Parameter2_Component2 Parameter2_Component3 Parameter3 .....
  • .....................
-
-By default AMDA assumes that Time is "standard" formatted: +By default AMDA assumes that Time is "standard" formatted:
    DATE:
  • YYYYMMDD (20011128)
  • YYYY/MM/DD (2001/11/28)
  • YYYY-MM-DD (2001-11-28) -
- +
    TIME:
  • THH:MM:SS[.MSEC] (T10:25:15[.003])
  • THHMMSS (T102515)
-
- An example of standard formatted Date+Time: 2001-11-28T10:25:15

+ + An example of standard formatted Date+Time: 2001-11-28T10:25:15
Valid time range: 1970-01-01 - 2038-01-19 diff --git a/help/userTimeFormat b/help/userTimeFormat index 92b6fe1..8ecadc4 100755 --- a/help/userTimeFormat +++ b/help/userTimeFormat @@ -1,10 +1,7 @@ - -

NonStandard Time Format

- +

NonStandard Time Format

Year Month Day Hour Minute Second => in any combination and with different separators should be described in the special input area. This input area is displayed after selection of Nonstandard -Time Format.

You have to put: - +Time Format.
You have to put:
  • Y - for full numeric representation of a year, 4 digits
  • y - for two digit representation of a year @@ -19,12 +16,12 @@ Time Format.

    You have to put:
  • .u - for milliseconds, 3 digits after decimal point
  • .k - for milliseconds, 1 digit after decimal point
  • separators: " ", ":", "-"; "/" -

+ In case of time formats with spaces and without leading zeros or full (F) month representation you should fill time length input field -

+
d-m-Y H:i:s.u => '30-06-2001 10:40:20.003'
d m Y H i s.u => '30 6 2001 1 02 20.003'; timeLength => 21
Y/d/m H-i-s => '2001/30/06 10-40-20'
etc... -

+
Valid time range: 1970-01-01 - 2038-01-19 -- libgit2 0.21.2