Changeset 4908


Ignore:
Timestamp:
Jan 7, 2008, 1:17:37 PM (17 years ago)
Author:
nick
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_user_manual.tex

    r4888 r4908  
    41024102\section{Analysing Questions}
    41034103
    4104 \subsubsection{How do I easily plot "tide gauges" timeseries from the SWW files?}
    4105 
    4106 This is two ways to do this.
    4107 
    4108 1) Create csv files from the sww file using \code{sww2timeseries} and then use
    4109 \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
     4106There is two ways to do this.
     4107
     41081) Create csv files from the sww file using \code{anuga.abstract_2d_finite_volumes.util sww2csv_gauges}
     4109and then use \code{anuga.abstract_2d_finite_volumes.util csv2timeseries_graphs} to
     4110create the plots. This code is newer, has unit tests and might be easier to use. Read docstrings for more information.
    41114111
    41124112Or
    41134113
    411441142) 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
     4115however this don't have a much control on the file name and plots. Plus there is no unit test yet.
    41184116
    41194117Read the doc string for more information.
Note: See TracChangeset for help on using the changeset viewer.