[cig-commits] r12041 - seismo/3D/automeasure/latex

alessia at geodynamics.org alessia at geodynamics.org
Wed May 28 04:56:52 PDT 2008


Author: alessia
Date: 2008-05-28 04:56:52 -0700 (Wed, 28 May 2008)
New Revision: 12041

Added:
   seismo/3D/automeasure/latex/manual_other.tex
Modified:
   seismo/3D/automeasure/latex/Makefile
   seismo/3D/automeasure/latex/flexwin_manual.tex
   seismo/3D/automeasure/latex/manual_tuning.tex
Log:
Added copyright etc to manual

Modified: seismo/3D/automeasure/latex/Makefile
===================================================================
--- seismo/3D/automeasure/latex/Makefile	2008-05-28 08:38:03 UTC (rev 12040)
+++ seismo/3D/automeasure/latex/Makefile	2008-05-28 11:56:52 UTC (rev 12041)
@@ -17,6 +17,7 @@
 manual_method.tex \
 manual_tuning.tex \
 manual_technical.tex \
+manual_other.tex \
 method.tex \
 results.tex
 

Modified: seismo/3D/automeasure/latex/flexwin_manual.tex
===================================================================
--- seismo/3D/automeasure/latex/flexwin_manual.tex	2008-05-28 08:38:03 UTC (rev 12040)
+++ seismo/3D/automeasure/latex/flexwin_manual.tex	2008-05-28 11:56:52 UTC (rev 12041)
@@ -24,6 +24,7 @@
 \input{manual_technical}
 %\input{manual_method}
 \input{manual_tuning}
+\input{manual_other}
 %\input{figures_manual}
 
 \bibliographystyle{plainnat}

Added: seismo/3D/automeasure/latex/manual_other.tex
===================================================================
--- seismo/3D/automeasure/latex/manual_other.tex	                        (rev 0)
+++ seismo/3D/automeasure/latex/manual_other.tex	2008-05-28 11:56:52 UTC (rev 12041)
@@ -0,0 +1,14 @@
+\chapter*{Bug reports and suggestions for improvements}
+To report bugs or suggest improvements to the code, please send an email to the CIG Computational Seismology Mailing List (cig-seismo at geodynamics.org) or Alessia Maggi (alessia at sismo.u-strasbg.fr), and/or use our online bug tracking system Roundup (www.geodynamics.org/roundup).
+
+\chapter*{Notes and Acknowledgments}
+[FIXME]  The filtering routines used in {\tt seismo\_subs.f90} are based on the SacLib libraries constructed by Brian Savage from the original source code of SAC (developed at Lawrence Livermore).  What about SAC licences??
+
+The main developers of the FLEXWIN source code are Alessia Maggi and Carl Tape.  The following individuals (listed in alphabetical order) have also contributed to the development of the source code: Daniel Chao, Min Chen, Jeroen Tromp.  The following individuals (listed in alphabetical order) contributed to this manual: Sue Kientz, Alessia Maggi, Carl Tape \ldots
+
+\chapter*{Copyright}
+Copyright XXX 2008, by the California Institute of Technology (U.S.) and University of Strasbourg (France).  ALL RIGHTS RESERVED.  U.S. Government Sponsorship Acknowledged.
+
+Any commercial use must be negotiated with the Office of Technology Transfer at the California Institute of Technology.  This software may be subject to U.S. export control laws and regulations.  By accepting this software, the user agrees to comply with all applicable U.S. export las and regulations, including the International Traffic and Arms Regulations, 22 C.F.R 120-130 and the Export Administration Regulations, 15 C.F.R. 730-744.  User has the responsibility to obtain export licenses, or other export authority as may be required before exporting such information to foreign countries or providing access to foreign nationals.  In no event shall the California Institute of Technology be liable to any party for direct, indirect, special, incidental or consequential damages, including lost profits, arising out of the use of this software and its documentation, even if the California Institute of Technology has been advised of the possibility of such damage.
+
+The California Institute of Technology specifically disclaims any warranties, included the implied warranties or merchantability and fitness for a particular purpose.  The software and documentation provided hereunder is on an "as is" basis, and the California Institute of Technology has no obligations to provide maintenance, support, updates, enhancements or modifications.
\ No newline at end of file

Modified: seismo/3D/automeasure/latex/manual_tuning.tex
===================================================================
--- seismo/3D/automeasure/latex/manual_tuning.tex	2008-05-28 08:38:03 UTC (rev 12040)
+++ seismo/3D/automeasure/latex/manual_tuning.tex	2008-05-28 11:56:52 UTC (rev 12041)
@@ -1,7 +1,9 @@
 \chapter{Tuning FLEXWIN for your problem\label{sec:tuning}}
 
-FLEXWIN is adapted to your specific problem by modifying the values of the parameters in Table~\ref{tb:params}, and the functional form of those parameters that are time-dependent.  The base values of the various parameters are set in the {\tt PAR\_FILE}, which is read at run time.  The functional forms of the time dependent parameters may be adjusted by modifying {\tt user\_parameters.f90}, and re-compiling the code.
+FLEXWIN is adapted to your specific problem by modifying the values of the parameters in Table~\ref{tb:params}, and the functional form of those parameters that are time-dependent. We consider the algorithm to be correctly adapted when false positives (windows around undesirable features of the seismogram) are minimized, and true positives (window around desirable features) are maximized. The choice of what makes an adequate set of windows remains subjective, as it depends strongly on the quality of the input model, the quality of the data, and the region of the Earth the tomographic inversion aims to constrain.  
 
+The base values of the various parameters are set in the {\tt PAR\_FILE}, which is read at run time.  The functional forms of the time dependent parameters may be adjusted by modifying {\tt user\_parameters.f90}, and re-compiling the code.
+
 \begin{table}
 \begin{tabular}{lp{0.8\linewidth}}
 \hline



More information about the cig-commits mailing list