Commit 9077f5d3da3cdbe9159b94cbf600dbfb4e29f85d
Exists in
master
and in
95 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_IHM
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
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('amdaPlotObj.PlotObjectConfig', { |
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 : [ |
... | ... |