<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Mary,<div>You've found a gap in the data that is to big to be automatically bridged.</div><div><br></div><div>Here...</div><div><div><font class="Apple-style-span" face="Consolas">&gt;&gt; datestr([primary.startTime])</font></div><div><font class="Apple-style-span" face="Consolas"><br></font></div><div><font class="Apple-style-span" face="Consolas">ans =</font></div><div><font class="Apple-style-span" face="Consolas"><br></font></div><div><font class="Apple-style-span" face="Consolas">06-Feb-2013 01:12:35</font></div><div><font class="Apple-style-span" face="Consolas">06-Feb-2013 02:22:21</font></div><div><font class="Apple-style-span" face="Consolas"><br></font></div><div><font class="Apple-style-span" face="Consolas">&gt;&gt; datestr([primary.endTime])</font></div><div><font class="Apple-style-span" face="Consolas"><br></font></div><div><font class="Apple-style-span" face="Consolas">ans =</font></div><div><font class="Apple-style-span" face="Consolas"><br></font></div><div><font class="Apple-style-span" face="Consolas">06-Feb-2013 02:15:40</font></div><div><font class="Apple-style-span" face="Consolas">06-Feb-2013 03:12:34</font></div><div><br></div><div>So, it looks like there's a huge gap between 02:15:40&nbsp;and 02:22:21&nbsp;</div><div><br></div><div>Because there was no data there, irisFetch doesn't know how to connect the two, so it gives you two traces instead.</div><div><br></div><div>This is likely a condition you'll have to keep an eye out for in your processing codes; as I bet it has other implications for processing.</div><div><br></div><div>Cheers,</div><div>Celso</div><div><br></div><div><div>On Feb 7, 2013, at 3:01 PM, Mary Templeton wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><blockquote type="cite"><blockquote type="cite">net='CI'<br></blockquote></blockquote>net =CI<br><blockquote type="cite"><blockquote type="cite">sta='PASC'<br></blockquote></blockquote>sta =PASC<br><blockquote type="cite"><blockquote type="cite">loc='00'<br></blockquote></blockquote>loc =00<br><blockquote type="cite"><blockquote type="cite">chan='BHZ'<br></blockquote></blockquote>chan =BHZ<br><blockquote type="cite"><blockquote type="cite">starttime<br></blockquote></blockquote>starttime =2013-02-06 01:12:35<br><blockquote type="cite"><blockquote type="cite">endtime<br></blockquote></blockquote>endtime =2013-02-06 03:12:35<br><br><blockquote type="cite"><blockquote type="cite">primary = irisFetch.Traces(net,sta,loc,chan,starttime,endtime)</blockquote></blockquote></div></blockquote></div><br></div></body></html>