Changeset 4908
- Timestamp:
- Jan 7, 2008, 1:17:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r4888 r4908 4102 4102 \section{Analysing Questions} 4103 4103 4104 \subsubsection{How do I easily plot "tide gauges" timeseries from the SWW files?}4105 4106 Th isis two ways to do this.4107 4108 1) Create csv files from the sww file using \code{ sww2timeseries} and then use4109 \code{anuga.abstract_2d_finite_volumes.util make_plots_from_csv_file} to create 4110 the plots 4104 \subsubsection{How do I easily plot "tide gauges" timeseries graphs from a SWW file?} 4105 4106 There is two ways to do this. 4107 4108 1) Create csv files from the sww file using \code{anuga.abstract_2d_finite_volumes.util sww2csv_gauges} 4109 and then use \code{anuga.abstract_2d_finite_volumes.util csv2timeseries_graphs} to 4110 create the plots. This code is newer, has unit tests and might be easier to use. Read docstrings for more information. 4111 4111 4112 4112 Or 4113 4113 4114 4114 2) Use \code{anuga.abstract_2d_finite_volumes.util sww2timeseries} to do the whole thing 4115 however this don't have a much control on the file name and plots.... 4116 4117 More detail to be added 4115 however this don't have a much control on the file name and plots. Plus there is no unit test yet. 4118 4116 4119 4117 Read the doc string for more information.
Note: See TracChangeset
for help on using the changeset viewer.