<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
         xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="https://crcns.org/search_rss">
  <title>CRCNS.org</title>
  <link>https://crcns.org</link>
  
  <description>
    
            These are the search results for the query, showing results 301 to 315.
        
  </description>
  
  
  
  
  <image rdf:resource="https://crcns.org/logo.jpg"/>

  <items>
    <rdf:Seq>
        
            <rdf:li rdf:resource="https://crcns.org/forum/using-datasets/66445685/954353096"/>
        
        
            <rdf:li rdf:resource="https://crcns.org/forum/using-datasets/27635616/100253430"/>
        
        
            <rdf:li rdf:resource="https://crcns.org/forum/using-datasets/16979080/775320459"/>
        
        
            <rdf:li rdf:resource="https://crcns.org/forum/using-datasets/16979081/448459530"/>
        
        
            <rdf:li rdf:resource="https://crcns.org/forum/using-datasets/16979080/775320458"/>
        
        
            <rdf:li rdf:resource="https://crcns.org/forum/general/892823995/189936365"/>
        
        
            <rdf:li rdf:resource="https://crcns.org/forum/general/892823995/189936364"/>
        
        
            <rdf:li rdf:resource="https://crcns.org/forum/using-datasets/578975643/557107847"/>
        
        
            <rdf:li rdf:resource="https://crcns.org/forum/using-datasets/132964202/866846344"/>
        
        
            <rdf:li rdf:resource="https://crcns.org/forum/using-datasets/219722707/952387502"/>
        
        
            <rdf:li rdf:resource="https://crcns.org/forum/using-datasets/338296125/551528100"/>
        
        
            <rdf:li rdf:resource="https://crcns.org/forum/using-datasets/550563216/460160373"/>
        
        
            <rdf:li rdf:resource="https://crcns.org/forum/using-datasets/444349776/833341593"/>
        
        
            <rdf:li rdf:resource="https://crcns.org/forum/using-datasets/632035609/273748539"/>
        
        
            <rdf:li rdf:resource="https://crcns.org/forum/using-datasets/889853949/851589943"/>
        
    </rdf:Seq>
  </items>

</channel>

    <item rdf:about="https://crcns.org/forum/using-datasets/66445685/954353096">        <title>pvc-11 code error?</title>        <link>https://crcns.org/forum/using-datasets/66445685/954353096</link>        <description>
 So I have been playing around with the pvc-11 dataset and noticed something unusual when running one of the scripts (script_mean_firing_rates_gratings.m). It produces 3 mat files with struct S. 
   
 S(1:12) ought to correspond to the 12 different gratings the monkey was presented with, however, you may notice that: 
   
 sum(sum(S(n).trial(k0).counts - S(n).trial(k1).counts)) = 0 
 For all n, where k0=k1. Which means that the matrices are the same for a given trial, regardless of the input stimulus.  
   
 If you change line 55 (of script_mean_firing_rates_gratings.m): 
   
                     S(igrat).trial(itrial).spikes(ineuron, : ) = histc(data.EVENTS{ineuron, itrial}, edges); 
   
 to: 
   
 ...                     S(igrat).trial(itrial).spikes(ineuron, : ) = histc(data.EVENTS{ineuron, igrat, itrial}, edges); 
   
   
 Problem is resolved. Hope this (is accurate and) helps someone who wants to use the processed data. Great dataset either way. Merry Christmas! 
   
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>ahash</dc:creator>        <dc:rights></dc:rights>                <dc:date>2016-12-27T13:51:39Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="https://crcns.org/forum/using-datasets/27635616/100253430">        <title>hc-3 - clu files - inconsistency in cluster counts (dataset ec016.233)</title>        <link>https://crcns.org/forum/using-datasets/27635616/100253430</link>        <description>
 Hello. 
   
 From the documentation, I understand that the first line of a clu 
file is the number of unique clusters found in that file. I tried the 
UNIX commands given in the crcns-hc3-data-description.pdf page 5 and I 
could reproduce the behaviour for the files ec012ec.187.clu.1 and 
ec012ec.189.clu.1 used as an example. 
 However, for the dataset ec016.233, I found some inconsistencies. 
 For example: 
 ec016.233$ head -n 1 *".clu.1"; tail -n +2 *".clu.1" | sort -n | uniq -c 4     606 0  231543 1     267 3 
 So there should be 4 clusters according to the first line, but only 3 unique clusters are present. 
 This also happens in clu.2, clu.3, clu.4, clu.9 and clu.10 of the same dataset. 
 Is there any reason/explanation for this? 
   
 Thank you, 
 Ruxandra 
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>rcojocaru</dc:creator>        <dc:rights></dc:rights>                <dc:date>2019-11-27T04:12:43Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="https://crcns.org/forum/using-datasets/16979080/775320459">        <title>Re: Missing helper files in pvc2 data set</title>        <link>https://crcns.org/forum/using-datasets/16979080/775320459</link>        <description>
 The functions were added to the archive.   Thanks for pointing out that they were missing. 
   
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-08-07T22:08:58Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="https://crcns.org/forum/using-datasets/16979081/448459530">        <title>pvc-3: wrong natural movie file size</title>        <link>https://crcns.org/forum/using-datasets/16979081/448459530</link>        <description>
 Greetings, 
   
 The .m file containing the natural movie sequence in the pvc-3 data set seems to be wrong. According to the documentation, each frame of the movie is 64x64 pixels, the movie is 6000 frames long, and it is stored as uint8. Thus, the movie should be 64x64x6000x1=24576000 bytes long. But the .m file for the natural movie is 24575859 bytes long. 
   
 Cordially, Joaquin 
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>rapela</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-07-25T03:21:02Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="https://crcns.org/forum/using-datasets/16979080/775320458">        <title>Missing helper files in pvc2 data set</title>        <link>https://crcns.org/forum/using-datasets/16979080/775320458</link>        <description>
 Hello, 
 The fretrieve_log function calls a couple functions (fload_log, fsearch_log) that are not included in the archive. Please let me know how I can get them. 
 Thanks! 
 Michael 
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>mdoliver</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-06-30T03:06:47Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="https://crcns.org/forum/general/892823995/189936365">        <title>Re: Problem with downloading data</title>        <link>https://crcns.org/forum/general/892823995/189936365</link>        <description>
 Thank you for fixing the issue... 
 The error message "Error: File hc-2 not found, full_path = '/global/cfs/cdirs/crcns/xsdata/d1/hc-2' was resolved and I can see the list of files. 
 CRCNS.org data download 
 Contents of hc-2/ec013.529: 
  ec013.529.dat.tar.gz  (1696680628)  ec013.529.mpg.tar.gz  (378848069)  ec013.529.tar.gz  (346229183) 
   
 However, any of the links on the page returns "Not Found" error 
   
 Not Found 
 The requested URL was not found on this server. 
   
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>ei9999</dc:creator>        <dc:rights></dc:rights>                <dc:date>2024-01-15T15:47:47Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="https://crcns.org/forum/general/892823995/189936364">        <title>Re: Problem with downloading data</title>        <link>https://crcns.org/forum/general/892823995/189936364</link>        <description>
 There was a problem with the data downloading.  The problem was recently fixed.  So it should be working now. 
   
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>jteeters</dc:creator>        <dc:rights></dc:rights>                <dc:date>2024-01-10T18:04:30Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="https://crcns.org/forum/using-datasets/578975643/557107847">        <title>Re: Problem:thalamus/th-1</title>        <link>https://crcns.org/forum/using-datasets/578975643/557107847</link>        <description>
 Data downloading is not working now.  A ticket was filed to get this fixed.  When it's fixed, the news item about this will be removed from the homepage. 
   
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>jteeters</dc:creator>        <dc:rights></dc:rights>                <dc:date>2024-01-10T08:03:23Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="https://crcns.org/forum/using-datasets/132964202/866846344">        <title>Re: HC-6 ca1/ca3 storage pattern</title>        <link>https://crcns.org/forum/using-datasets/132964202/866846344</link>        <description>
 There is no pattern, as the numbering has to do with microdrive construction, which maps only indirectly onto which tetrode was targeted to each area.  It should be fairly straight forward to write a simple function that runs through the relevant day of the cellinfo structure to pull out the indices corresponding to the locations.  We have software for this, of course, but it's built into a somewhat complex analysis framework, so sending you the function wouldn't help much, I'm afraid.   
 For reference, a function in matlab that gave you a complete list of cell indices would be something like this (with likely the need for more error checking) 
 location = 'CA1' 
 ca1list = []; 
 for d = 1:length(cellinfo) 
     for e  = 1:length(cellinfo{d}) 
         for t = 1:length(cellinfo{d}{e}) 
             for c = 1:length(cellinfo{d}{e}{t}) 
             if ~isempty(cellinfo{d}{e}{t}{c}) &amp;&amp; strcmp(cellinfo{d}{e}{t}{c}.location, location) 
                 ca1list = [ca1list ; d e t c]; 
            end 
        end 
 end 
 end 
 This sort of search is why we organized the data the way we did; it makes it relativley easy to pull out whichever subsets of days, epochs tetrodes or cells you're interested in for a particular analysis. 
              
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>lfrank</dc:creator>        <dc:rights></dc:rights>                <dc:date>2017-03-05T23:11:03Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="https://crcns.org/forum/using-datasets/219722707/952387502">        <title>Re: Vim-1 dataset availability</title>        <link>https://crcns.org/forum/using-datasets/219722707/952387502</link>        <description>
 The reason this data is not available is that questions were raised about whether sharing the data complied with United States government rules.  It's been taking much longer than expected to resolve this.  An update will be posted here when the data is made available again (which could be soon, but might not be).  There is not another option to download the data.   
   
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2018-01-22T22:34:45Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="https://crcns.org/forum/using-datasets/338296125/551528100">        <title>Re: ofc-3 missing data</title>        <link>https://crcns.org/forum/using-datasets/338296125/551528100</link>        <description>
 Hi Mari Liis, 
 Thanks for pointing this out. You are absolutely right - the discrepancy coming from the fact that the behavioral dataset includes all trials, whereas some are discarded in the electrophysiological recording due to ephys quality control. I will be correcting the behavioral files in the repository soon. 
 Best, 
 Ignacio 
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>isaez</dc:creator>        <dc:rights></dc:rights>                <dc:date>2019-01-24T00:11:13Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="https://crcns.org/forum/using-datasets/550563216/460160373">        <title>hc-2 Raw Data Using</title>        <link>https://crcns.org/forum/using-datasets/550563216/460160373</link>        <description>
 Dear all, 
 Hi, 
 I've got the hc-2 data-set to use raw broadband LFP signals in the Matlab. Also, I've got the scrips but I couldn't have access to raw signals. 
 First of all, when I run m-file it faced with some errors. Furthermore, I couldn't find a way to define the file directory to the m-file. Is there any specific character or something like that for the definition?  
 I've tried to import the .dat data it isn't working. I've read the PDF files but can't find any helpful thing to solve that. So, how can I access to raw signals in the Matlab? 
   
 Please do consider my question. 
   
 -Thanks. 
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>YKhazaei</dc:creator>        <dc:rights></dc:rights>                <dc:date>2020-01-19T14:37:07Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="https://crcns.org/forum/using-datasets/444349776/833341593">        <title>Re: monkeys were fixate or not, LFP or spike?</title>        <link>https://crcns.org/forum/using-datasets/444349776/833341593</link>        <description>
 The data contain spike wave form or LFP is available too? 
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>hadizareei</dc:creator>        <dc:rights></dc:rights>                <dc:date>2016-12-06T16:38:27Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="https://crcns.org/forum/using-datasets/632035609/273748539">        <title>Re: fcx-3 data-how to get the MNI coordinates for each electrode</title>        <link>https://crcns.org/forum/using-datasets/632035609/273748539</link>        <description>Hi Jin,
   
 You are welcome to perform any analyses you'd like on these data provided you cite the corresponding paper(s). Doing so is your responsibility. Various procedures for indexing data points and plotting are described on the MATLAB help website, and are not specific to the reported results. 
   
 best, 
 Dr. Johnson 
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>eljohnson</dc:creator>        <dc:rights></dc:rights>                <dc:date>2020-11-30T20:57:10Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="https://crcns.org/forum/using-datasets/889853949/851589943">        <title>Re: ofc-1 data question</title>        <link>https://crcns.org/forum/using-datasets/889853949/851589943</link>        <description>
 Previously Dmitry Kobak wrote: 
 
 Can you say in which folder TrialEvents.mat has OdorPokeIn and OdorPokeOut that are "overlapping"? This shouldn't be the case. 
   
 
   
 Thank you for your explanation. I have realized that "overlapping" does not exist.  At present, I think the variable "OdorPokeIn" means the offset time relative to the time in the variable "TrialStart". Is that right ? 
   
 In addtion, I have come up with some new questions.  
 1. In the data descripition, it says that each single-neuron.mat file contains an array of spike times.  Does it mean sampling times ? 
 2. What is  the meaning of the name of each single-neuron.mat file? For instance, "Sc1_2.mat", what is the specific meaning for the two number in the file name? 
 3. What is the unit of the varible "TrialStart"  and how does the value in "TrialStart" match that in "TS" ? 
 4. Could you explain the meaning of the variables in the "TrialEvents.mat", like "pure-trials" and "BaseStart" ? 
   
 I'm looking forward to your explanation. Thanks again anyway for your reply!  
   
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>muziriyue</dc:creator>        <dc:rights></dc:rights>                <dc:date>2016-12-30T19:09:46Z</dc:date>        <dc:type>Comment</dc:type>    </item>



</rdf:RDF>
