[Eeglablist] Plotting ERSP in curve format in STUDY

Makoto Miyakoshi mmiyakoshi at ucsd.edu
Wed Oct 31 11:38:32 PDT 2012


Dear Pete,

Just a quick suggestion worth trying.

Chances are that newtimef would be called by any kind of wavelet
transform computation in EEGLAB. Assuming that, take a look at line
1484 - see it checks g.plottype here. Why don't you insert a line
before this saying g.plottype = 'whatever' so that it goes to the
current line 1487?

Makoto

2012/10/31 Pete Manza <pete.manza at gmail.com>:
> Thanks -- newtimef, I believe
>
>
> On Tue, Oct 30, 2012 at 11:21 AM, Makoto Miyakoshi <mmiyakoshi at ucsd.edu>
> wrote:
>>
>> Dear Pete,
>>
>> > STUDY = std_erspplot(STUDY,ALLEEG, 'plottype', 'curve', 'timerange',
>> > [-5300
>> > -5000], 'channels',{'OZ'});
>>
>> I don't think std_erspplot supports the option 'plottype'.
>>
>> I guess  'plottype', 'curve' is a valid option for some function.
>> Which function supports it?
>>
>> Makoto
>>
>>
>> 2012/10/20 Pete Manza <pete.manza at gmail.com>:
>> > Hi all,
>> >
>> > I'm trying to plot my ERSP values in curve format instead of the regular
>> > image with hot/cold colors.  'plottype', 'curve' works as the command
>> > for
>> > single subjects in newtimef().  But in STUDY mode, I've tried this as a
>> > paramater in both std_erspplot and when precomputing via std_precomp
>> > under
>> > erspparams, but neither seems to be working for me.  Is there a way to
>> > plot
>> > power values in curve format in the STUDY mode?
>> >
>> > Thanks very much,
>> > Pete
>> >
>> >
>> >
>> > Sample precompute code: (plottype was ignored)
>> >
>> > [STUDY ALLEEG] = std_precomp(STUDY, ALLEEG,
>> > {},'allcomps','on','recompute','on','interp','on','ersp','on',
>> > 'erspparams',
>> > {'cycles' [4 0] 'hzdir' 'reverse' 'baseline' [NaN] 'plottype' 'curve'
>> > 'freqscale' 'linear' 'tlimits' [-5300 -4950] 'timesout' 100 'freqs' [7
>> > 14]
>> > 'nfreqs' 8},'itc','on');
>> >
>> > Sample erspplot code:
>> >
>> > STUDY = std_erspplot(STUDY,ALLEEG, 'plottype', 'curve', 'timerange',
>> > [-5300
>> > -5000], 'channels',{'OZ'});
>> >
>> >
>> >
>> > _______________________________________________
>> > Eeglablist page: http://sccn.ucsd.edu/eeglab/eeglabmail.html
>> > To unsubscribe, send an empty email to
>> > eeglablist-unsubscribe at sccn.ucsd.edu
>> > For digest mode, send an email with the subject "set digest mime" to
>> > eeglablist-request at sccn.ucsd.edu
>>
>>
>>
>> --
>> Makoto Miyakoshi
>> JSPS Postdoctral Fellow for Research Abroad
>> Swartz Center for Computational Neuroscience
>> Institute for Neural Computation, University of California San Diego
>
>



-- 
Makoto Miyakoshi
JSPS Postdoctral Fellow for Research Abroad
Swartz Center for Computational Neuroscience
Institute for Neural Computation, University of California San Diego



More information about the eeglablist mailing list