<div dir="ltr"><div><div><div><div><div><div>Hello,<br><br></div>I am writing the listserv to get some feedback on how to obtain just a noise image from a reverse correlation task (i.e., without the base image). Through looking at the documentation, I believe this is possible, although there are not many examples or supporting documents to confirm my suspicious. As such, I wanted to make sure my code was actually giving me what I want it to give me.<br><br></div>----R code----<br><br>data <- read.csv("rcicrData1.csv")<br><br></div><div>##Apparently this is unneeded for creating just a noise image?##<br></div><div>n <- 'rcicrdata.Rdata'<br><br>responses <- as.vector(data$correct)<br><br>s <- generateNoisePattern(img_size = 512, pre_0.3.0 = TRUE)<br><br>noise <- generateCINoise(data$Face, data$correct, s)<br>image(noise) #it's in color?<br><br></div><div>##output grey scale image##<br></div><div>jpeg("Noise_img.jpg",<br>     width = 512, height = 512, units = "px")<br>par(mar = rep(0,4))<br>image(noise, axes=FALSE, col = grey(seq(0,1, length = 512)))<br>dev.off()<br><br></div>---End Code---<br><br></div>Any thoughts, suggestions, or critiques would be appreciated! Again, I am looking to output a noise image from RC data, much like generating a CI, but without the base image underneath.<br><br></div>Thanks,<br></div>Dan<br clear="all"><div><div><div><div><div><div><div><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><br></div>Daniel Albohn<br><div><a href="http://www.sites.psu.edu/albohn" target="_blank">Website</a> | 484-332-7688</div></div></div></div></div>
</div></div></div></div></div></div></div></div>