Laserfiche WebLink
Examples of Use TSTool Documentation <br />These time series can be read in to TSTool, an XY graph produced, and the time series product saved <br />(results.tsp ), as shown in the following example. The or iginal TSID properties have been inserted as <br />comments, corresponding to the original data. The abso lute paths to the time series files have also been <br />replaced with relative paths, assuming that the command file to process the product is in the same folder <br />as the product file. <br /> <br />[Product] <br /> <br />ProductType = "Graph" <br />TotalWidth = "600" <br />TotalHeight = "400" <br />MainTitleString = "Streamflow Gage 09152500" <br />SubTitleString = "Comparison of Observed and Simulated" <br /> <br />[SubProduct 1] <br /> <br />GraphType = "XY-Scatter" <br />XYScatterMethod = "OLSRegression" <br />LegendFormat = "Auto" <br />MainTitleString = "" <br /> <br />[Data 1.1] <br /> <br />#TSID = "09152500...MONTH~StateMod~gunnv.rih" <br />TSID = "09152500..Streamflow_Observed.MONTH~DateValue~results.dv" <br /> <br />[Data 1.2] <br /> <br />#TSID = "09152500.StateMod.River_Outflow.Month~gunnvb.b43" <br />TSID = "09152500..Streamflow_Simulated.MONTH~DateValue~results.dv" <br /> <br /> <br />Finally, a command file (results.TSTool ) can be created that processes the time series and time series <br />product file: <br /> <br />ProcessTSProduct(TSProductFile="results.tsp",RunMode=GUIAndBatch, <br />View=True,OutputFile="09152500.png") <br />Examples - 16 96