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 132 <info_brief>Arc-tangent</info_brief>
133 133 <new_kernel>atan</new_kernel>
134 134 </function>
135   - <function name="atan2(,)" kind="math">
  135 + <function name="atan2(,)" params="2" kind="math">
136 136 <info_brief>Arc-tangent</info_brief>
137   - <new_kernel>atan_2f</new_kernel>
  137 + <new_kernel>atan2</new_kernel>
138 138 </function>
139 139 <function name="ceil()" kind="math">
140 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 333 {'key' : '0', 'value' : 'Default'},
334 334 {'key' : '1', 'value' : 'Blue Red'},
335 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 340 availableColors : [
... ...