<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
 <channel>
  <title>R-Forge Project: Reverse correlation image classification -  News</title>
  <link>https://r-forge.r-project.org/news/?group_id=1932</link>
  <description>R-Forge Project News of Reverse correlation image classification</description>
  <language>en-us</language>
  <copyright>Copyright 2026 R-Forge</copyright>
  <webMaster>rdotsch@users.r-forge.r-project.org (Ron Dotsch)</webMaster>
  <lastBuildDate>Fri, 01 May 2026 12:58:14 GMT</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>R-Forge RSS generator</generator>
  <item>
   <title>rcicr development moved to github</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4507</link>
   <description>The rcicr development repository has moved to Github. See here: https://github.com/rdotsch/rcicr</description>
   <author>rdotsch@users.r-forge.r-project.org (Ron Dotsch)</author>
   <pubDate>Mon, 09 Jan 2017 12:14:31 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4507</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4507</comments>
  </item>
  <item>
   <title>rcicr 0.3.4.1 on CRAN now</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4504</link>
   <description>A new version of rcicr is available on CRAN now. It fixes some minor bugs and more importantly: it adds several features, like a new noise type (Gabor), a setting to change the number of spatial scales of the noise, and a new default scaling method, called independent scaling.&lt;br /&gt;
&lt;br /&gt;
Here's the full list of changes since version 0.3.0:&lt;br /&gt;
 &lt;br /&gt;
NEW FEATURES:&lt;br /&gt;
* Added independent scaling. Works like matched scaling but maintains the zero point. Is the new recommended default for generating a single base image.&lt;br /&gt;
* Added Gabor noise option. Generate stimuli with generateStimuli2IFC(..., noise_type='gabor'). Almost all functions have been affected in refactoring. &lt;br /&gt;
* Added option to specify number of spatial scales&lt;br /&gt;
* Added computeCumulativeCICorrelation. Computes cumulative trial CIs correlations with final/target CI. Use for instance for plotting &lt;br /&gt;
* Added label parameter to batchGenerateCI, which adds custom identifiable labels to jpegs&lt;br /&gt;
* Added targetpath parameter to CI generation functions, so CIs will not by default be placed in working directory, but in ./cis subdirectory&lt;br /&gt;
* Added batchGenerateCI to deal with data from any reverse correlation task that does not use inverse noise. This function can be used for a 1IFC, 2IFC with independently generated stimuli, 3IFC, etc. &lt;br /&gt;
&lt;br /&gt;
CHANGES:&lt;br /&gt;
* Changed output of autoscale: scaling factor is no longer part of the list of classification images that is returned&lt;br /&gt;
* Changed progressbar to dplyr progress bar, no longer dependent on tcltk (so no more dependency on xquartz on OS X). Also adds time estimation.&lt;br /&gt;
* Suppressed warning messages if directory for stimulus or ci output already exists.&lt;br /&gt;
&lt;br /&gt;
FIXES:&lt;br /&gt;
* Bugfix: images not saved as jpegs when scaling is set to anything other than autoscale in batchGenerateCI and batchGenerateCI2IFC&lt;br /&gt;
* Bugfix: When using pre 0.3.0 Rdata file, the parameter matrix will now be truncated to the appropriate numbers of parameters&lt;br /&gt;
* Bugfix: NA's in by parameter of batchGenerateCI2IFC() get ignored instead of making R crash. Thank you Elze Ufkes for reporting this bug!&lt;br /&gt;
* Bugfix: target path error message for generateCI2IFC()&lt;br /&gt;
* Fixed targetci bug (should be empty list by default instead of boolean) in computeCumulativeCICorrelation&lt;br /&gt;
curves of trial-final/target CI correlations to estimate how many trials are necessary in your task&lt;br /&gt;
* Bugfix in generateCINoise: added possibility of just one stimulus/response&lt;br /&gt;
&lt;br /&gt;
REFACTORING:&lt;br /&gt;
* Renamed generateCI2IFC to generateCI and moved it to rcicr.R as it is a general function, and not just for 2IFC reverse correlation tasks&lt;br /&gt;
* Created generateCI2IFC wrapper function (wraps generateCI) for backwards compatibility&lt;br /&gt;
* Renamed old generateCI to generateCINoise to differentiate between generateCI and generateCINoise&lt;br /&gt;
&lt;br /&gt;
Ron&lt;br /&gt;
&lt;br /&gt;
</description>
   <author>rdotsch@users.r-forge.r-project.org (Ron Dotsch)</author>
   <pubDate>Wed, 13 Jul 2016 13:02:51 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4504</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4504</comments>
  </item>
  <item>
   <title>rcicr 0.3.0 submitted: fixes important bug</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4474</link>
   <description>Dear rcicr users,&lt;br /&gt;
&lt;br /&gt;
I just submitted rcicr version 0.3.0 to CRAN. It's already available for download as development version. I strongly recommend to update immediately if you are planning on generating new reverse correlation stimuli.&lt;br /&gt;
&lt;br /&gt;
Pre 0.3.0 versions of rcicr had a small bug that caused at least one and probably two sinusoids of the 4092 sinusoid patches not to be rendered (for sure one in the highest spatial frequency and perhaps one in the lowest spatial frequency). The visual effect of this bug is practically unnoticeable, but of course it had to be fixed. &lt;br /&gt;
&lt;br /&gt;
rcicr 0.3.0 is backwards compatible: if you install it, you will be able to analyze data collected with stimuli created pre 0.3.0 without any problems. The package will automatically treat the data appropriately (which means that if you generated stimuli with a pre 0.3.0 version, the latest version will show the same behavior as would the pre 0.3.0 version in the analysis). &lt;br /&gt;
&lt;br /&gt;
I am working on including the following new features in future versions: &lt;br /&gt;
- Support for multiple images per trial&lt;br /&gt;
- Support for multiple response options per trial&lt;br /&gt;
- Support for Gabor and Gaussian noise in addition to sinusoid noise&lt;br /&gt;
- Computing pixel-wise correlations between CIs&lt;br /&gt;
- Masking stimuli and CIs&lt;br /&gt;
- Support for pixel and cluster tests&lt;br /&gt;
&lt;br /&gt;
These features should all be implemented some time during the summer break. If you have any additional feature requests, please let me know!&lt;br /&gt;
&lt;br /&gt;
Best wishes,&lt;br /&gt;
&lt;br /&gt;
Ron</description>
   <author>rdotsch@users.r-forge.r-project.org (Ron Dotsch)</author>
   <pubDate>Fri, 23 Jan 2015 13:25:49 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4474</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4474</comments>
  </item>
  <item>
   <title>rcicr 0.2.3 supports batch generation of CIs</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4461</link>
   <description>Freshly submitted to R-Forge. You can now conveniently use the batchGenerateCI2IFC function to generate CIs for multiple subjects or conditions.</description>
   <author>rdotsch@users.r-forge.r-project.org (Ron Dotsch)</author>
   <pubDate>Fri, 29 Aug 2014 16:21:19 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4461</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4461</comments>
  </item>
  <item>
   <title>Quick instructions on using rcicr posted</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4458</link>
   <description>Follow this link: http://ron.dotsch.org/rcicr/</description>
   <author>rdotsch@users.r-forge.r-project.org (Ron Dotsch)</author>
   <pubDate>Sun, 03 Aug 2014 12:01:24 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4458</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4458</comments>
  </item>
  <item>
   <title>rcicr 0.2.1 now available on CRAN</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4457</link>
   <description>rcicr 0.2.1 is now available on CRAN (OS X version for Mavericks still awaiting to be built though).</description>
   <author>rdotsch@users.r-forge.r-project.org (Ron Dotsch)</author>
   <pubDate>Sun, 03 Aug 2014 11:59:29 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4457</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4457</comments>
  </item>
 </channel>
</rss>
