Commit 9077f5d3da3cdbe9159b94cbf600dbfb4e29f85d

Authored by Myriam Bouchemit
2 parents c1590d8f c88da604

Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_IHM

generic_data/Functions/functions.xml
@@ -132,9 +132,9 @@ @@ -132,9 +132,9 @@
132 <info_brief>Arc-tangent</info_brief> 132 <info_brief>Arc-tangent</info_brief>
133 <new_kernel>atan</new_kernel> 133 <new_kernel>atan</new_kernel>
134 </function> 134 </function>
135 - <function name="atan2(,)" kind="math"> 135 + <function name="atan2(,)" params="2" kind="math">
136 <info_brief>Arc-tangent</info_brief> 136 <info_brief>Arc-tangent</info_brief>
137 - <new_kernel>atan_2f</new_kernel> 137 + <new_kernel>atan2</new_kernel>
138 </function> 138 </function>
139 <function name="ceil()" kind="math"> 139 <function name="ceil()" kind="math">
140 <info_brief>Closest integer greater than or equal to its argument</info_brief> 140 <info_brief>Closest integer greater than or equal to its argument</info_brief>
js/app/models/PlotObjects/PlotObjectConfig.js
@@ -333,7 +333,8 @@ Ext.define(&#39;amdaPlotObj.PlotObjectConfig&#39;, { @@ -333,7 +333,8 @@ Ext.define(&#39;amdaPlotObj.PlotObjectConfig&#39;, {
333 {'key' : '0', 'value' : 'Default'}, 333 {'key' : '0', 'value' : 'Default'},
334 {'key' : '1', 'value' : 'Blue Red'}, 334 {'key' : '1', 'value' : 'Blue Red'},
335 {'key' : '2', 'value' : 'Blue Yellow'}, 335 {'key' : '2', 'value' : 'Blue Yellow'},
336 - {'key' : '3', 'value' : 'Grayscale'} 336 + {'key' : '3', 'value' : 'Grayscale'},
  337 + {'key' : '4', 'value' : 'AMDA Default'},
337 ], 338 ],
338 339
339 availableColors : [ 340 availableColors : [