[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
61
share/doc/hypo71/examples/hypo71.cfg
Normal file
61
share/doc/hypo71/examples/hypo71.cfg
Normal file
@ -0,0 +1,61 @@
|
||||
########################################################################
|
||||
# #
|
||||
# Copyright (C) 2012 OVSM/IPGP #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
# the Free Software Foundation, either version 3 of the License, or #
|
||||
# (at your option) any later version. #
|
||||
# #
|
||||
# This program is distributed in the hope that it will be useful, #
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||
# GNU General Public License for more details. #
|
||||
# #
|
||||
# This program is part of 'Projet TSUAREG - INTERREG IV Caraïbes'. #
|
||||
# It has been co-financed by the European Union and le Ministère de #
|
||||
# l'Ecologie, du Développement Durable, des Transports et du Logement. #
|
||||
# #
|
||||
########################################################################
|
||||
# #
|
||||
# @file hypo71.cfg #
|
||||
# @author Stephen Roselia <stephen.roselia@supinfo.com> #
|
||||
# @author Jean-Marie Saurel <saurel@ipgp.fr> #
|
||||
# @version 1.1 #
|
||||
# @brief Hypo71 plugin configuration #
|
||||
# #
|
||||
########################################################################
|
||||
|
||||
|
||||
# Hypo71 input file to process (generated by plugin)
|
||||
hypo71.inputFile = @DATADIR@/hypo71/HYPO71.INP
|
||||
|
||||
|
||||
# Hypo71 log file to store ZTR calculation and final results
|
||||
hypo71.logFile = @LOGDIR@/HYPO71.LOG
|
||||
|
||||
|
||||
# Hypo71 output file to read results from (generated by binary)
|
||||
hypo71.outputFile = @DATADIR@/hypo71/HYPO71.PRT
|
||||
|
||||
|
||||
# Hypo71 script called by plugin
|
||||
hypo71.hypo71ScriptFile = @DATADIR@/hypo71/run.sh
|
||||
|
||||
|
||||
# Hypo71 default profile
|
||||
hypo71.defaultControlFile = @DATADIR@/hypo71/profiles/default.hypo71.conf
|
||||
|
||||
|
||||
# Hypo71 origin patternID
|
||||
hypo71.publicID = Hypo71.@time/%Y%m%d%H%M%S.%f@.@id@
|
||||
|
||||
|
||||
# Should we use the custom patternID ?
|
||||
hypo71.useHypo71PatternID = false
|
||||
|
||||
# Hypo71 custom profiles examples
|
||||
hypo71.profiles = ModelA
|
||||
hypo71.profile.Tectonic.earthModelID = "My Velocity Model A"
|
||||
hypo71.profile.Tectonic.methodID = Hypo71PC
|
||||
hypo71.profile.Tectonic.controlFile = @DATADIR@/hypo71/profiles/profile.a.conf
|
Reference in New Issue
Block a user