Commit a19a4f2160460375d6f9a856fcffae77ec6892cd

Authored by Erdogan Furkan
1 parent ab872db9
Exists in juice_jdc and in 1 other branch amdadev

TimeStamp template parameter

INTERNAL_PARAM_DEF/timestamp.xml 0 → 100644
... ... @@ -0,0 +1,24 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="timestamp_##SAMPLING##">
  3 + <info>
  4 + <name>TimeStamp</name>
  5 + <short_name>TimeStamp</short_name>
  6 + <components/>
  7 + <units>s</units>
  8 + <coordinates_system/>
  9 + <tensor_order>0</tensor_order>
  10 + <si_conversion/>
  11 + <fill_value/>
  12 + <ucd/>
  13 + <dataset_id/>
  14 + </info>
  15 + <gap_threshold>5</gap_threshold>
  16 + <get>
  17 + <constant>
  18 + <param sampling="##SAMPLING##" type="int" dim1="1" dim2="1" value="1"/>
  19 + </constant>
  20 + </get>
  21 + <process description="timestamp(const)">#timestamp($constant_##SAMPLING##_int_1_1_1)</process>
  22 + <output/>
  23 +</param>
  24 +
... ...
PARAM_INFO_PREDEFINED/info_timestamp.xml 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<paraminfo id="timestamp">
  3 + <dimensions dim_1="1"/>
  4 +</paraminfo>
... ...
ParamTemplateList.xml
... ... @@ -1855,6 +1855,11 @@
1855 1855 </argument>
1856 1856 </arguments>
1857 1857 </paramTemplate>
  1858 + <paramTemplate paramId="timestamp" fileName="timestamp_##SAMPLING##">
  1859 + <arguments>
  1860 + <argument key="SAMPLING" name="Sampling" type="float" default="60"/>
  1861 + </arguments>
  1862 + </paramTemplate>
1858 1863 <paramTemplate paramId="helios1_e1_idist_n_sumel" fileName="helios1_e1_idist_n_sumel_##min##_##max##">
1859 1864 <arguments>
1860 1865 <argument key="min" name="Elev Min" type="list" subtype="int" default="0">
... ...