Dear EEGLAB users,<div><br></div><div>I'm trying to create epochs around a set of events in my data.  The event markers are all numbers (1 and 50:89).  When I go to Tools -> Extract Epochs, then click the '...' in the 'Time-locking event type(s)' row to select from the events in my data, only two event types (1 and 50) appear in the event types browser box.  I know that I have more event types because I've checked EEG.event.type and Edit -> Event values.</div>
<div><br></div><div>For example, here is an event marked '55':</div><div><div> >> EEG.event(9)</div><div> ans = </div><div>        type: '55  '</div><div>        latency: 10726</div><div>        duration: 0</div>
</div><div><br></div><div>To extract the epochs around the events 50:89, I've tried scripting this:</div><div><div>  EEG = pop_epoch( EEG, {  '50' '51' '52' '53' '54' '55' '56' '57' '58' '59'...</div>
<div>    '60' '61' '62' '63' '64' '65' '66' '67' '68' '69'...</div><div>    '70' '71' '72' '73' '74' '75' '76' '77' '78' '79'...</div>
<div>    '80' '81' '82' '83' '84' '85' '86' '87' '88' '89'  },...</div><div>    [-0.2  0.5], 'newname', '4_1_vad_ep', 'epochinfo', 'yes');</div>
</div><div><br></div><div>But this produces an error (regardless of whether the event values are space-separated or comma-separated):</div><div><div>  ??? Error using ==> pop_epoch at 229</div><div>  pop_epoch(): empty epoch range (no epochs were found).</div>
</div><div><br></div><div>I also get the above error when trying to epoch a single event value.  Does anyone know why the epoch extraction isn't working?  Did I miss a step somewhere, like editing the event fields or values?  I'd be very grateful for any advice!</div>
<div><br></div><div>Thanks,</div><div>Becky</div><div><br></div><div><br></div><div><br></div>