<div class="gmail_quote">On Sun, Oct 23, 2011 at 16:15, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>TSSetExactFinalTime() ?</div></blockquote><div><br></div></div><div>This I think is probably alright. I assume it means "give me the closest time to this one that I can</div>
<div>get without interpolating".</div></blockquote><div><br></div><div>TSSetExactFinalTime(ts,TRUE) means that the returned solution will be exactly at the requested final time. Usually this is done by stepping over the final time and interpolating, but the user doesn't need to think about that.</div>
<div><br></div><div>TSSetExactFinalTime(ts,FALSE), currently the default (but maybe that should be changed), steps past the requested final time and does not interpolate back. This is useful if you want to do a given amount of work or just want to look at the time series without inspecting an exact future time.</div>
</div>