<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>k-Wave User Forum &#187; Topic: Adding the display mask to the final RMS/MAX pressure profile plot</title>
		<link>http://www.k-wave.org/forum/topic/adding-the-display-mask-to-the-final-rmsmax-pressure-profile-plot</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Tue, 12 May 2026 23:28:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.k-wave.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.k-wave.org/forum/rss/topic/adding-the-display-mask-to-the-final-rmsmax-pressure-profile-plot" rel="self" type="application/rss+xml" />

		<item>
			<title>Bradley Treeby on "Adding the display mask to the final RMS/MAX pressure profile plot"</title>
			<link>http://www.k-wave.org/forum/topic/adding-the-display-mask-to-the-final-rmsmax-pressure-profile-plot#post-6390</link>
			<pubDate>Sun, 08 Apr 2018 17:19:49 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">6390@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;One option would be to replace the pressure values where the skull is with the maximum pressure, e.g., &#60;/p&#62;
&#60;p&#62;&#60;code&#62;sensor_data.p_rms(skull_map == 1) = max(sensor_data.p_rms(:));&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Alternatively, you could use the &#60;a href=&#34;http://www.k-wave.org/documentation/overlayPlot.php&#34;&#62;overlayPlot&#60;/a&#62; function.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hammerben1 on "Adding the display mask to the final RMS/MAX pressure profile plot"</title>
			<link>http://www.k-wave.org/forum/topic/adding-the-display-mask-to-the-final-rmsmax-pressure-profile-plot#post-6369</link>
			<pubDate>Thu, 22 Mar 2018 19:44:16 +0000</pubDate>
			<dc:creator>Hammerben1</dc:creator>
			<guid isPermaLink="false">6369@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Brad, this is Ben:&#60;/p&#62;
&#60;p&#62;By following this thread(http://www.k-wave.org/forum/topic/getting-started-with-mrict-scans-intracranial-pressure-maps-skull-aberration?replies=5#post-6368) I managed to define a skull as heterogeneous density profile mask ran the simulation successfully. Problem is, the skull is not showing up at the final RMS and MAX pressure plots. I successfully put skull on the short video/animation during the simulation by setting the display mask to the skull, but stuck on doing that on the final plots.&#60;br /&#62;
What can I do to add the display mask on the final result plots?&#60;br /&#62;
Thank you!!&#60;br /&#62;
I attached that part of the code here:&#60;br /&#62;
----------------------------------------------------------------------------------------&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;figure
imagesc(kgrid.y_vec * 1e3, kgrid.x_vec * 1e3, sensor_data.p_rms, source_mag * [0, 2]);
colormap(jet(256));
ylabel(&#38;#39;x-position [mm]&#38;#39;);
xlabel(&#38;#39;y-position [mm]&#38;#39;);
axis image;
title(&#38;#39;RMS Pressure&#38;#39;);
scaleFig(2, 1);
colorbar&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;-------------------------------------------------------------------------------------------&#60;br /&#62;
Which I basically copied from the pattern field example.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
