<div dir="ltr"><div>If your intention is to make the colormaps available to the client connecting to a pvserver running on your cluster, then alas, there's no way currently. You'll have to provide your color maps to the users so that can import them on their desktops.</div><div><br></div><div>If your intention is to use the color map is python scripts, then you can do the following:</div><div><br></div><div><div><span style="font-family:monospace;font-weight:600;color:rgb(0,128,0)">from</span><span style="font-family:monospace"> </span><span style="font-family:monospace;font-weight:600;color:rgb(0,0,255)">paraview.simple</span><span style="font-family:monospace"> </span><span style="font-family:monospace;font-weight:600;color:rgb(0,128,0)">import</span><span style="font-family:monospace"> </span><span style="font-family:monospace;color:rgb(102,102,102)">*</span><br></div><div>
<pre style="margin-top:0px;margin-bottom:0px">ImportPresets(filename<span style="color:rgb(102,102,102)">=</span><span style="color:rgb(186,33,33)">'/tmp/MyCustom.json'</span>)<br></pre>
<pre style="margin-top:0px;margin-bottom:0px;font-family:monospace"><br></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:monospace;font-style:italic;color:rgb(64,128,128)"># To use the color map, get color transfer function/color map for an array e.g. 'RTData'</span></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:monospace">rTDataLUT </span><span style="font-family:monospace;color:rgb(102,102,102)">=</span><span style="font-family:monospace"> GetColorTransferFunction(</span><span style="font-family:monospace;color:rgb(186,33,33)">'RTData'</span><span style="font-family:monospace">)</span></pre>
<pre style="margin-top:0px;margin-bottom:0px;font-family:monospace"><br></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:monospace;font-style:italic;color:rgb(64,128,128)"># Apply a preset using its name. Note this may not work as expected when presets have duplicate names.</span></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:monospace">rTDataLUT</span><span style="font-family:monospace;color:rgb(102,102,102)">.</span><span style="font-family:monospace">ApplyPreset(</span><span style="font-family:monospace;color:rgb(186,33,33)">'MyCustomColorMap'</span><span style="font-family:monospace">, </span><span style="font-family:monospace;color:rgb(0,128,0)">True</span><span style="font-family:monospace">)</span></pre>
<pre style="margin-top:0px;margin-bottom:0px;font-family:monospace"><br></pre>
<pre style="margin-top:0px;margin-bottom:0px"><br></pre><pre style="margin-top:0px;margin-bottom:0px">Utkarsh</pre></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 13, 2017 at 4:43 AM,  <span dir="ltr"><<a href="mailto:u.utku.turuncoglu@be.itu.edu.tr" target="_blank">u.utku.turuncoglu@be.itu.edu.tr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I just want to add additional color map to ParaView but I don't have<br>
access to GUI (it is installed to a cluster with NVIDIA EGL support). So,<br>
I just wonder that which file must be edited to include colormap manually.<br>
Is it lib/site-packages/paraview/<wbr>ColorMaps.xml? If so I could not see my<br>
new colormap in that file when I look at my laptop installation. It must<br>
be somewhere else but where?<br>
<br>
Thanks,<br>
<br>
--ufuk<br>
<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>