Open
Description
What steps will reproduce the problem?
1.run pat_topoplot.m to plot topoplot figures
2. run pat_report.m , specifying the time (3rd) dimension
3. if time bins are ranges, not averages, labels will cause an error
What do you see?
compiling ~/results/reports/vf_2000_glm_rb_abs60_Zd_k4_topo_ic_report...
dvips: Could not find figure file \protect \unhbox \voidb@x \penalty \@M \
{}/results/reports/figs/vf_2000_glm_rb_abs60_Zd_k4_topo_ic_ga_0-to-250-ms.eps;
continuing
Please provide any additional information below.
I'm not sure, but looking back at previous calls to this function, topoplots
from different time bins were name using the format, "_e#t#f#.eps" , where the
#s corresponded to the event#, time#, and frequency#. now, it seems that the
topoplot is being named using the time bin label, which includes dashes. it
would seem this might be leading to the error.
Original issue reported on code.google.com by [email protected]
on 14 Mar 2011 at 8:54