A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages

A

a - Variable in class edu.sc.seis.TauP.ReflTransSolidSolid
 
A_HEADER - Static variable in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
abbreviatedOptionsAllowed() - Method in class picocli.CommandLine.Model.ParserSpec
 
abbreviatedOptionsAllowed(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
abbreviatedSubcommandsAllowed() - Method in class picocli.CommandLine.Model.ParserSpec
 
abbreviatedSubcommandsAllowed(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
abbreviatedSynopsis() - Method in class picocli.CommandLine.Help
Generates a generic synopsis like <command name> [OPTIONS] [PARAM1 [PARAM2]...], omitting parts that don't apply to the command (e.g., does not show [OPTIONS] if the command has no options).
abbreviateSynopsis() - Method in annotation type picocli.CommandLine.Command
Specify true to generate an abbreviated synopsis like "<main> [OPTIONS] [PARAMETERS...] [COMMAND]".
abbreviateSynopsis() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns whether the synopsis line(s) should show an abbreviated synopsis without detailed option names.
abbreviateSynopsis(boolean) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets whether the synopsis line(s) should show an abbreviated synopsis without detailed option names.
ABREV_SYNOPSIS - Static variable in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
abs(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the absolute value (modulus) of a Complex, |z|.
absolute - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
AbstractHandler() - Constructor for class picocli.CommandLine.AbstractHandler
Deprecated.
 
abstractOutputTypeArgs - Variable in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
AbstractOutputTypeArgs - Class in edu.sc.seis.TauP.cmdline.args
 
AbstractOutputTypeArgs(String) - Constructor for class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
 
AbstractParseResultHandler() - Constructor for class picocli.CommandLine.AbstractParseResultHandler
Deprecated.
 
AbstractPathSegment - Class in edu.sc.seis.TauP
 
AbstractPathSegment(List<TimeDist>, boolean, String, TimeDist, int, int, SeismicPhase) - Constructor for class edu.sc.seis.TauP.AbstractPathSegment
 
acos(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the inverse cosine (arc cosine) of a Complex, with branch cuts outside the interval [-1,1] along the real axis.
acosh(double) - Static method in class edu.sc.seis.TauP.Sfun
Returns the inverse (arc) hyperbolic cosine of a double.
acosh(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the inverse hyperbolic cosine (arc cosh) of a Complex, with a branch cut at values less than one along the real axis.
add(SeismicPhaseSegment) - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
add(TimeDist) - Method in class edu.sc.seis.TauP.TimeDist
 
add(CommandLine.Model.ArgSpec) - Method in class picocli.CommandLine.Model.CommandSpec
Adds the specified option spec or positional parameter spec to the list of configured arguments to expect.
add(CommandLine.Model.ArgSpec, int) - Method in class picocli.CommandLine.ParseResult.Builder
Adds the specified OptionSpec or PositionalParamSpec to the list of options and parameters that were matched on the command line.
addAllOptions(List<CommandLine.Model.OptionSpec>, CommandLine.Help.IParamLabelRenderer) - Method in class picocli.CommandLine.Help.Layout
addAllPositionalParameters(List<CommandLine.Model.PositionalParamSpec>, CommandLine.Help.IParamLabelRenderer) - Method in class picocli.CommandLine.Help.Layout
addAllSubcommands(Map<String, CommandLine>) - Method in class picocli.CommandLine.Help
Registers all specified subcommands with this Help.
addArg(CommandLine.Model.ArgSpec) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Adds the specified argument to the list of options and positional parameters that depend on this group.
addArgGroup(CommandLine.Model.ArgGroupSpec) - Method in class picocli.CommandLine.Model.CommandSpec
Adds the specified argument group to the groups in this command.
addEmptyRow() - Method in class picocli.CommandLine.Help.TextTable
Adds the required char[] slots for a new row to the CommandLine.Help.TextTable.columnValues field.
addError(CommandLine.PicocliException) - Method in class picocli.CommandLine.ParseResult.Builder
 
addFlatBranch(boolean, PhaseInteraction, PhaseInteraction, String) - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
addIfNotAlready(VelocityModelArgs) - Method in class edu.sc.seis.TauP.cmdline.args.VelocityModelListArgs
 
additionalModels - Variable in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
addMethodSubcommands() - Method in annotation type picocli.CommandLine.Command
Specify whether methods annotated with @Command should be registered as subcommands of their enclosing @Command class.
addMethodSubcommands() - Method in class picocli.CommandLine.Model.CommandSpec
Reflects on the class of the user object and registers any command methods (class methods annotated with @Command) as subcommands.
addMethodSubcommands(CommandLine.IFactory) - Method in class picocli.CommandLine.Model.CommandSpec
Reflects on the class of the user object and registers any command methods (class methods annotated with @Command) as subcommands.
addMixin(String, Object) - Method in class picocli.CommandLine
Adds the options and positional parameters in the specified mixin to this command.
addMixin(String, CommandLine.Model.CommandSpec) - Method in class picocli.CommandLine.Model.CommandSpec
Adds the specified mixin CommandSpec object to the map of mixins for this command.
addMixin(String, CommandLine.Model.CommandSpec, CommandLine.Model.IAnnotatedElement) - Method in class picocli.CommandLine.Model.CommandSpec
Adds the specified mixin CommandSpec object to the map of mixins for this command.
addOption(CommandLine.Model.OptionSpec) - Method in class picocli.CommandLine.Model.CommandSpec
Adds the specified option spec to the list of configured arguments to expect.
addOption(CommandLine.Model.OptionSpec) - Method in class picocli.CommandLine.ParseResult.Builder
Adds the specified OptionSpec to the list of options that were matched on the command line.
addOption(CommandLine.Model.OptionSpec, CommandLine.Help.IParamLabelRenderer) - Method in class picocli.CommandLine.Help.Layout
Delegates to the option renderer of this layout to obtain text values for the specified CommandLine.Model.OptionSpec, and then calls the CommandLine.Help.Layout.layout(CommandLine.Model.ArgSpec, CommandLine.Help.Ansi.Text[][]) method to write these text values into the correct cells in the TextTable.
addOptions(List<CommandLine.Model.OptionSpec>, CommandLine.Help.IParamLabelRenderer) - Method in class picocli.CommandLine.Help.Layout
addParentCommandElement(CommandLine.Model.IAnnotatedElement) - Method in class picocli.CommandLine.Model.CommandSpec
Adds the specified {@literal @}ParentCommand-annotated program element to the list of elements for this command.
addPattern(String, String, String) - Method in class picocli.CommandLine.RegexTransformer.Builder
Adds the specified negative replacement and synopsis replacement for the specified regular expression.
addPositional(CommandLine.Model.PositionalParamSpec) - Method in class picocli.CommandLine.Model.CommandSpec
Adds the specified positional parameter spec to the list of configured arguments to expect.
addPositionalParam(CommandLine.Model.PositionalParamSpec, int) - Method in class picocli.CommandLine.ParseResult.Builder
Adds the specified PositionalParamSpec to the list of parameters that were matched on the command line.
addPositionalParameter(CommandLine.Model.PositionalParamSpec, CommandLine.Help.IParamLabelRenderer) - Method in class picocli.CommandLine.Help.Layout
Delegates to the parameter renderer of this layout to obtain text values for the specified positional parameter, and then calls CommandLine.Help.Layout.layout(CommandLine.Model.ArgSpec, CommandLine.Help.Ansi.Text[][]) to write these text values into the correct cells in the TextTable.
addPositionalParameters(List<CommandLine.Model.PositionalParamSpec>, CommandLine.Help.IParamLabelRenderer) - Method in class picocli.CommandLine.Help.Layout
addRowValues(String...) - Method in class picocli.CommandLine.Help.TextTable
Delegates to CommandLine.Help.TextTable.addRowValues(CommandLine.Help.Ansi.Text...), after ensuring that multi-line values are layed out in the correct row and column.
addRowValues(CommandLine.Help.Ansi.Text...) - Method in class picocli.CommandLine.Help.TextTable
Adds a new empty row, then calls putValue for each of the specified values, adding more empty rows if the return value indicates that the value spanned multiple columns or was wrapped to multiple rows.
addSlowness(double, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
Adds the given ray parameter, p, to the slowness sampling for the given waveType.
addSpecElement(CommandLine.Model.IAnnotatedElement) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Adds the specified {@literal @}Spec annotated program element to the list of spec elements for this group.
addSpecElement(CommandLine.Model.IAnnotatedElement) - Method in class picocli.CommandLine.Model.CommandSpec
Adds the specified {@literal @}Spec-annotated program element to the list of elements for this command.
addSubcommand(Object) - Method in class picocli.CommandLine
Registers a subcommand with the name obtained from the @Command(name = "...") annotation attribute of the specified command.
addSubcommand(String, Object) - Method in class picocli.CommandLine
Registers a subcommand with the specified name.
addSubcommand(String, Object) - Method in class picocli.CommandLine.Help
addSubcommand(String, Object, String...) - Method in class picocli.CommandLine
Registers a subcommand with the specified name and all specified aliases.
addSubcommand(String, CommandLine) - Method in class picocli.CommandLine.Model.CommandSpec
Adds the specified subcommand with the specified name.
addSubcommand(String, CommandLine.Model.CommandSpec) - Method in class picocli.CommandLine.Model.CommandSpec
Adds the specified subcommand with the specified name.
addSubgroup(CommandLine.Model.ArgGroupSpec) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Adds the specified group to the list of subgroups that this group is composed of.
addToBranch(int, boolean, boolean, PhaseInteraction, String) - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
addUnmatched(String) - Method in class picocli.CommandLine.ParseResult.Builder
Adds the specified command line argument to the list of unmatched command line arguments.
addUnmatched(Stack<String>) - Method in class picocli.CommandLine.ParseResult.Builder
Adds all elements of the specified command line arguments stack to the list of unmatched command line arguments.
addUnmatchedArgsBinding(CommandLine.Model.UnmatchedArgsBinding) - Method in class picocli.CommandLine.Model.CommandSpec
Adds the specified UnmatchedArgsBinding to the list of model objects to capture unmatched arguments for this command.
adjustLineBreaksForWideCJKCharacters() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns whether line breaks should take wide Chinese, Japanese and Korean characters into account for line-breaking purposes.
adjustLineBreaksForWideCJKCharacters(boolean) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets whether line breaks should take wide Chinese, Japanese and Korean characters into account, and returns this UsageMessageSpec.
adjustPath(List<ArrivalPathSegment>, Arrival) - Static method in class edu.sc.seis.TauP.ArrivalPathSegment
Adjust path so the end point lines up.
adjustPathForShifty(double) - Method in class edu.sc.seis.TauP.ArrivalPathSegment
 
Alert - Class in edu.sc.seis.TauP
Displays a message to the user depending on whether there is a GUI or not.
aliases() - Method in annotation type picocli.CommandLine.Command
Alternative command names by which this subcommand is recognized on the command line.
aliases() - Method in class picocli.CommandLine.Help
Returns the list of aliases for the command in this Help.
aliases() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the alias command names of this subcommand.
aliases(String...) - Method in class picocli.CommandLine.Model.CommandSpec
Sets the alternative names by which this subcommand is recognized on the command line.
allDisplacement - Static variable in enum edu.sc.seis.TauP.ReflTransAxisType
 
allEnergy - Static variable in enum edu.sc.seis.TauP.ReflTransAxisType
 
allFreeRF - Static variable in enum edu.sc.seis.TauP.ReflTransAxisType
 
allOptionsNested() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns all options configured for this group and all subgroups.
allowInnerCoreS - Variable in class edu.sc.seis.TauP.SlownessModel
Should we allow J phases, S waves in the inner core? If true, then the slowness sampling for S will use the S velocity structure for the inner core.
allowOptionsAsOptionParameters() - Method in class picocli.CommandLine.Model.ParserSpec
 
allowOptionsAsOptionParameters(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
allowSubcommandsAsOptionParameters() - Method in class picocli.CommandLine.Model.ParserSpec
 
allowSubcommandsAsOptionParameters(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
allPositionalParametersNested() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns all positional parameters configured for this group and all subgroups.
allPSv - Static variable in enum edu.sc.seis.TauP.ReflTransAxisType
 
allSh - Static variable in enum edu.sc.seis.TauP.ReflTransAxisType
 
allSubcommands() - Method in class picocli.CommandLine.Help
Returns the map of all subcommand Help instances (including hidden commands) for this command Help.
ALWAYS - picocli.CommandLine.Help.Visibility
 
amp - edu.sc.seis.TauP.AxisType
 
ampFactorFormat - Static variable in class edu.sc.seis.TauP.Outputs
 
amppsv - edu.sc.seis.TauP.AxisType
 
ampsh - edu.sc.seis.TauP.AxisType
 
andExit(int) - Method in class picocli.CommandLine.AbstractHandler
Deprecated.
use CommandLine.execute(String...) instead, and call System.exit() in the application.
angleStep - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
annotatedElement - Variable in class picocli.CommandLine.Model.ArgSpec
 
ansi() - Method in class picocli.CommandLine.AbstractHandler
ansi() - Method in class picocli.CommandLine.Help
Returns whether ANSI escape codes are enabled or not.
ansi() - Method in class picocli.CommandLine.Help.ColorScheme
Returns the Ansi setting of this color scheme.
ansi() - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Returns the Ansi setting of this color scheme builder.
ansi(CommandLine.Help.Ansi) - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Set the Ansi setting of this color scheme builder.
append(String) - Method in class picocli.CommandLine.Help.Ansi.Text
append(CommandLine.Help.Ansi.Text) - Method in class picocli.CommandLine.Help.Ansi.Text
appendAddDepths(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
appendNoDisconDepth(double) - Method in class edu.sc.seis.TauP.TauModel
 
appendPhaseName(PhaseName) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
appendPhaseName(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
apply(String, List<CommandLine.Help.Ansi.IStyle>) - Method in enum picocli.CommandLine.Help.Ansi
apply(String, List<CommandLine.Help.Ansi.IStyle>) - Method in class picocli.CommandLine.Help.ColorScheme
Returns a new Text object where all the specified styles are applied to the full length of the specified plain text.
applySystemProperties() - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Replaces colors and styles in this scheme builder with ones specified in system properties, and returns this builder.
approxDistance(int, double, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
generate approximate distance, in radians, for a ray from a surface source that turns at the bottom of the given slowness layer.
argGroups() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the argument groups in this command.
args() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the options and positional parameters in this group; may be empty but not null.
args() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Returns the list of options and positional parameters that depend on this group.
args() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the list of all options and positional parameters configured for this command.
argument(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the argument (phase) of a Complex, in radians, with a branch cut along the negative real axis.
arity() - Method in class picocli.CommandLine.Model.ArgSpec
Returns how many arguments this option or positional parameter requires.
arity() - Method in annotation type picocli.CommandLine.Option
Specifies the minimum number of required parameters and the maximum number of accepted parameters.
arity() - Method in annotation type picocli.CommandLine.Parameters
Specifies the minimum number of required parameters and the maximum number of accepted parameters.
aritySatisfiedByAttachedOptionParam() - Method in class picocli.CommandLine.Model.ParserSpec
Returns true if options with attached arguments should not consume subsequent arguments and should not validate arity.
aritySatisfiedByAttachedOptionParam(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
Returns true if options with attached arguments should not consume subsequent arguments and should not validate arity.
Arrival - Class in edu.sc.seis.TauP
convenience class for storing the parameters associated with a phase arrival.
Arrival(SeismicPhase, double, double, double, int, double) - Constructor for class edu.sc.seis.TauP.Arrival
 
Arrival(SeismicPhase, double, double, double, int, RayCalculateable, String, String, double, double, double, double, double) - Constructor for class edu.sc.seis.TauP.Arrival
 
ArrivalPathSegment - Class in edu.sc.seis.TauP
 
ArrivalPathSegment(List<TimeDist>, boolean, String, TimeDist, Arrival, SeismicPhaseSegment, int, int) - Constructor for class edu.sc.seis.TauP.ArrivalPathSegment
 
asCommandLineList() - Method in class picocli.CommandLine.ParseResult
Returns this ParseResult as a list of CommandLine objects, one for each matched command/subcommand.
asCSVRow() - Method in class edu.sc.seis.TauP.Arrival
 
asGMT(PrintWriter) - Method in class edu.sc.seis.TauP.XYPlottingData
 
asGMT(PrintWriter, String) - Method in class edu.sc.seis.TauP.XYSegment
 
asGMT(PrintWriter, String, String, String) - Method in class edu.sc.seis.TauP.XYSegment
 
asGraphicOutputTypeArgs() - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
Remap from this to GraphicOutputTypeArgs due to issue with inheritence and picocli.
asin(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the inverse sine (arc sine) of a Complex, with branch cuts outside the interval [-1,1] along the real axis.
asinh(double) - Static method in class edu.sc.seis.TauP.Sfun
Returns the inverse (arc) hyperbolic sine of a double.
asinh(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the inverse hyperbolic sine (arc sinh) of a Complex, with a branch cuts outside the interval [-i,i].
asJSON() - Method in class edu.sc.seis.TauP.SlownessLayer
 
asJSON() - Method in class edu.sc.seis.TauP.SlownessModel
 
asJSON() - Method in class edu.sc.seis.TauP.VelocityLayer
 
asJSON() - Method in class edu.sc.seis.TauP.VelocityModel
 
asJSON() - Method in class edu.sc.seis.TauP.XYPlotOutput
 
asJSON() - Method in class edu.sc.seis.TauP.XYPlottingData
 
asJSON() - Method in class edu.sc.seis.TauP.XYSegment
Output as JSON Object.
asJSON(boolean, String) - Method in class edu.sc.seis.TauP.VelocityLayer
 
asJSON(boolean, String) - Method in class edu.sc.seis.TauP.VelocityModel
 
asJSONObject() - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
asJSONObject() - Method in class edu.sc.seis.TauP.Arrival
 
asJSONObject() - Method in class edu.sc.seis.TauP.ArrivalPathSegment
 
asJSONObject(double, double) - Method in class edu.sc.seis.TauP.Arrival
 
asJSONObject(Arrival) - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
asNegativeDistance() - Method in class edu.sc.seis.TauP.WavefrontPathSegment
 
asSeismicPhase() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
assign(double) - Method in class edu.sc.seis.TauP.Complex
Copies the contents of a double into this Complex.
assign(Complex) - Method in class edu.sc.seis.TauP.Complex
Copies the contents of a Complex into this Complex.
asSVG(PrintWriter) - Method in class edu.sc.seis.TauP.XYPlottingData
Output as an SVG g containing polyline.
asSVG(PrintWriter, String) - Method in class edu.sc.seis.TauP.XYSegment
Output as an SVG polyline.
asSVG(PrintWriter, String, String, String) - Method in class edu.sc.seis.TauP.XYSegment
 
AT_FILE_POSITIONAL_PARAM - Variable in class picocli.CommandLine.Help
 
atan(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the inverse tangent (arc tangent) of a Complex, with branch cuts outside the interval [-i,i] along the imaginary axis.
atanh(double) - Static method in class edu.sc.seis.TauP.Sfun
Returns the inverse (arc) hyperbolic tangent of a double.
atanh(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the inverse hyperbolic tangent (arc tanh) of a Complex, with a branch cuts outside the interval [-1,1] on the real axis.
atFileCommentChar() - Method in class picocli.CommandLine.Model.ParserSpec
 
atFileCommentChar(Character) - Method in class picocli.CommandLine.Model.ParserSpec
 
atFileParameterList() - Method in class picocli.CommandLine.Help
Returns the section of the usage help message that lists the @-file and its description.
attenuation - edu.sc.seis.TauP.AxisType
 
auto - edu.sc.seis.TauP.cmdline.args.ColorType
 
AUTO - picocli.CommandLine.Help.Ansi
Only emit ANSI escape codes if the platform supports it and system property "picocli.ansi" is not set to any value other than "true" (case insensitive).
AutoComplete - Class in picocli
Stand-alone tool that generates bash auto-complete scripts for picocli-based command line applications.
AutoComplete.GenerateCompletion - Class in picocli
Command that generates a Bash/ZSH completion script for its top-level command.
autoWidth() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns whether picocli should attempt to detect the terminal size and adjust the usage help message width to take the full terminal width.
autoWidth(boolean) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets whether picocli should attempt to detect the terminal size and adjust the usage help message width to take the full terminal width.
auxiliaryTypes() - Method in class picocli.CommandLine.Model.ArgSpec
Returns auxiliary type information used when the CommandLine.Model.ArgSpec.type() is a generic type like Collection, Map or Optional; returns the concrete type when CommandLine.Model.ArgSpec.type() is an abstract class, otherwise, returns the same as CommandLine.Model.ArgSpec.type().
axisIsDistanceLike(AxisType) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Curve
True if the axis type is distance-like.
axisIsTimeLike(AxisType) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Curve
True if the axis type is time.
axisLabel(AxisType) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
AxisType - Enum in edu.sc.seis.TauP
 
azimuth - Variable in class edu.sc.seis.TauP.RayCalculateable
 
azimuth(double, double, double, double) - Static method in class edu.sc.seis.TauP.SphericalCoords
Calculates azimuth between two lat lon pairs.
azimuth(Location, Location) - Static method in class edu.sc.seis.TauP.SphericalCoords
 

B

b - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
b - Variable in class edu.sc.seis.TauP.ReflTransSolidSolid
 
backAzimuth - Variable in class edu.sc.seis.TauP.RayCalculateable
 
BACKSCATTER - edu.sc.seis.TauP.PhaseInteraction
indicates end of the inbound phase to a scatterer.
BACKSCATTER_CODE - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
BACKSCATTER_DOWN - edu.sc.seis.TauP.PhaseInteraction
indicates end of the inbound phase to a scatterer, where last segment is downgoing.
baseDescribe(SeismicPhase) - Static method in interface edu.sc.seis.TauP.SeismicPhase
 
baseDescribeJSON(SeismicPhase) - Static method in interface edu.sc.seis.TauP.SeismicPhase
 
baseResultAsJSONObject(String, List<Double>, List<Double>, List<PhaseName>) - Static method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
bash(String, File, File, CommandLine) - Static method in class picocli.AutoComplete
Generates source code for an autocompletion bash script for the specified picocli-based application, and writes this script to the specified out file, and optionally writes an invocation script to the specified command file.
bash(String, CommandLine) - Static method in class picocli.AutoComplete
Generates and returns the source code for an autocompletion bash script for the specified picocli-based application.
bg(String) - Static method in enum picocli.CommandLine.Help.Ansi.Style
Parses the specified style markup and returns the associated style.
bg_black - picocli.CommandLine.Help.Ansi.Style
 
bg_blue - picocli.CommandLine.Help.Ansi.Style
 
bg_cyan - picocli.CommandLine.Help.Ansi.Style
 
bg_green - picocli.CommandLine.Help.Ansi.Style
 
bg_magenta - picocli.CommandLine.Help.Ansi.Style
 
bg_red - picocli.CommandLine.Help.Ansi.Style
 
bg_white - picocli.CommandLine.Help.Ansi.Style
 
bg_yellow - picocli.CommandLine.Help.Ansi.Style
 
blink - picocli.CommandLine.Help.Ansi.Style
 
bodyWave - Static variable in class edu.sc.seis.TauP.LegPuller
 
bold - picocli.CommandLine.Help.Ansi.Style
 
botDensity - Variable in class edu.sc.seis.TauP.ReflTrans
 
botDepth - Variable in class edu.sc.seis.TauP.DepthRange
Bottom of the depth range.
BOTH_PSWAVE - Static variable in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
BOTH_PSWAVE_COLOR - Static variable in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
botVertSlownessP - Variable in class edu.sc.seis.TauP.ReflTrans
 
botVertSlownessS - Variable in class edu.sc.seis.TauP.ReflTrans
 
botVp - Variable in class edu.sc.seis.TauP.ReflTrans
 
botVs - Variable in class edu.sc.seis.TauP.ReflTrans
 
boxcar(float[], float, float, float) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
boxcarDerivative(float[], float, float, float) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
branchNumSeg() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
branchNumSeqStr() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
build() - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Creates and returns a new ColorScheme with the values configured on this builder.
build() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Returns a valid ArgGroupSpec instance.
build() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Returns a valid OptionSpec instance.
build() - Method in class picocli.CommandLine.Model.PositionalParamSpec.Builder
Returns a valid PositionalParamSpec instance.
build() - Method in class picocli.CommandLine.ParseResult.Builder
Creates and returns a new ParseResult instance for this builder's configuration.
build() - Method in class picocli.CommandLine.RegexTransformer.Builder
 
builder() - Static method in class picocli.CommandLine.Model.ArgGroupSpec
builder() - Static method in class picocli.CommandLine.Model.PositionalParamSpec
 
builder(String[]) - Static method in class picocli.CommandLine.Model.OptionSpec
 
builder(String, String...) - Static method in class picocli.CommandLine.Model.OptionSpec
 
builder(CommandLine.Model.CommandSpec) - Static method in class picocli.CommandLine.ParseResult
Creates and returns a new ParseResult.Builder for the specified command spec.
builder(CommandLine.Model.IAnnotatedElement) - Static method in class picocli.CommandLine.Model.ArgGroupSpec
Returns a new CommandLine.Model.ArgGroupSpec.Builder associated with the specified annotated element.
builder(CommandLine.Model.IAnnotatedElement, CommandLine.IFactory) - Static method in class picocli.CommandLine.Model.OptionSpec
 
builder(CommandLine.Model.IAnnotatedElement, CommandLine.IFactory) - Static method in class picocli.CommandLine.Model.PositionalParamSpec
 
builder(CommandLine.Model.OptionSpec) - Static method in class picocli.CommandLine.Model.OptionSpec
Returns a Builder initialized from the specified OptionSpec.
builder(CommandLine.Model.PositionalParamSpec) - Static method in class picocli.CommandLine.Model.PositionalParamSpec
Returns a Builder initialized from the specified PositionalSpec.
Builder() - Constructor for class picocli.CommandLine.Help.ColorScheme.Builder
Constructs an empty color scheme builder with Ansi.AUTO.
Builder() - Constructor for class picocli.CommandLine.RegexTransformer.Builder
Constructs an empty builder.
Builder(CommandLine.Help.Ansi) - Constructor for class picocli.CommandLine.Help.ColorScheme.Builder
Constructs an empty color scheme builder with the specified Ansi value.
Builder(CommandLine.Help.ColorScheme) - Constructor for class picocli.CommandLine.Help.ColorScheme.Builder
Constructs a color scheme builder with all attributes copied from the specified color scheme.
Builder(CommandLine.RegexTransformer) - Constructor for class picocli.CommandLine.RegexTransformer.Builder
Constructs a builder populated with the values from the specified RegexTransformer.
BuildVersion - Class in edu.sc.seis.TauP
Simple class for storing the version derived from the gradle build.gradle file.
BuildVersion() - Constructor for class edu.sc.seis.TauP.BuildVersion
 
bulkmodulus - edu.sc.seis.TauP.ModelAxisType
 
bullenDepthFor(double, double) - Method in class edu.sc.seis.TauP.SlownessLayer
Finds the depth for a ray parameter within this layer.
bullenRadialSlowness(double, double, boolean) - Method in class edu.sc.seis.TauP.SlownessLayer
Calculates the time and distance (in radians) increments accumulated by a ray of spherical ray parameter p when passing through this layer.

C

c - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
c - Variable in class edu.sc.seis.TauP.ReflTransSolidSolid
 
calcAll(List<SeismicPhase>, List<RayCalculateable>) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractRayTool
 
calcAll(List<SeismicPhase>, List<RayCalculateable>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
calcAll(List<SeismicPhase>, List<RayCalculateable>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
calcAll(List<SeismicPhase>, List<RayCalculateable>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
calcAll(List<SeismicPhase>, List<RayCalculateable>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Table
 
calcAll(List<SeismicPhase>, List<RayCalculateable>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Time
 
calcAttenuation() - Method in class edu.sc.seis.TauP.Arrival
Calculate attenuation over path at the default frequency.
calcAttenuation(double) - Method in class edu.sc.seis.TauP.Arrival
Calculate attenuation over path at the given frequency.
calcBranchMultiplier(TauModel, List<SeismicPhaseSegment>) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
Calculates how many times the phase passes through a branch, up or down, so that we can just multiply instead of doing the ray calc for each time.
calcBullenAB(double) - Method in class edu.sc.seis.TauP.SlownessLayer
 
calcCriticalRayParams() - Method in class edu.sc.seis.TauP.ReflTrans
 
calcEarthScaleTrans(List<Arrival>, DistDepthRange) - Static method in class edu.sc.seis.TauP.SvgEarth
 
calcEarthScaleTransForPhaseList(List<SeismicPhase>, DistDepthRange, boolean) - Static method in class edu.sc.seis.TauP.SvgEarth
 
calcEnergyReflTran(Arrival, boolean, boolean) - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
Calculates the product of the reflection and transmission coefficients for this leg.
calcEnergyReflTranPSV(Arrival) - Method in class edu.sc.seis.TauP.FailedSeismicPhase
 
calcEnergyReflTranPSV(Arrival) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
Calculation of a amplitude for a scattered phase doesn't make any sense given 1D ray, so always returns zero.
calcEnergyReflTranPSV(Arrival) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
calcEnergyReflTranPSV(Arrival) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
calcEnergyReflTranSH(Arrival) - Method in class edu.sc.seis.TauP.FailedSeismicPhase
 
calcEnergyReflTranSH(Arrival) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
Calculation of a amplitude for a scattered phase doesn't make any sense given 1D ray, so always returns zero.
calcEnergyReflTranSH(Arrival) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
calcEnergyReflTranSH(Arrival) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
calcFontSizeForEarthScale(TauModel, SvgEarthScaling) - Static method in class edu.sc.seis.TauP.SvgEarth
 
calcIncidentAngle(double) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
calcIncidentAngle(double) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
calcIncidentAngle(double) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
calcIncidentAngleDegree(double) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
calcIncidentAngleDegree(double) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
calcIncidentAngleDegree(double) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
calcInteractionNumber() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
calcInVerticalSlownessP(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
calcInVerticalSlownessS(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
calcIsochron() - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
calcIsochronSegmentsForPhase(SeismicPhase, double) - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
calcLatLon(double, double) - Method in class edu.sc.seis.TauP.EventAzimuth
 
calcLatLon(double, double) - Method in class edu.sc.seis.TauP.EventStation
 
calcLatLon(double, double) - Method in class edu.sc.seis.TauP.LatLonable
 
calcLatLon(double, double) - Method in class edu.sc.seis.TauP.StationBackAzimuth
 
calcLongOptionColumnWidth(List<CommandLine.Model.OptionSpec>, List<CommandLine.Model.PositionalParamSpec>, CommandLine.Help.ColorScheme) - Method in class picocli.CommandLine.Help
Returns the width of the long options column in the usage help message.
calcMinMax() - Method in class edu.sc.seis.TauP.XYPlotOutput
 
calcPathTimeDist(Arrival, TimeDist, int, int) - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
calcPierceTimeDist(Arrival) - Method in class edu.sc.seis.TauP.FailedSeismicPhase
 
calcPierceTimeDist(Arrival) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
calcPierceTimeDist(Arrival) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
calcPierceTimeDist(Arrival) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
calcRadiansInRange(double, double, double, boolean) - Method in class edu.sc.seis.TauP.DistanceRay
 
calcRadiansInRange(double, double, double, boolean) - Method in class edu.sc.seis.TauP.ExactDistanceRay
 
calcRadiansInRange(double, double, double, boolean) - Method in class edu.sc.seis.TauP.FixedHemisphereDistanceRay
 
calcRayParamForTakeoffAngle(double) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
calcRayParamForTakeoffAngle(double) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
calcRayParamForTakeoffAngle(double) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
calcRayParamForTakeoffAngleInModel(double, boolean, TauModel, boolean) - Static method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
calcReflTransCoef(double, boolean) - Method in class edu.sc.seis.TauP.VelocityModel
 
calcReflTransCoef(double, double, double, double, double, double) - Static method in class edu.sc.seis.TauP.VelocityModel
 
calcReflTransCoef(double, double, double, double, double, double, boolean) - Static method in class edu.sc.seis.TauP.VelocityModel
 
calcScatterDistDeg(double, double, boolean) - Static method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
calcScatteredPhase(ScatteredSeismicPhase) - Method in class edu.sc.seis.TauP.DistanceRay
 
calcScatteredPhase(ScatteredSeismicPhase) - Method in class edu.sc.seis.TauP.FixedHemisphereDistanceRay
 
calcScatterMatrix(double) - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
Calculate scattering matrix for Solid-Solid interface.
calcSegmentPaths(Arrival) - Method in class edu.sc.seis.TauP.FailedSeismicPhase
 
calcSegmentPaths(Arrival) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
calcSegmentPaths(Arrival) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
calcSegmentPaths(Arrival) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
calcSegmentPaths(Arrival, TimeDist, int) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
Calc path with a starting time-distance possibly not zero.
calcSeismicPhases(double) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
Calculates the seismic phases using a possibly new or changed tau model for the given source depth.
calcSeismicPhases(double, List<Double>, Scatterer) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
calcSeismicPhases(double, List<Double>, Scatterer) - Method in class edu.sc.seis.TauP.cmdline.TauP_Time
recalculates the given phases using a possibly new or changed tau model.
calcSimplePhase(SimpleSeismicPhase) - Method in class edu.sc.seis.TauP.DistanceRay
 
calcSimplePhase(SimpleSeismicPhase) - Method in class edu.sc.seis.TauP.FixedHemisphereDistanceRay
 
calcSpikes(List<DistanceRay>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
calcSqrtEnergyFluxMatrix(double) - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
 
calcStartBranch(ProtoSeismicPhase, String) - Method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
calcStartBranch(String) - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
calcTakeoffAngle(double) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
calcTakeoffAngle(double) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
calcTakeoffAngle(double) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
calcTakeoffAngleDegree(double) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
calcTakeoffAngleDegree(double) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
calcTakeoffAngleDegree(double) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
calcTempVars(double, boolean) - Method in class edu.sc.seis.TauP.ReflTrans
 
calcTempVars(double, boolean) - Method in class edu.sc.seis.TauP.ReflTransFluidFluid
 
calcTempVars(double, boolean) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
calcTempVars(double, boolean) - Method in class edu.sc.seis.TauP.ReflTransFluidSolid
 
calcTempVars(double, boolean) - Method in class edu.sc.seis.TauP.ReflTransSolidFluid
 
calcTempVars(double, boolean) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
calcTempVars(double, boolean) - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
 
calcThetaTimeseriesRTZ(double, List<Arrival>, int, double, int) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
calcTimeDist(SlownessModel, int, int, double) - Method in class edu.sc.seis.TauP.TauBranch
calculates the time and distance increments for the given ray parameter.
calcTimeDist(SlownessModel, int, int, double, boolean) - Method in class edu.sc.seis.TauP.TauBranch
 
calcTimeExactDistance(double) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
Calculates arrivals for this phase, but only for the exact distance in radians.
calcTransVerticalSlownessP(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
calcTransVerticalSlownessS(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
calcTstar(Arrival) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
calcTstar(Arrival) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
calcTstar(Arrival) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
calcTStar() - Method in class edu.sc.seis.TauP.Arrival
Calculate t* over path at the given frequency.
calculate(double, double, double, double, double, double, boolean, boolean, boolean, boolean, boolean, double) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
calculate(AxisType, AxisType) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
calculate(InputVelocityModelArgs, ModelAxisType, ModelAxisType, String) - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
calculate(ReflTrans, boolean, boolean, boolean, boolean, double) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
calculate(SeismicPhase) - Method in class edu.sc.seis.TauP.DistanceRay
 
calculate(SeismicPhase) - Method in class edu.sc.seis.TauP.RayCalculateable
 
calculate(SeismicPhase) - Method in class edu.sc.seis.TauP.RayParamIndexRay
 
calculate(SeismicPhase) - Method in class edu.sc.seis.TauP.RayParamKmRay
 
calculate(SeismicPhase) - Method in class edu.sc.seis.TauP.RayParamRay
 
calculate(SeismicPhase) - Method in class edu.sc.seis.TauP.TakeoffAngleRay
 
calculate(VelocityModel, double, boolean, boolean, boolean, boolean, boolean, double) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
calculateAtDepth(TauModel, ModelAxisType, double, boolean) - Static method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
calculateAtDepth(VelocityModel, ModelAxisType, double, boolean) - Static method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
calculateForType(ReflTrans, double, double, double, boolean, double, ReflTransAxisType, CalcReflTranFunction<Double, Double>) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
calculateFSRF(VelocityModel, boolean, boolean, boolean, boolean, double) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
calculateLinear(AxisType, AxisType) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
calculatePlotForType(SeismicPhase, AxisType, boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
calculateSeismicPhases(TauModel, List<PhaseName>, double, List<Double>, Scatterer) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
calculateStep(double, int) - Static method in class edu.sc.seis.TauP.PlotTicks
 
calcWKBJ(List<DistanceRay>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
WARNING: Experimental.
calcZoomScaleTranslate(float, float, float, float, float, float, float) - Static method in class edu.sc.seis.TauP.SvgEarthScaling
 
calcZoomScaleTranslate(List<Arrival>) - Static method in class edu.sc.seis.TauP.SvgEarth
 
call() - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
Computes a result, or throws an exception if unable to do so.
call() - Method in class edu.sc.seis.TauP.cmdline.TauP_Web
Indirect startup for TauP webserver.
call(C, PrintStream, PrintStream, CommandLine.Help.Ansi, String...) - Static method in class picocli.CommandLine
call(C, PrintStream, String...) - Static method in class picocli.CommandLine
call(C, PrintStream, CommandLine.Help.Ansi, String...) - Static method in class picocli.CommandLine
call(C, String...) - Static method in class picocli.CommandLine
call(Class<C>, CommandLine.IFactory, PrintStream, PrintStream, CommandLine.Help.Ansi, String...) - Static method in class picocli.CommandLine
call(Class<C>, CommandLine.IFactory, PrintStream, String...) - Static method in class picocli.CommandLine
call(Class<C>, CommandLine.IFactory, PrintStream, CommandLine.Help.Ansi, String...) - Static method in class picocli.CommandLine
call(Class<C>, CommandLine.IFactory, String...) - Static method in class picocli.CommandLine
canMergePhases(ProtoSeismicPhase, ProtoSeismicPhase) - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
caseInsensitiveEnumValuesAllowed() - Method in class picocli.CommandLine.Model.ParserSpec
 
caseInsensitiveEnumValuesAllowed(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
Cell(int, int) - Constructor for class picocli.CommandLine.Help.TextTable.Cell
Constructs a new Cell with the specified coordinates in the table.
cellAt(int, int) - Method in class picocli.CommandLine.Help.TextTable
checkEqualMinMax(double[], double, double) - Static method in class edu.sc.seis.TauP.XYPlotOutput
 
classForPhase(String) - Static method in class edu.sc.seis.TauP.SvgUtil
 
cleanDuplicates(List<ProtoSeismicPhase>) - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
clear() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
clear() - Method in class edu.sc.seis.TauP.cmdline.args.VelocityModelListArgs
 
clearCache() - Static method in class edu.sc.seis.TauP.TauModelLoader
 
clearEventLatLon() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
clearExecutionResults() - Method in class picocli.CommandLine
Clears the execution result of a previous invocation from this CommandLine and all subcommands.
clearPhaseNames() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
clearPhases() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
clearStationLatLon() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
clone() - Method in class edu.sc.seis.TauP.CriticalDepth
 
clone() - Method in class edu.sc.seis.TauP.DepthRange
 
clone() - Method in class edu.sc.seis.TauP.NamedVelocityDiscon
 
clone() - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
 
clone() - Method in class edu.sc.seis.TauP.TauBranch
Returns a clone of this TauBranch object.
clone() - Method in class edu.sc.seis.TauP.TimeDist
 
clone() - Method in class edu.sc.seis.TauP.VelocityLayer
 
clone() - Method in class picocli.CommandLine.Help.Ansi.Text
 
cloneRenumber(int) - Method in class edu.sc.seis.TauP.VelocityLayer
 
closestBranchToDepth(TauModel, String) - Static method in class edu.sc.seis.TauP.LegPuller
Finds the closest discontinuity to the given depth that can have reflections and phase transformations.
CMB - Static variable in class edu.sc.seis.TauP.NamedVelocityDiscon
 
cmbBranch - Variable in class edu.sc.seis.TauP.TauModel
Branch with the cmb at its top.
cmbDepth - Variable in class edu.sc.seis.TauP.TauModel
Depth of the cmb.
cmbDepth - Variable in class edu.sc.seis.TauP.VelocityModel
Depth (km) of the cmb (core mantle boundary).
coarseSample() - Method in class edu.sc.seis.TauP.SlownessModel
Creates a coarse slowness sampling of the velocity model (vMod).
collectErrors() - Method in class picocli.CommandLine.Model.ParserSpec
Returns true if exceptions during parsing should be collected instead of thrown.
collectErrors(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
Sets whether exceptions during parsing should be collected instead of thrown.
colorForIndex(int) - Method in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
ColoringArgs - Class in edu.sc.seis.TauP.cmdline.args
 
ColoringArgs() - Constructor for class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
colorList - Variable in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
colorScheme - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
colorScheme - Variable in class picocli.CommandLine.Help.Layout
 
colorScheme() - Method in class picocli.CommandLine.AbstractHandler
Deprecated.
Returns the ColorScheme to use.
colorScheme() - Method in class picocli.CommandLine.Help
Returns the ColorScheme model that this Help was constructed with.
colorScheme() - Method in class picocli.CommandLine.Help.Layout
Returns the ColorScheme used to create Text objects in this layout.
ColorType - Enum in edu.sc.seis.TauP.cmdline.args
 
column - Variable in class picocli.CommandLine.Help.TextTable.Cell
Table column index (zero based).
Column(int, int, CommandLine.Help.Column.Overflow) - Constructor for class picocli.CommandLine.Help.Column
 
columns() - Method in class picocli.CommandLine.Help.TextTable
The column definitions of this table.
columnValues - Variable in class picocli.CommandLine.Help.TextTable
The char[] slots of the TextTable to copy text values into.
command() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the command this option or positional parameter belongs to.
commandLine - Variable in exception picocli.CommandLine.ParameterException
 
commandLine() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the CommandLine constructed with this CommandSpec model.
commandLine(CommandLine) - Method in class picocli.CommandLine.Model.CommandSpec
Sets the CommandLine constructed with this CommandSpec model.
CommandLine - Class in picocli
CommandLine interpreter that uses reflection to initialize an annotated user object with values obtained from the command line arguments.
CommandLine(Object) - Constructor for class picocli.CommandLine
Constructs a new CommandLine interpreter with the specified object (which may be an annotated user object or a CommandSpec) and a default factory.
CommandLine(Object, CommandLine.IFactory) - Constructor for class picocli.CommandLine
Constructs a new CommandLine interpreter with the specified object (which may be an annotated user object or a CommandSpec) and object factory.
CommandLine.AbstractHandler<R,​T extends CommandLine.AbstractHandler<R,​T>> - Class in picocli
CommandLine.AbstractParseResultHandler<R> - Class in picocli
CommandLine.ArgGroup - Annotation Type in picocli
A Command may define one or more ArgGroups: a group of options, positional parameters or a mixture of the two.
CommandLine.Command - Annotation Type in picocli
Annotate your class with @Command when you want more control over the format of the generated help message.
CommandLine.DefaultExceptionHandler<R> - Class in picocli
CommandLine.DuplicateNameException - Exception in picocli
Exception indicating that multiple named elements have incorrectly used the same name.
CommandLine.DuplicateOptionAnnotationsException - Exception in picocli
Exception indicating that multiple fields have been annotated with the same Option name.
CommandLine.ExecutionException - Exception in picocli
Exception indicating a problem while invoking a command or subcommand.
CommandLine.ExitCode - Class in picocli
Defines some exit codes used by picocli as default return values from the execute and executeHelpRequest methods.
CommandLine.Help - Class in picocli
A collection of methods and inner classes that provide fine-grained control over the contents and layout of the usage help message to display to end users when help is requested or invalid input values were specified.
CommandLine.Help.Ansi - Enum in picocli
Provides methods and inner classes to support using ANSI escape codes in usage help messages.
CommandLine.Help.Ansi.IStyle - Interface in picocli
Defines the interface for an ANSI escape sequence.
CommandLine.Help.Ansi.Style - Enum in picocli
A set of pre-defined ANSI escape code styles and colors, and a set of convenience methods for parsing text with embedded markup style names, as well as convenience methods for converting styles to strings with embedded escape codes.
CommandLine.Help.Ansi.Text - Class in picocli
Encapsulates rich text with styles and colors.
CommandLine.Help.ColorScheme - Class in picocli
All usage help message are generated with a color scheme that assigns certain styles and colors to common parts of a usage message: the command name, options, positional parameters and option parameters.
CommandLine.Help.ColorScheme.Builder - Class in picocli
Builder class to create ColorScheme instances.
CommandLine.Help.Column - Class in picocli
Columns define the width, indent (leading number of spaces in a column before the value) and Overflow policy of a column in a TextTable.
CommandLine.Help.Column.Overflow - Enum in picocli
Policy for handling text that is longer than the column width: span multiple columns, wrap to the next row, or simply truncate the portion that doesn't fit.
CommandLine.Help.IOptionRenderer - Interface in picocli
When customizing online help for Option details, a custom IOptionRenderer can be used to create textual representation of an Option in a tabular format: one or more rows, each containing one or more columns.
CommandLine.Help.IParameterRenderer - Interface in picocli
When customizing online help for positional parameters details, a custom IParameterRenderer can be used to create textual representation of a Parameters field in a tabular format: one or more rows, each containing one or more columns.
CommandLine.Help.IParamLabelRenderer - Interface in picocli
When customizing online usage help for an option parameter or a positional parameter, a custom IParamLabelRenderer can be used to render the parameter name or label to a String.
CommandLine.Help.Layout - Class in picocli
Use a Layout to format usage help text for options and parameters in tabular format.
CommandLine.Help.TextTable - Class in picocli
Responsible for spacing out CommandLine.Help.Ansi.Text values according to the CommandLine.Help.Column definitions the table was created with.
CommandLine.Help.TextTable.Cell - Class in picocli
Helper class to index positions in a Help.TextTable.
CommandLine.Help.Visibility - Enum in picocli
Controls the visibility of certain aspects of the usage help message.
CommandLine.HelpCommand - Class in picocli
Help command that can be installed as a subcommand on all application commands.
CommandLine.IDefaultValueProvider - Interface in picocli
Provides default value for a command.
CommandLine.IExceptionHandler - Interface in picocli
CommandLine.IExceptionHandler2<R> - Interface in picocli
CommandLine.IExecutionExceptionHandler - Interface in picocli
Classes implementing this interface know how to handle Exceptions that occurred while executing the Runnable, Callable or Method user object of the command.
CommandLine.IExecutionStrategy - Interface in picocli
Implementations are responsible for "executing" the user input and returning an exit code.
CommandLine.IExitCodeExceptionMapper - Interface in picocli
Interface that provides the appropriate exit code that will be returned from the execute method for an exception that occurred during parsing or while invoking the command's Runnable, Callable, or Method.
CommandLine.IExitCodeGenerator - Interface in picocli
@Command-annotated classes can implement this interface to specify an exit code that will be returned from the execute method when the command is successfully invoked.
CommandLine.IFactory - Interface in picocli
Factory for instantiating classes that are registered declaratively with annotation attributes, like CommandLine.Command.subcommands(), CommandLine.Option.converter(), CommandLine.Parameters.converter() and CommandLine.Command.versionProvider().
CommandLine.IHelpCommandInitializable - Interface in picocli
CommandLine.IHelpCommandInitializable2 - Interface in picocli
Help commands that provide usage help for other commands can implement this interface to be initialized with the information they need.
CommandLine.IHelpFactory - Interface in picocli
Creates the CommandLine.Help instance used to render the usage help message.
CommandLine.IHelpSectionRenderer - Interface in picocli
Renders a section of the usage help message.
CommandLine.IModelTransformer - Interface in picocli
Provides a way to modify how the command model is built.
CommandLine.INegatableOptionTransformer - Interface in picocli
Determines the option name transformation of negatable boolean options.
CommandLine.InitializationException - Exception in picocli
Exception indicating a problem during CommandLine initialization.
CommandLine.IParameterConsumer - Interface in picocli
Options or positional parameters can be assigned a IParameterConsumer that implements custom logic to process the parameters for this option or this position.
CommandLine.IParameterExceptionHandler - Interface in picocli
Classes implementing this interface know how to handle ParameterExceptions (usually from invalid user input).
CommandLine.IParameterPreprocessor - Interface in picocli
Options, positional parameters and commands can be assigned a IParameterPreprocessor that implements custom logic to preprocess the parameters for this option, position or command.
CommandLine.IParseResultHandler - Interface in picocli
Deprecated.
CommandLine.IParseResultHandler2<R> - Interface in picocli
CommandLine.ITypeConverter<K> - Interface in picocli
When parsing command line arguments and initializing fields annotated with @Option or @Parameters, String values can be converted to any type for which a ITypeConverter is registered.
CommandLine.IVersionProvider - Interface in picocli
Provides version information for a command.
CommandLine.MaxValuesExceededException - Exception in picocli
Exception indicating that more values were specified for an option or parameter than its arity allows.
CommandLine.MissingParameterException - Exception in picocli
Exception indicating that a required parameter was not specified.
CommandLine.MissingTypeConverterException - Exception in picocli
Exception indicating that an annotated field had a type for which no CommandLine.ITypeConverter was registered.
CommandLine.Mixin - Annotation Type in picocli
Fields annotated with @Mixin are "expanded" into the current command: @Option and @Parameters in the mixin class are added to the options and positional parameters of this command.
CommandLine.Model - Class in picocli
This class provides a namespace for classes and interfaces that model concepts and attributes of command line interfaces in picocli.
CommandLine.Model.ArgGroupSpec - Class in picocli
The ArgGroupSpec class models a group of arguments (options, positional parameters or a mixture of the two).
CommandLine.Model.ArgGroupSpec.Builder - Class in picocli
Builder responsible for creating valid ArgGroupSpec objects.
CommandLine.Model.ArgSpec - Class in picocli
CommandLine.Model.CommandSpec - Class in picocli
The CommandSpec class models a command specification, including the options, positional parameters and subcommands supported by the command, as well as attributes for the version help message and the usage help message of the command.
CommandLine.Model.IAnnotatedElement - Interface in picocli
Internal interface to allow annotation processors to construct a command model at compile time.
CommandLine.Model.IExtensible - Interface in picocli
Interface to allow extending the capabilities of other interface without Java 8 default methods.
CommandLine.Model.IGetter - Interface in picocli
Customizable getter for obtaining the current value of an option or positional parameter.
CommandLine.Model.IOrdered - Interface in picocli
Interface for sorting options and groups together.
CommandLine.Model.IScope - Interface in picocli
The scope of a getter/setter binding is the context where the current value should be gotten from or set to.
CommandLine.Model.IScoped - Interface in picocli
This interface provides access to an CommandLine.Model.IScope instance.
CommandLine.Model.ISetter - Interface in picocli
Customizable setter for modifying the value of an option or positional parameter.
CommandLine.Model.ITypeInfo - Interface in picocli
Encapculates type information for an option or parameter to make this information available both at runtime and at compile time (when Class values are not available).
CommandLine.Model.Messages - Class in picocli
Utility class for getting resource bundle strings.
CommandLine.Model.MethodParam - Class in picocli
Command method parameter, similar to java.lang.reflect.Parameter (not available before Java 8).
CommandLine.Model.OptionSpec - Class in picocli
The OptionSpec class models aspects of a named option of a command, including whether it is required or optional, the option parameters supported (or required) by the option, and attributes for the usage help message describing the option.
CommandLine.Model.OptionSpec.Builder - Class in picocli
Builder responsible for creating valid OptionSpec objects.
CommandLine.Model.ParserSpec - Class in picocli
Models parser configuration specification.
CommandLine.Model.PositionalParamSpec - Class in picocli
The PositionalParamSpec class models aspects of a positional parameter of a command, including whether it is required or optional, and attributes for the usage help message describing the positional parameter.
CommandLine.Model.PositionalParamSpec.Builder - Class in picocli
Builder responsible for creating valid PositionalParamSpec objects.
CommandLine.Model.UnmatchedArgsBinding - Class in picocli
This class allows applications to specify a custom binding that will be invoked for unmatched arguments.
CommandLine.Model.UsageMessageSpec - Class in picocli
Models the usage help message specification and can be used to customize the usage help message.
CommandLine.MutuallyExclusiveArgsException - Exception in picocli
Exception indicating that the user input included multiple arguments from a mutually exclusive group.
CommandLine.Option - Annotation Type in picocli
Annotate fields in your class with @Option and picocli will initialize these fields when matching arguments are specified on the command line.
CommandLine.OverwrittenOptionException - Exception in picocli
Exception indicating that an option for a single-value option field has been specified multiple times on the command line.
CommandLine.ParameterException - Exception in picocli
Exception indicating something went wrong while parsing command line options.
CommandLine.ParameterIndexGapException - Exception in picocli
Exception indicating that there was a gap in the indices of the fields annotated with CommandLine.Parameters.
CommandLine.Parameters - Annotation Type in picocli
Fields annotated with @Parameters will be initialized with positional parameters.
CommandLine.ParentCommand - Annotation Type in picocli
Fields annotated with @ParentCommand will be initialized with the parent command of the current subcommand.
CommandLine.ParseResult - Class in picocli
Encapsulates the result of parsing an array of command line arguments.
CommandLine.ParseResult.Builder - Class in picocli
Builds immutable ParseResult instances.
CommandLine.ParseResult.GroupMatch - Class in picocli
A group's multiplicity specifies how many matches of a group may appear on the command line.
CommandLine.ParseResult.GroupMatchContainer - Class in picocli
Provides information about an CommandLine.ArgGroup that was matched on the command line.
CommandLine.PicocliException - Exception in picocli
Base class of all exceptions thrown by picocli.CommandLine.
CommandLine.PropertiesDefaultProvider - Class in picocli
IDefaultValueProvider implementation that loads default values for command line options and positional parameters from a properties file or Properties object.
CommandLine.Range - Class in picocli
Describes the number of parameters required and accepted by an option or a positional parameter.
CommandLine.RegexTransformer - Class in picocli
A regular expression-based option name transformation for negatable options.
CommandLine.RegexTransformer.Builder - Class in picocli
Builder for creating RegexTransformer objects.
CommandLine.RunAll - Class in picocli
Command line execution strategy that prints help if requested, and otherwise executes the top-level command and all subcommands as Runnable, Callable or Method.
CommandLine.RunFirst - Class in picocli
Command line execution strategy that prints help if requested, and otherwise executes the top-level Runnable or Callable command.
CommandLine.RunLast - Class in picocli
Command line execution strategy that prints help if requested, and otherwise executes the most specific Runnable or Callable subcommand.
CommandLine.ScopeType - Enum in picocli
Specifies the scope of the element.
CommandLine.Spec - Annotation Type in picocli
Fields annotated with @Spec will be initialized with the CommandSpec for the command the field is part of.
CommandLine.Spec.Target - Enum in picocli
Identifies what kind of CommandSpec should be injected.
CommandLine.TraceLevel - Enum in picocli
Enumerates over the trace level values for filtering which internal debug statements should be printed.
CommandLine.Tracer - Class in picocli
Utility class for printing internal debug statements.
CommandLine.TypeConversionException - Exception in picocli
Exception thrown by CommandLine.ITypeConverter implementations to indicate a String could not be converted.
CommandLine.Unmatched - Annotation Type in picocli
Fields annotated with @Unmatched will be initialized with the list of unmatched command line arguments, if any.
CommandLine.UnmatchedArgumentException - Exception in picocli
Exception indicating that a command line argument could not be mapped to any of the fields annotated with CommandLine.Option or CommandLine.Parameters.
CommandLine.UseDefaultConverter - Class in picocli
Converter that can be used to signal to picocli that it should use the default converter.
commandList() - Method in class picocli.CommandLine.Help
Returns a 2-column list with the command names and first line of their header or (if absent) description of the commands returned by CommandLine.Help.subcommands().
commandList(Map<String, CommandLine.Help>) - Method in class picocli.CommandLine.Help
Returns a 2-column list with the command names and first line of their header or (if absent) description of the specified command map.
commandListHeading() - Method in annotation type picocli.CommandLine.Command
Set the heading preceding the subcommands list.
commandListHeading() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the optional heading preceding the subcommand list.
commandListHeading(Object...) - Method in class picocli.CommandLine.Help
Returns the text displayed before the command list; an empty string if there are no commands, otherwise the result of String.format(commandListHeading, params).
commandListHeading(String) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the optional heading preceding the subcommand list.
commandNamesText(String) - Method in class picocli.CommandLine.Help
Returns a Text object containing the command name and all aliases, separated with the specified separator.
commands(CommandLine.Help.Ansi.IStyle...) - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Adds the specified styles to the registered styles for commands in this color scheme builder and returns this builder.
commandSpec() - Method in class picocli.CommandLine.Help
Returns the CommandSpec model that this Help was constructed with.
commandSpec() - Method in class picocli.CommandLine.Model.Messages
Returns the CommandSpec of this object, never null.
commandSpec() - Method in class picocli.CommandLine.ParseResult
Returns the CommandSpec for the matched command.
commandStyles() - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Returns the registered styles for commands in this color scheme builder.
commandStyles() - Method in class picocli.CommandLine.Help.ColorScheme
Returns the registered styles for commands in this color scheme.
commandText(String) - Method in class picocli.CommandLine.Help.ColorScheme
Returns a Text with all command styles applied to the specified command string.
compareTo(ProtoSeismicPhase) - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
compareTo(CommandLine.Range) - Method in class picocli.CommandLine.Range
 
complete(CommandLine.Model.CommandSpec, String[], int, int, int, List<CharSequence>) - Static method in class picocli.AutoComplete
 
completionCandidates() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the explicitly set completion candidates for this option or positional parameter, valid enum constant names, or null if this option or positional parameter does not have any completion candidates and its type is not an enum.
completionCandidates() - Method in annotation type picocli.CommandLine.Option
Use this attribute to specify an Iterable<String> class that generates completion candidates for this option.
completionCandidates() - Method in annotation type picocli.CommandLine.Parameters
Use this attribute to specify an Iterable<String> class that generates completion candidates for this positional parameter.
Complex - Class in edu.sc.seis.TauP
This class implements complex numbers.
Complex() - Constructor for class edu.sc.seis.TauP.Complex
Constructs a Complex equal to zero.
Complex(double) - Constructor for class edu.sc.seis.TauP.Complex
Constructs a Complex with a zero imaginary part.
Complex(double, double) - Constructor for class edu.sc.seis.TauP.Complex
Constructs a Complex with real and imaginary parts given by the input arguments.
Complex(Complex) - Constructor for class edu.sc.seis.TauP.Complex
Constructs a Complex equal to the argument.
concat(String) - Method in class picocli.CommandLine.Help.Ansi.Text
Returns a copy of this Text instance with the specified text concatenated to the end.
concat(CommandLine.Help.Ansi.Text) - Method in class picocli.CommandLine.Help.Ansi.Text
Returns a copy of this Text instance with the specified text concatenated to the end.
configContentType(String, HttpServerExchange) - Method in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
configDefaults() - Static method in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
configure(Properties) - Static method in class edu.sc.seis.TauP.Outputs
 
configure(Properties) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
conjugate(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the complex conjugate of a Complex object.
consolidateSegment(ProtoSeismicPhase) - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
consolidateTrans(ProtoSeismicPhase) - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
consumeParameters(Stack<String>, CommandLine.Model.ArgSpec, CommandLine.Model.CommandSpec) - Method in interface picocli.CommandLine.IParameterConsumer
Consumes as many of the specified command line arguments as needed by popping them off the specified Stack.
container() - Method in class picocli.CommandLine.ParseResult.GroupMatch
Returns the container GroupMatchContainer of this match.
contains(int) - Method in class picocli.CommandLine.Range
Returns true if this Range includes the specified value, false otherwise.
containsDepth(double) - Method in class edu.sc.seis.TauP.SlownessLayer
 
convert(String) - Method in interface picocli.CommandLine.ITypeConverter
Converts the specified command line argument value to some domain object.
convert(String) - Method in class picocli.CommandLine.UseDefaultConverter
Always throws UnsupportedOperationException.
converter() - Method in annotation type picocli.CommandLine.Option
Optionally specify one or more CommandLine.ITypeConverter classes to use to convert the command line argument into a strongly typed value (or key-value pair for map fields).
converter() - Method in annotation type picocli.CommandLine.Parameters
Optionally specify one or more CommandLine.ITypeConverter classes to use to convert the command line argument into a strongly typed value (or key-value pair for map fields).
converters() - Method in class picocli.CommandLine.Model.ArgSpec
Returns one or more type converters to use to convert the command line argument into a strongly typed value (or key-value pair for map fields).
convertToCartesian() - Method in class edu.sc.seis.TauP.XYPlotOutput
 
copy(CommandLine.Model.CommandSpec, CommandLine.Model.Messages) - Static method in class picocli.CommandLine.Model.Messages
Returns a copy of the specified Messages object with the CommandSpec replaced by the specified one.
cos(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the cosine of a Complex.
cosh(double) - Static method in class edu.sc.seis.TauP.Sfun
Returns the hyperbolic cosine of a double.
cosh(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the hyperbolic cosh of a Complex.
cot(double) - Static method in class edu.sc.seis.TauP.Sfun
Returns the cotangent of a double.
countDiffLegs() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
countFlatLegs() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
countFlatLegs() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
countFlatLegs() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
countFlatLegs() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
countHeadLegs() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
create() - Static method in class picocli.CommandLine.Model.CommandSpec
Creates and returns a new CommandSpec without any associated user object.
create(Class<K>) - Method in interface picocli.CommandLine.IFactory
Returns an instance of the specified class.
create(CommandLine.Model.CommandSpec, CommandLine.Help.ColorScheme) - Method in interface picocli.CommandLine.IHelpFactory
Returns a Help instance to assist in rendering the usage help message
CREATE - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
createArrivalAtIndex(int) - Method in class edu.sc.seis.TauP.FailedSeismicPhase
Creates an Arrival for a sampled ray parameter from the model.
createArrivalAtIndex(int) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
Creates an Arrival for a sampled ray parameter from the model.
createArrivalAtIndex(int) - Method in interface edu.sc.seis.TauP.SeismicPhase
Creates an Arrival for a sampled ray parameter from the model.
createArrivalAtIndex(int) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
Creates an Arrival for a sampled ray parameter from the model.
createBoundingArrivals(List<SeismicPhase>) - Static method in class edu.sc.seis.TauP.SvgEarth
 
createBranch(SlownessModel, double[]) - Method in class edu.sc.seis.TauP.TauBranch
Calculates tau for this branch, between slowness layers topLayerNum and botLayerNum, inclusive.
createCaseInsensitive() - Static method in class picocli.CommandLine.RegexTransformer
Returns the RegexTransformer for case-insensitive negatable options.
createCSSClassParam() - Method in class edu.sc.seis.TauP.XYPlottingData
 
createCSSColors(String, List<String>, List<String>) - Static method in class edu.sc.seis.TauP.SvgUtil
 
createDefault() - Static method in class picocli.CommandLine.RegexTransformer
Returns the RegexTransformer used by default for negatable options.
createDefaultLayout() - Method in class picocli.CommandLine.Help
Returns a Layout instance configured with the user preferences captured in this Help instance.
createDefaultLayout(List<CommandLine.Model.OptionSpec>, List<CommandLine.Model.PositionalParamSpec>, CommandLine.Help.ColorScheme) - Method in class picocli.CommandLine.Help
Returns a Layout instance configured with the user preferences captured in this Help instance.
createDefaultOptionRenderer() - Method in class picocli.CommandLine.Help
Returns a new default OptionRenderer which converts Options to five columns of text to match the default TextTable column layout.
createDefaultOptionSort() - Method in class picocli.CommandLine.Help
Returns a comparator for sorting options, or null, depending on the settings for this command.
createDefaultParameterRenderer() - Method in class picocli.CommandLine.Help
Returns a new default ParameterRenderer which converts positional parameters to four columns of text to match the default TextTable column layout.
createDefaultParamLabelRenderer() - Method in class picocli.CommandLine.Help
Returns a new default param label renderer that separates option parameters from their option name with the specified separator string, and, unless CommandLine.Model.ArgSpec.hideParamSyntax() is true, surrounds optional parameters with '[' and ']' characters and uses ellipses ("...") to indicate that any number of a parameter are allowed.
createDetailedSynopsisCommandText() - Method in class picocli.CommandLine.Help
Returns a Text object containing a partial detailed synopsis showing only the subcommands, starting with a " " space.
createDetailedSynopsisEndOfOptionsText() - Method in class picocli.CommandLine.Help
Returns a Text object containing a partial detailed synopsis showing only the end of options delimiter (if enabled), starting with a " " space.
createDetailedSynopsisGroupsText(Set<CommandLine.Model.ArgSpec>) - Method in class picocli.CommandLine.Help
Returns a Text object containing a partial detailed synopsis showing only the options and positional parameters in the specified validating groups, starting with a " " space.
createDetailedSynopsisOptionsText(Collection<CommandLine.Model.ArgSpec>, Comparator<CommandLine.Model.OptionSpec>, boolean) - Method in class picocli.CommandLine.Help
Returns a Text object containing a partial detailed synopsis showing only the options, starting with a " " space.
createDetailedSynopsisOptionsText(Collection<CommandLine.Model.ArgSpec>, List<CommandLine.Model.OptionSpec>, Comparator<CommandLine.Model.OptionSpec>, boolean) - Method in class picocli.CommandLine.Help
Returns a Text object containing a partial detailed synopsis showing only the specified options, starting with a " " space.
createDetailedSynopsisPositionalsText(Collection<CommandLine.Model.ArgSpec>) - Method in class picocli.CommandLine.Help
Returns a Text object containing a partial detailed synopsis showing only the positional parameters, starting with a " " space.
createEH(double, ZonedDateTime, List<Arrival>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
createEHMarker(Arrival, Instant) - Static method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
createFromLists(List<double[]>, List<double[]>) - Static method in class edu.sc.seis.TauP.XYSegment
 
createHeading(String, Object...) - Method in class picocli.CommandLine.Help
Returns a String that can be used as a help section heading.
createLabelRenderer(CommandLine.Model.CommandSpec) - Method in class picocli.CommandLine.Model.ArgGroupSpec
 
createLegend(PrintWriter, List<String>, List<String>, String, float, float) - Static method in class edu.sc.seis.TauP.SvgUtil
 
createListFromRange(List<Double>) - Static method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
createListFromRange(List<Double>, double, double, double) - Static method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
createMinimalOptionRenderer() - Static method in class picocli.CommandLine.Help
Returns a new minimal OptionRenderer which converts Options to a single row with two columns of text: an option name and a description.
createMinimalParameterRenderer() - Static method in class picocli.CommandLine.Help
Returns a new minimal ParameterRenderer which converts positional parameters to a single row with two columns of text: an option name and a description.
createMinimalParamLabelRenderer() - Static method in class picocli.CommandLine.Help
Returns a value renderer that returns the paramLabel if defined or the field name otherwise.
createPhase(String, TauModel) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
createPhase(String, TauModel, double) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
createPhase(String, TauModel, double, double) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
createPhase(String, TauModel, double, double, boolean) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
createPhaseColorCSS(List<PhaseName>, ColoringArgs) - Static method in class edu.sc.seis.TauP.SvgUtil
 
createPhaseLegend(PrintWriter, List<SeismicPhase>, String, float, float) - Static method in class edu.sc.seis.TauP.SvgUtil
 
createPuristName(TauModel, List<String>) - Static method in class edu.sc.seis.TauP.LegPuller
 
createReflTransCSSColors() - Static method in class edu.sc.seis.TauP.SvgUtil
 
createReflTransFreeSurface(double, double, double) - Static method in class edu.sc.seis.TauP.ReflTransFreeSurface
 
createSeismicPhases(String, TauModel, double, double, Scatterer, boolean) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
createShortOptionArityAndNameComparator() - Static method in class picocli.CommandLine.Help
Sorts OptionSpecs by their option max arity first, by min arity next, and by option name last.
createShortOptionNameComparator() - Static method in class picocli.CommandLine.Help
Sorts OptionSpecs by their option name in case-insensitive alphabetic order.
createSourceSegments(TauModel, boolean, double) - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
createStandardModels(File, File) - Static method in class edu.sc.seis.TauP.StdModelGenerator
 
createSurfaceWaveCSS(List<PhaseName>) - Static method in class edu.sc.seis.TauP.SvgUtil
 
createTauModel(VelocityModel) - Static method in class edu.sc.seis.TauP.TauModelLoader
 
createTauModel(VelocityModel, Properties) - Static method in class edu.sc.seis.TauP.TauModelLoader
 
createTextTable(Map<?, ?>) - Method in class picocli.CommandLine.Help
Returns a 2-column TextTable containing data from the specified map: the keys are put in the left column and the map values are in the right column.
createTimeStepColorCSS(float, float, ColoringArgs) - Static method in class edu.sc.seis.TauP.SvgUtil
 
createTimeStepLegend(PrintWriter, double, double, String, float, float) - Static method in class edu.sc.seis.TauP.SvgUtil
 
createTitle(ReflTrans, boolean, boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
createTool(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
createWalker(TauModel, double, List<Double>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
createWaveTypeColorCSS(ColoringArgs) - Static method in class edu.sc.seis.TauP.SvgUtil
 
createWavetypeLegend(PrintWriter, float, float, boolean) - Static method in class edu.sc.seis.TauP.SvgUtil
 
createWriter(PrintWriter) - Method in class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
 
createXYAxes(PrintWriter, double, double, int, boolean, double, double, int, boolean, float, float, String, String, String) - Static method in class edu.sc.seis.TauP.SvgUtil
 
CriticalDepth - Class in edu.sc.seis.TauP
Utility class to keep track of criticalpoints (discontinuities or reversals in slowness gradient) within slowness and velocity models.
CriticalDepth(double, int, int, int) - Constructor for class edu.sc.seis.TauP.CriticalDepth
 
criticalDepths - Variable in class edu.sc.seis.TauP.SlownessModel
Stores the layer number for layers in the velocity model with a critical point at their top.
CRUST - Static variable in class edu.sc.seis.TauP.NamedVelocityDiscon
 
CSI - Static variable in interface picocli.CommandLine.Help.Ansi.IStyle
The Control Sequence Introducer (CSI) escape sequence "\u001b[".
cssClasses - Variable in class edu.sc.seis.TauP.XYPlottingData
 
cssClasses - Variable in class edu.sc.seis.TauP.XYSegment
 
cssClassesAsString() - Method in class edu.sc.seis.TauP.XYPlottingData
 
CSV - Static variable in interface edu.sc.seis.TauP.cmdline.args.OutputTypes
 
CSVHeader() - Static method in class edu.sc.seis.TauP.Arrival
 
csvTable(PrintWriter, TauModel, List<PhaseName>, double[], double, Scatterer, List<RayCalculateable>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Table
 
CURVE - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
customMarkupMap() - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Returns the custom mapping from markup names (the names of the CommandLine.Help.Ansi.Style enum constants, like bold, italic, fg_blue, bg_green, etc) to CommandLine.Help.Ansi.IStyle objects in this color scheme.
customMarkupMap() - Method in class picocli.CommandLine.Help.ColorScheme
Returns the custom mapping from markup names (the names of the CommandLine.Help.Ansi.Style enum constants, like bold, italic, fg_blue, bg_green, etc) to CommandLine.Help.Ansi.IStyle objects in this color scheme.
customMarkupMap(Map<String, CommandLine.Help.Ansi.IStyle>) - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Sets the custom mapping from markup names (the names of the CommandLine.Help.Ansi.Style enum constants, like bold, italic, fg_blue, bg_green, etc) to CommandLine.Help.Ansi.IStyle objects in this color scheme.
customSynopsis() - Method in annotation type picocli.CommandLine.Command
Specify one or more custom synopsis lines to display instead of an auto-generated synopsis.
customSynopsis() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the optional custom synopsis lines to use instead of the auto-generated synopsis.
customSynopsis(Object...) - Method in class picocli.CommandLine.Help
Returns command custom synopsis as a string.
customSynopsis(String...) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the optional custom synopsis lines to use instead of the auto-generated synopsis.
CX - Static variable in class edu.sc.seis.TauP.ReflTrans
just to avoid having Complex all over the place.

D

d - Variable in class edu.sc.seis.TauP.ReflTransSolidSolid
 
dashEquals(String, String) - Static method in class edu.sc.seis.TauP.cmdline.ToolRun
 
debug(String) - Static method in class edu.sc.seis.TauP.Alert
Simple proxy method so don't have System.err.println scattered in code.
debug(String, Object...) - Method in class picocli.CommandLine.Tracer
Prints the specified message if the current trace level is DEBUG or higher.
DEBUG - picocli.CommandLine.TraceLevel
 
DEBUG - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
Enables debugging output.
DEBUG - Static variable in class edu.sc.seis.TauP.SlownessModel
True to enable debugging output.
DEBUG - Variable in class edu.sc.seis.TauP.TauBranch
Turns on debugging output.
DEBUG - Static variable in class edu.sc.seis.TauP.TauModel
True to enable debugging output.
DEBUG - Static variable in class edu.sc.seis.TauP.TauPConfig
 
DEFAULT_ATTENUATION_FREQUENCY - Static variable in class edu.sc.seis.TauP.Arrival
 
DEFAULT_CMB - Static variable in class edu.sc.seis.TauP.VelocityModel
 
DEFAULT_COLORS - Static variable in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
DEFAULT_COMMAND_NAME - Static variable in class picocli.CommandLine.Help
Constant String holding the default program name, value defined in CommandLine.Model.CommandSpec.DEFAULT_COMMAND_NAME.
DEFAULT_COMMAND_NAME - Static variable in class picocli.CommandLine.Model.CommandSpec
Constant String holding the default program name: "<main class>" .
DEFAULT_DENSITY - Static variable in class edu.sc.seis.TauP.VelocityLayer
 
DEFAULT_FALLBACK_VALUE - Static variable in class picocli.CommandLine.Model.OptionSpec
 
DEFAULT_IOCB - Static variable in class edu.sc.seis.TauP.VelocityModel
 
DEFAULT_MOHO - Static variable in class edu.sc.seis.TauP.VelocityModel
 
DEFAULT_OUTFILE - Static variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
DEFAULT_OUTFILE - Static variable in class edu.sc.seis.TauP.cmdline.TauP_VelocityMerge
 
DEFAULT_OUTFILE - Static variable in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
DEFAULT_PHASES - Static variable in class edu.sc.seis.TauP.cmdline.args.PhaseArgs
 
DEFAULT_PHASES - Static variable in class edu.sc.seis.TauP.cmdline.TauP_Table
 
DEFAULT_QP - Static variable in class edu.sc.seis.TauP.VelocityLayer
 
DEFAULT_QS - Static variable in class edu.sc.seis.TauP.VelocityLayer
 
DEFAULT_SEPARATOR - Static variable in class picocli.CommandLine.Help
Constant String holding the default string that separates options from option parameters, value defined in CommandLine.Model.ParserSpec.DEFAULT_SEPARATOR.
DEFAULT_SLOWNESS_TOLERANCE - Static variable in class edu.sc.seis.TauP.SlownessModel
 
DEFAULT_USAGE_WIDTH - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Constant holding the default usage message width: 80.
defaultArity(Class<?>) - Static method in class picocli.CommandLine.Range
Deprecated.
defaultArity(Field) - Static method in class picocli.CommandLine.Range
Returns the default arity Range: for interactive options/positional parameters, this is 0; for options this is effectively "0..1" for booleans and 1 for other types, for parameters booleans have arity 1, arrays or Collections have arity "0..*", and other types have arity 1.
defaultColorScheme(CommandLine.Help.Ansi) - Static method in class picocli.CommandLine.Help
Creates and returns a new CommandLine.Help.ColorScheme initialized with picocli default values: commands are bold, options and parameters use a yellow foreground, and option parameters use italic.
defaultExceptionHandler() - Static method in class picocli.CommandLine
Convenience method that returns new DefaultExceptionHandler<List<Object>>().
DefaultExceptionHandler() - Constructor for class picocli.CommandLine.DefaultExceptionHandler
Deprecated.
 
defaultFactory() - Static method in class picocli.CommandLine
Returns the default CommandLine.IFactory implementation used if no factory was specified in the CommandLine constructor.
defaultModelList - Static variable in class edu.sc.seis.TauP.TauModelLoader
 
defaultPropFileName - Static variable in class edu.sc.seis.TauP.PropertyLoader
 
defaultValue() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the default value to assign if this option or positional parameter was not specified on the command line, before splitting and type conversion.
defaultValue() - Method in annotation type picocli.CommandLine.Option
Returns the default value of this option, before splitting and type conversion.
defaultValue() - Method in annotation type picocli.CommandLine.Parameters
Returns the default value of this positional parameter, before splitting and type conversion.
defaultValue(CommandLine.Model.ArgSpec) - Method in interface picocli.CommandLine.IDefaultValueProvider
Returns the default value for an option or positional parameter or null.
defaultValue(CommandLine.Model.ArgSpec) - Method in class picocli.CommandLine.PropertiesDefaultProvider
 
defaultValueProvider() - Method in annotation type picocli.CommandLine.Command
Class that can provide default values dynamically at runtime.
defaultValueProvider() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the default value provider for this command.
defaultValueProvider(CommandLine.IDefaultValueProvider) - Method in class picocli.CommandLine.Model.CommandSpec
Sets default value provider for this command.
defaultValueString() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the default value String for the purpose of displaying it in the description, without interpolating variables.
defaultValueString(boolean) - Method in class picocli.CommandLine.Model.ArgSpec
Returns the default value String displayed in the description; interpolating variables if specified.
degenerateSegment(TimeDist, boolean, String, TimeDist, int, int, SeismicPhase, double) - Static method in class edu.sc.seis.TauP.WavefrontPathSegment
 
degree - edu.sc.seis.TauP.AxisType
 
degree - edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot.DegRayParam
 
degree - edu.sc.seis.TauP.DistanceAxisType
 
degree180 - edu.sc.seis.TauP.AxisType
 
degrees - Variable in class edu.sc.seis.TauP.DistanceRay
 
degreesToKilometers(double) - Static method in class edu.sc.seis.TauP.DistAz
 
degreesToKilometers(double, double) - Static method in class edu.sc.seis.TauP.DistAz
 
deltaT - Variable in class edu.sc.seis.TauP.cmdline.TauP_Spikes
deltaT of the seismogram, default is .05 which gives 20 sps.
density - edu.sc.seis.TauP.ModelAxisType
 
DENSITY - edu.sc.seis.TauP.VelocityModelMaterial
 
densityAtReceiver() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
densityAtReceiver() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
densityAtReceiver() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
densityAtSource() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
densityAtSource() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
densityAtSource() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
densityIsDefault() - Method in class edu.sc.seis.TauP.VelocityLayer
 
densityIsDefault() - Method in class edu.sc.seis.TauP.VelocityModel
 
dependentAxis(ModelAxisType, ModelAxisType) - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
depth - edu.sc.seis.TauP.DepthAxisType
 
depth - edu.sc.seis.TauP.ModelAxisType
 
depth - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
depth - Variable in class edu.sc.seis.TauP.Scatterer
 
depthAtBottom(int) - Method in class edu.sc.seis.TauP.VelocityModel
returns the depth at the bottom of the given layer.
depthAtTop(int) - Method in class edu.sc.seis.TauP.VelocityModel
returns the depth at the top of the given layer.
depthAxisMinMax - Variable in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
depthAxisType - Variable in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
DepthAxisType - Enum in edu.sc.seis.TauP
 
depthCorrect(double) - Method in class edu.sc.seis.TauP.TauModel
Computes a new tau model for a source at depth using the previously computed branches for a surface source.
depthCorrected(double) - Method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
depthFormat - Static variable in class edu.sc.seis.TauP.Outputs
 
depthIncCheck() - Method in class edu.sc.seis.TauP.SlownessModel
Checks to make sure no slowness layer spans more than maxDepthInterval.
depthInFluid(double) - Method in class edu.sc.seis.TauP.SlownessModel
Determines if the given depth is contained within a fluid zone.
depthInFluid(double, DepthRange) - Method in class edu.sc.seis.TauP.SlownessModel
Determines if the given depth is contained within a fluid zone.
depthInHighSlowness(double, double, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
Determines if the given depth and corresponding slowness is contained within a high slowness zone.
depthInHighSlowness(double, double, DepthRange, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
Determines if the given depth and corresponding slowness is contained within a high slowness zone.
depthLike(ModelAxisType) - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
DepthRange - Class in edu.sc.seis.TauP
Convenience class for storing a depth range.
DepthRange() - Constructor for class edu.sc.seis.TauP.DepthRange
 
DepthRange(double, double, double) - Constructor for class edu.sc.seis.TauP.DepthRange
 
depths - Variable in class edu.sc.seis.TauP.cmdline.TauP_Table
 
depthsToString(List<Double>) - Static method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
describe() - Method in class edu.sc.seis.TauP.FailedSeismicPhase
 
describe() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
describe() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
describe() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
describeBranchRange() - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
describeBranchRange(TauModel, int, int) - Static method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
describeJson() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
describeJson() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
describeJson() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
describeShort() - Method in class edu.sc.seis.TauP.FailedSeismicPhase
 
describeShort() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
describeShort() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
describeShort() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
description - Variable in class edu.sc.seis.TauP.RayCalculateable
 
description - Variable in class edu.sc.seis.TauP.XYPlottingData
 
description - Variable in class edu.sc.seis.TauP.XYSegment
 
description() - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
description() - Method in class edu.sc.seis.TauP.ArrivalPathSegment
 
description() - Method in class edu.sc.seis.TauP.WavefrontPathSegment
 
description() - Method in annotation type picocli.CommandLine.Command
Optional text to display between the synopsis line(s) and the list of options.
description() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the description of this option or positional parameter, after all variables have been rendered, including the ${DEFAULT-VALUE} and ${COMPLETION-CANDIDATES} variables.
description() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the optional text lines to use as the description of the help message, displayed between the synopsis and the options list.
description() - Method in annotation type picocli.CommandLine.Option
Description of this option, used when generating the usage documentation.
description() - Method in annotation type picocli.CommandLine.Parameters
Description of the parameter(s), used when generating the usage documentation.
description(Object...) - Method in class picocli.CommandLine.Help
Returns command description text as a string.
description(String...) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the optional text lines to use as the description of the help message, displayed between the synopsis and the options list.
descriptionHeading() - Method in annotation type picocli.CommandLine.Command
Set the heading preceding the description section.
descriptionHeading() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the optional heading preceding the description section.
descriptionHeading(Object...) - Method in class picocli.CommandLine.Help
Returns the text displayed before the description text; an empty string if there is no description, otherwise the result of String.format(descriptionHeading, params).
descriptionHeading(String) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the heading preceding the description section.
descriptionKey() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the description key of this arg spec, used to get the description from a resource bundle.
descriptionKey() - Method in annotation type picocli.CommandLine.Option
ResourceBundle key for this option.
descriptionKey() - Method in annotation type picocli.CommandLine.Parameters
ResourceBundle key for this option.
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_PhaseDescribe
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_Table
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_Time
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityMerge
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_Version
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
destroy() - Method in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
det - Variable in class edu.sc.seis.TauP.ReflTransSolidSolid
 
detailedSynopsis(int, Comparator<CommandLine.Model.OptionSpec>, boolean) - Method in class picocli.CommandLine.Help
Generates a detailed synopsis message showing all options and parameters.
detailedSynopsis(Comparator<CommandLine.Model.OptionSpec>, boolean) - Method in class picocli.CommandLine.Help
DIFF - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
difference(TauBranch, int, int, SlownessModel, double[]) - Method in class edu.sc.seis.TauP.TauBranch
generates a new tau branch by "subtracting" the given tau branch from this tau branch.
DIFFRACT - edu.sc.seis.TauP.PhaseInteraction
Used by addToBranch when the path diffracts along a boundary.
DIFFRACTTURN - edu.sc.seis.TauP.PhaseInteraction
An upward turn after a flat diffracted segment, such as the upward leg of Pdiff.
disableOptions - Static variable in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
dist - Variable in class edu.sc.seis.TauP.Scatterer
 
dist - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
Array of distances corresponding to the ray parameters stored in rayParams.
dist - Variable in class edu.sc.seis.TauP.TauBranch
Holds distance (radians) evaluated at the ith ray parameter for this branch.
distance(double, double, double, double) - Static method in class edu.sc.seis.TauP.SphericalCoords
Calculates angular distance between two lat lon pairs.
distance(Location, Location) - Static method in class edu.sc.seis.TauP.SphericalCoords
 
distanceArgs - Variable in class edu.sc.seis.TauP.cmdline.TauP_AbstractRayTool
 
DistanceArgs - Class in edu.sc.seis.TauP.cmdline.args
 
DistanceArgs() - Constructor for class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
DistanceAxisType - Enum in edu.sc.seis.TauP
 
distanceCheck() - Method in class edu.sc.seis.TauP.SlownessModel
Checks to make sure no slowness layer spans more than maxRangeInterval and that the (estimated) error due to linear interpolation is less than maxInterpError.
distanceFormat - Static variable in class edu.sc.seis.TauP.Outputs
 
distanceFormatNoPad - Static variable in class edu.sc.seis.TauP.Outputs
 
DistanceRay - Class in edu.sc.seis.TauP
 
DistanceRay(DistanceRay) - Constructor for class edu.sc.seis.TauP.DistanceRay
 
distances - Variable in class edu.sc.seis.TauP.cmdline.TauP_Table
 
distanceTrim180(double) - Static method in interface edu.sc.seis.TauP.SeismicPhase
 
distAxisMinMax - Variable in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
distAxisType - Variable in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
DistAz - Class in edu.sc.seis.TauP
 
DistAz(double, double, double, double) - Constructor for class edu.sc.seis.TauP.DistAz
c lat1 Latitude of first point (+N, -S) in degrees c lon1 Longitude of first point (+E, -W) in degrees c lat2 Latitude of second point c lon2 Longitude of second point c c getDelta() Great Circle Arc distance in degrees c getAz() Azimuth from pt.
DistAz(double, double, double, double, double) - Constructor for class edu.sc.seis.TauP.DistAz
 
DistAz(Channel, Event) - Constructor for class edu.sc.seis.TauP.DistAz
c getDelta() Great Circle Arc distance in degrees c getAz() Azimuth from channel to event in degrees c getBaz() Back Azimuth from event to channel in degrees
DistAz(Channel, Origin) - Constructor for class edu.sc.seis.TauP.DistAz
c getDelta() Great Circle Arc distance in degrees c getAz() Azimuth from channel to origin in degrees c getBaz() Back Azimuth from origin to channel in degrees
DistAz(Channel, Location) - Constructor for class edu.sc.seis.TauP.DistAz
c getDelta() Great Circle Arc distance in degrees c getAz() Azimuth from channel to origin in degrees c getBaz() Back Azimuth from origin to channel in degrees
DistAz(Location, Location) - Constructor for class edu.sc.seis.TauP.DistAz
c getDelta() Great Circle Arc distance in degrees c getAz() Azimuth from loc1 to loc2 in degrees c getBaz() Back Azimuth from loc2 to loc1 in degrees
DistAz(Location, Location, double) - Constructor for class edu.sc.seis.TauP.DistAz
c getDelta() Great Circle Arc distance in degrees c getAz() Azimuth from loc1 to loc2 in degrees c getBaz() Back Azimuth from loc2 to loc1 in degrees
DistDepthRange - Class in edu.sc.seis.TauP.cmdline.args
 
DistDepthRange() - Constructor for class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
dtor - Static variable in class edu.sc.seis.TauP.SphericalCoords
 
DtoR - Static variable in class edu.sc.seis.TauP.SphericalCoords
 
dumbconvolve(float[], float[]) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
dump - Variable in class edu.sc.seis.TauP.cmdline.TauP_PhaseDescribe
Dumps raw interpolation points for phase.
dump() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
dump() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
dump() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
DuplicateNameException(String) - Constructor for exception picocli.CommandLine.DuplicateNameException
 
DuplicateOptionAnnotationsException(String) - Constructor for exception picocli.CommandLine.DuplicateOptionAnnotationsException
 

E

E - Variable in class edu.sc.seis.TauP.ReflTransSolidSolid
 
earthFlattenTransform() - Method in class edu.sc.seis.TauP.VelocityModel
Returns a flat velocity model object equivalent to the spherical velocity model via the earth flattening transform.
echo() - Method in class picocli.CommandLine.Model.ArgSpec
Returns whether the user input is echoed to the console or not for an interactive option or positional parameter when asking for user input.
echo() - Method in annotation type picocli.CommandLine.Option
Use this attribute to control whether user input for an interactive option is echoed to the console or not.
echo() - Method in annotation type picocli.CommandLine.Parameters
Use this attribute to control whether user input for an interactive positional parameter is echoed to the console or not.
edu.sc.seis.TauP - package edu.sc.seis.TauP
 
edu.sc.seis.TauP.cmdline - package edu.sc.seis.TauP.cmdline
 
edu.sc.seis.TauP.cmdline.args - package edu.sc.seis.TauP.cmdline.args
 
effectiveSourceTerm(float, float, int) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
ehKey - Variable in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
elevationLayer(float, String) - Method in class edu.sc.seis.TauP.VelocityModel
 
empty(CommandLine.Model.Messages) - Static method in class picocli.CommandLine.Model.Messages
Returns true if the specified Messages is null, has a null ResourceBundle, or has a null parent Messages.
enabled() - Method in enum picocli.CommandLine.Help.Ansi
Returns true if ANSI escape codes should be emitted, false otherwise.
END - edu.sc.seis.TauP.PhaseInteraction
Used by addToBranch for the last segment of a phase.
END_CODE - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
END_DOWN - edu.sc.seis.TauP.PhaseInteraction
Used by addToBranch for the last segment of a phase ending downgoing, like Ped to receiver at depth.
END_OF_OPTIONS_OPTION - Variable in class picocli.CommandLine.Help
 
endActionString(PhaseInteraction) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
endActionToString(PhaseInteraction) - Static method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
endAutocolorG(PrintWriter) - Static method in class edu.sc.seis.TauP.SvgUtil
 
endOffset(PhaseInteraction) - Static method in enum edu.sc.seis.TauP.PhaseInteraction
 
endOfOptionsDelimiter() - Method in class picocli.CommandLine.Model.ParserSpec
 
endOfOptionsDelimiter(String) - Method in class picocli.CommandLine.Model.ParserSpec
 
endOfOptionsList() - Method in class picocli.CommandLine.Help
Returns the section of the usage help message that lists the -- End of Options delimiter and its description.
endsAtTop() - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
endSegment() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
energyflux - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
EPSILON_LARGE - Static variable in class edu.sc.seis.TauP.Sfun
The largest relative spacing for doubles.
EPSILON_SMALL - Static variable in class edu.sc.seis.TauP.Sfun
The smallest relative spacing for doubles.
equals(Complex) - Method in class edu.sc.seis.TauP.Complex
Compares with another Complex.
equals(PhaseName) - Method in class edu.sc.seis.TauP.PhaseName
 
equals(Object) - Method in class edu.sc.seis.TauP.Complex
Compares this object against the specified object.
equals(Object) - Method in class edu.sc.seis.TauP.DistAz
 
equals(Object) - Method in class edu.sc.seis.TauP.TimeDist
 
equals(Object) - Method in class picocli.CommandLine.Help.Ansi.Text
 
equals(Object) - Method in class picocli.CommandLine.Help.ColorScheme
 
equals(Object) - Method in class picocli.CommandLine.Help.Column
 
equals(Object) - Method in class picocli.CommandLine.Model.ArgGroupSpec
 
equals(Object) - Method in class picocli.CommandLine.Model.OptionSpec
 
equals(Object) - Method in class picocli.CommandLine.Model.PositionalParamSpec
 
equals(Object) - Method in class picocli.CommandLine.Range
 
equalsImpl(CommandLine.Model.ArgSpec) - Method in class picocli.CommandLine.Model.ArgSpec
 
erf(double) - Static method in class edu.sc.seis.TauP.Sfun
Returns the error function of a double.
erfc(double) - Static method in class edu.sc.seis.TauP.Sfun
Returns the complementary error function of a double.
err() - Method in class picocli.CommandLine.AbstractHandler
Deprecated.
Returns the stream to print diagnostic messages to.
error(String, String) - Static method in class edu.sc.seis.TauP.Alert
 
errors() - Method in class picocli.CommandLine.ParseResult
If CommandLine.Model.ParserSpec.collectErrors is true, returns the list of exceptions that were encountered during parsing, otherwise, returns an empty list.
errors(CommandLine.Help.Ansi.IStyle...) - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Adds the specified styles to the registered styles for errors in this color scheme builder and returns this builder.
errorStyles() - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Returns the registered styles for errors in this color scheme builder.
errorStyles() - Method in class picocli.CommandLine.Help.ColorScheme
Returns the registered styles for errors in this color scheme.
errorText(String) - Method in class picocli.CommandLine.Help.ColorScheme
Returns a Text with all error styles applied to the specified error string.
evaluateAbove(double, VelocityModelMaterial) - Method in class edu.sc.seis.TauP.VelocityModel
returns the value of the given material property, usually P or S velocity, at the given depth.
evaluateAt(double, VelocityModelMaterial) - Method in class edu.sc.seis.TauP.VelocityLayer
 
evaluateAt_bullen(double, double) - Method in class edu.sc.seis.TauP.SlownessLayer
Finds the slowness at the given depth.
evaluateAtBottom(int, VelocityModelMaterial) - Method in class edu.sc.seis.TauP.VelocityModel
returns the value of the given material property, usually P or S velocity, at the bottom of the given layer.
evaluateAtBottom(VelocityModelMaterial) - Method in class edu.sc.seis.TauP.VelocityLayer
 
evaluateAtTop(int, VelocityModelMaterial) - Method in class edu.sc.seis.TauP.VelocityModel
returns the value of the given material property, usually P or S velocity, at the top of the given layer.
evaluateAtTop(VelocityModelMaterial) - Method in class edu.sc.seis.TauP.VelocityLayer
 
evaluateBelow(double, VelocityModelMaterial) - Method in class edu.sc.seis.TauP.VelocityModel
returns the value of the given material property, usually P or S velocity, at the given depth.
evdpkm - Variable in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
EventAzimuth - Class in edu.sc.seis.TauP
 
EventAzimuth(Location, Double) - Constructor for class edu.sc.seis.TauP.EventAzimuth
 
EventStation - Class in edu.sc.seis.TauP
 
EventStation(Location, Location) - Constructor for class edu.sc.seis.TauP.EventStation
 
evtLatLon - Variable in class edu.sc.seis.TauP.RayCalculateable
 
EX_DOWN_CODE - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
ExactDistanceRay - Class in edu.sc.seis.TauP
 
excludeBoundaries(List<Double>) - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
exclusive() - Method in annotation type picocli.CommandLine.ArgGroup
Determines whether this is a mutually exclusive group; true by default.
exclusive() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Returns whether this is a mutually exclusive group; true by default.
exclusive() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns whether this is a mutually exclusive group; true by default.
exclusive(boolean) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Sets whether this is a mutually exclusive group; true by default.
execute(String...) - Method in class picocli.CommandLine
Convenience method to allow command line application authors to avoid some boilerplate code in their application.
execute(CommandLine.ParseResult) - Method in class picocli.CommandLine.AbstractParseResultHandler
Deprecated.
 
execute(CommandLine.ParseResult) - Method in interface picocli.CommandLine.IExecutionStrategy
"Executes" the user input and returns an exit code.
execute(CommandLine.ParseResult) - Method in class picocli.CommandLine.RunAll
"Executes" the user input and returns an exit code.
execute(CommandLine.ParseResult) - Method in class picocli.CommandLine.RunFirst
"Executes" the user input and returns an exit code.
execute(CommandLine.ParseResult) - Method in class picocli.CommandLine.RunLast
"Executes" the user input and returns an exit code.
executeHelpRequest(CommandLine.ParseResult) - Static method in class picocli.CommandLine
Helper method that may be useful when processing the ParseResult that results from successfully parsing command line arguments.
ExecutionException(CommandLine, String) - Constructor for exception picocli.CommandLine.ExecutionException
 
ExecutionException(CommandLine, String, Throwable) - Constructor for exception picocli.CommandLine.ExecutionException
 
exit(int) - Method in class picocli.CommandLine.AbstractHandler
Deprecated.
Calls System.exit(int) with the specified exit code.
EXIT_CODE_COMMAND_SCRIPT_EXISTS - Static variable in class picocli.AutoComplete
Exit code of this application when the specified command script exists (2).
EXIT_CODE_COMPLETION_SCRIPT_EXISTS - Static variable in class picocli.AutoComplete
Exit code of this application when the specified completion script exists (3).
EXIT_CODE_EXECUTION_ERROR - Static variable in class picocli.AutoComplete
Exit code of this application when an exception was encountered during operation (4).
EXIT_CODE_INVALID_INPUT - Static variable in class picocli.AutoComplete
Exit code of this application when the specified command line arguments are invalid (1).
EXIT_CODE_SUCCESS - Static variable in class picocli.AutoComplete
Normal exit code of this application (0).
exitCode() - Method in class picocli.CommandLine.AbstractHandler
Deprecated.
Returns the exit code to use as the termination status, or null (the default) if the handler should not call System.exit(int) after processing completes.
exitCodeList() - Method in annotation type picocli.CommandLine.Command
Set the values to be displayed in the exit codes section as a list of "key:value" pairs: keys are exit codes, values are descriptions.
exitCodeList() - Method in class picocli.CommandLine.Help
Returns a 2-column list with exit codes and their description.
exitCodeList() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns an unmodifiable map with values to be displayed in the exit codes section: keys are exit codes, values are descriptions.
exitCodeList(Map<String, String>) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the values to be displayed in the exit codes section: keys are exit codes, values are descriptions.
exitCodeListHeading() - Method in annotation type picocli.CommandLine.Command
Set the heading preceding the exit codes section, may contain "%n" line separators.
exitCodeListHeading() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the optional heading preceding the exit codes section, may contain "%n" line separators.
exitCodeListHeading(Object...) - Method in class picocli.CommandLine.Help
Returns the text displayed before the exit code list text; the result of String.format(exitCodeHeading, params).
exitCodeListHeading(String) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the optional heading preceding the exit codes section, may contain "%n" line separators.
exitCodeOnExecutionException() - Method in annotation type picocli.CommandLine.Command
Exit code signifying that an exception occurred when invoking the Runnable, Callable or Method user object of a command.
exitCodeOnExecutionException() - Method in class picocli.CommandLine.Model.CommandSpec
Returns exit code signifying that an exception occurred when invoking the Runnable, Callable or Method user object of a command.
exitCodeOnExecutionException(int) - Method in class picocli.CommandLine.Model.CommandSpec
Sets exit code signifying that an exception occurred when invoking the Runnable, Callable or Method user object of a command.
exitCodeOnInvalidInput() - Method in annotation type picocli.CommandLine.Command
Exit code for command line usage error.
exitCodeOnInvalidInput() - Method in class picocli.CommandLine.Model.CommandSpec
Returns exit code for command line usage error.
exitCodeOnInvalidInput(int) - Method in class picocli.CommandLine.Model.CommandSpec
Sets exit code for command line usage error.
exitCodeOnSuccess() - Method in annotation type picocli.CommandLine.Command
Exit code for successful termination.
exitCodeOnSuccess() - Method in class picocli.CommandLine.Model.CommandSpec
Returns exit code for successful termination.
exitCodeOnSuccess(int) - Method in class picocli.CommandLine.Model.CommandSpec
Sets exit code for successful termination.
exitCodeOnUsageHelp() - Method in annotation type picocli.CommandLine.Command
Exit code for successful termination after printing usage help on user request.
exitCodeOnUsageHelp() - Method in class picocli.CommandLine.Model.CommandSpec
Returns exit code for successful termination after printing usage help on user request.
exitCodeOnUsageHelp(int) - Method in class picocli.CommandLine.Model.CommandSpec
Sets exit code for successful termination after printing usage help on user request.
exitCodeOnVersionHelp() - Method in annotation type picocli.CommandLine.Command
Exit code for successful termination after printing version help on user request.
exitCodeOnVersionHelp() - Method in class picocli.CommandLine.Model.CommandSpec
Returns exit code for successful termination after printing version help on user request.
exitCodeOnVersionHelp(int) - Method in class picocli.CommandLine.Model.CommandSpec
Sets exit code for successful termination after printing version help on user request.
exp(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the exponential of a Complex z, exp(z).
expandAtFiles() - Method in class picocli.CommandLine.Model.ParserSpec
 
expandAtFiles(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
expandedArgs() - Method in class picocli.CommandLine.ParseResult
Returns the command line arguments after @-files were expanded; these are the arguments that were actually parsed.
expandedArgs(Collection<String>) - Method in class picocli.CommandLine.ParseResult.Builder
Sets the specified command line arguments after @-files were expanded; these are the arguments that were actually parsed.
extension - Variable in class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
 
extractBoundaryId(String, int, boolean) - Static method in class edu.sc.seis.TauP.LegPuller
 
extractExitCodeGenerators(CommandLine.ParseResult) - Method in class picocli.CommandLine.AbstractParseResultHandler
Deprecated.
 
extractExitCodeGenerators(CommandLine.ParseResult) - Method in class picocli.CommandLine.RunAll
 
extractExitCodeGenerators(CommandLine.ParseResult) - Method in class picocli.CommandLine.RunFirst
 
extractExitCodeGenerators(CommandLine.ParseResult) - Method in class picocli.CommandLine.RunLast
 
extractPhaseBoundaryInteraction(String, int, int, List<String>) - Static method in class edu.sc.seis.TauP.LegPuller
 
extractPhaseNames(String) - Static method in class edu.sc.seis.TauP.cmdline.args.PhaseArgs
Parse comma separated list of phase names, expanding convience phase names like ttp into real phase names.

F

F - Variable in class edu.sc.seis.TauP.ReflTransSolidSolid
 
fact(int) - Static method in class edu.sc.seis.TauP.Sfun
Returns the factorial of an integer.
FAIL - edu.sc.seis.TauP.PhaseInteraction
 
FailedSeismicPhase - Class in edu.sc.seis.TauP
Represents a seismic phase that doesn't exist in the model, either malformed or not compatible with the broad structure of the model.
FailedSeismicPhase(ProtoSeismicPhase) - Constructor for class edu.sc.seis.TauP.FailedSeismicPhase
 
failForReason(String, TauModel, double, String) - Static method in class edu.sc.seis.TauP.FailedSeismicPhase
 
failNewPhase(TauModel, boolean, boolean, double, String, String) - Static method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
failNext(String) - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
failSegment(TauModel) - Static method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
failSegment(TauModel, int, int, boolean, boolean, String) - Static method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
faint - picocli.CommandLine.Help.Ansi.Style
 
fallbackValue() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Returns the fallback value for this option: the value that is assigned for options with an optional parameter if the option was specified on the command line without parameter.
fallbackValue() - Method in class picocli.CommandLine.Model.OptionSpec
Returns the fallback value for this option: the value that is assigned for options with an optional parameter (for example, arity = "0..1") if the option was specified on the command line without parameter.
fallbackValue() - Method in annotation type picocli.CommandLine.Option
For options with an optional parameter (for example, arity = "0..1"), this value is assigned to the annotated element if the option is specified on the command line without an option parameter.
fallbackValue(String) - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Sets the fallback value for this option: the value that is assigned for options with an optional parameter if the option was specified on the command line without parameter, and returns this builder.
fg(String) - Static method in enum picocli.CommandLine.Help.Ansi.Style
Parses the specified style markup and returns the associated style.
fg_black - picocli.CommandLine.Help.Ansi.Style
 
fg_blue - picocli.CommandLine.Help.Ansi.Style
 
fg_cyan - picocli.CommandLine.Help.Ansi.Style
 
fg_green - picocli.CommandLine.Help.Ansi.Style
 
fg_magenta - picocli.CommandLine.Help.Ansi.Style
 
fg_red - picocli.CommandLine.Help.Ansi.Style
 
fg_white - picocli.CommandLine.Help.Ansi.Style
 
fg_yellow - picocli.CommandLine.Help.Ansi.Style
 
finalSegmentIsPWave() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
finalSegmentIsPWave() - Method in interface edu.sc.seis.TauP.SeismicPhase
True if the final, incident, wavetype is a P wave, false if an S wave.
finalSegmentIsPWave() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
FIND - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
findBranch(double) - Method in class edu.sc.seis.TauP.TauModel
Finds the branch that either has the depth as its top boundary, or strictly contains the depth.
findCriticalPoints() - Method in class edu.sc.seis.TauP.SlownessModel
Finds all critical points within a velocity model.
findDepth(double, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
Finds a depth corresponding to a slowness over the whole VelocityModel.
findDepth(double, boolean) - Method in class edu.sc.seis.TauP.TauModel
returns the turning depth for a ray of given ray parameter.
findDepth(double, double, double, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
Finds a depth corresponding to a slowness between two given depths in the Velocity Model.
findDepth(double, int, int, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
Finds a depth corresponding to a slowness between two given velocity layers, including the top and the bottom.
findEndDiscon(TauModel, int, boolean, boolean) - Static method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
findEndingPaths(int) - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
findForAllDepth(List<ProtoSeismicPhase>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
findForDist(List<ProtoSeismicPhase>, TauModel, List<RayCalculateable>, double[]) - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
findMatches(CommandLine.Model.ArgGroupSpec) - Method in class picocli.CommandLine.ParseResult
Returns the matches for the specified argument group.
findOption(char) - Method in class picocli.CommandLine.Model.CommandSpec
Returns the option with the specified short name, or null if no option with that name is defined for this command.
findOption(String) - Method in class picocli.CommandLine.Model.CommandSpec
Returns the option with the specified name, or null if no option with that name is defined for this command.
findPierceBoundingBox(double[], double[], double) - Static method in class edu.sc.seis.TauP.SvgEarth
Find bounding box, in cartesian, that contains the distance and depth range.
findPierceBoundingBox(List<Arrival>) - Static method in class edu.sc.seis.TauP.SvgEarth
Find the boundaries of a x-y box that contain all pierce points for the arrivals.
fixCriticalPoints() - Method in class edu.sc.seis.TauP.SlownessModel
Resets the slowness layers that correspond to critical points.
fixDisconDepths() - Method in class edu.sc.seis.TauP.VelocityModel
resets depths of major discontinuities to match those existing in the input velocity model.
FixedHemisphereDistanceRay - Class in edu.sc.seis.TauP
Allows equivalent distances modulo 360, but not 180-d, so that -5 is not same as 5, but is same as 355.
FixedHemisphereDistanceRay() - Constructor for class edu.sc.seis.TauP.FixedHemisphereDistanceRay
 
fixNegDistance(List<Arrival>) - Method in class edu.sc.seis.TauP.FixedHemisphereDistanceRay
 
flip() - Method in class edu.sc.seis.TauP.ReflTrans
Flips the sense of the layers, useful when you have a ray going through the same layer in the opposite direction.
flip() - Method in class edu.sc.seis.TauP.ReflTransFluidFluid
 
flip() - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
flip() - Method in class edu.sc.seis.TauP.ReflTransFluidSolid
 
flip() - Method in class edu.sc.seis.TauP.ReflTransSolidFluid
 
flip() - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
flip() - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
Flips the sense of the layers, useful when you have a ray going through the same layer in the opposite direction.
fluidLayerDepths - Variable in class edu.sc.seis.TauP.SlownessModel
Stores depth ranges that are fluid, ie S velocity is zero.
footer() - Method in annotation type picocli.CommandLine.Command
Optional text to display after the list of options.
footer() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the optional footer text lines displayed at the bottom of the help message.
footer(Object...) - Method in class picocli.CommandLine.Help
Returns command footer text as a string.
footer(String...) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the optional footer text lines displayed at the bottom of the help message.
footerHeading() - Method in annotation type picocli.CommandLine.Command
Set the heading preceding the footer section.
footerHeading() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the optional heading preceding the footer section.
footerHeading(Object...) - Method in class picocli.CommandLine.Help
Returns the text displayed before the footer text; the result of String.format(footerHeading, params).
footerHeading(String) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the optional heading preceding the footer section.
forAnnotatedObject(Object) - Static method in class picocli.CommandLine.Model.CommandSpec
Creates and returns a new CommandSpec initialized from the specified associated user object.
forAnnotatedObject(Object, CommandLine.IFactory) - Static method in class picocli.CommandLine.Model.CommandSpec
Creates and returns a new CommandSpec initialized from the specified associated user object.
forAnnotatedObjectLenient(Object) - Static method in class picocli.CommandLine.Model.CommandSpec
Creates and returns a new CommandSpec initialized from the specified associated user object.
forAnnotatedObjectLenient(Object, CommandLine.IFactory) - Static method in class picocli.CommandLine.Model.CommandSpec
Creates and returns a new CommandSpec initialized from the specified associated user object.
forColumns(CommandLine.Help.Ansi, CommandLine.Help.Column...) - Static method in class picocli.CommandLine.Help.TextTable
forColumns(CommandLine.Help.ColorScheme, CommandLine.Help.Column...) - Static method in class picocli.CommandLine.Help.TextTable
Constructs a TextTable with the specified columns.
forColumnWidths(CommandLine.Help.Ansi, int...) - Static method in class picocli.CommandLine.Help.TextTable
forColumnWidths(CommandLine.Help.ColorScheme, int...) - Static method in class picocli.CommandLine.Help.TextTable
Constructs a new TextTable with columns with the specified width, all SPANning multiple columns on overflow except the last column which WRAPS to the next row.
forDefaultColumns(CommandLine.Help.Ansi, int) - Static method in class picocli.CommandLine.Help.TextTable
forDefaultColumns(CommandLine.Help.Ansi, int, int) - Static method in class picocli.CommandLine.Help.TextTable
forDefaultColumns(CommandLine.Help.ColorScheme, int, int) - Static method in class picocli.CommandLine.Help.TextTable
Constructs a TextTable with five columns as follows: required option/parameter marker (width: 2, indent: 0, TRUNCATE on overflow) short option name (width: 2, indent: 0, TRUNCATE on overflow) comma separator (width: 1, indent: 0, TRUNCATE on overflow) long option name(s) (width: 24, indent: 1, SPAN multiple columns on overflow) description line(s) (width: 51, indent: 1, WRAP to next row on overflow)
formatAmpFactor(double) - Static method in class edu.sc.seis.TauP.Outputs
 
formatDepth(double) - Static method in class edu.sc.seis.TauP.Outputs
 
formatDistance(double) - Static method in class edu.sc.seis.TauP.Outputs
 
formatDistanceNoPad(double) - Static method in class edu.sc.seis.TauP.Outputs
 
formatLatLon(double) - Static method in class edu.sc.seis.TauP.Outputs
 
formatRayParam(double) - Static method in class edu.sc.seis.TauP.Outputs
 
formatStringForAxisType(AxisType) - Static method in class edu.sc.seis.TauP.Outputs
 
formatStringForAxisType(ModelAxisType) - Static method in class edu.sc.seis.TauP.Outputs
 
formatStringForAxisType(ReflTransAxisType) - Static method in class edu.sc.seis.TauP.Outputs
 
formatStringForAxisType(String) - Static method in class edu.sc.seis.TauP.Outputs
Gets appropriate format spec for a given data type.
formatTime(double) - Static method in class edu.sc.seis.TauP.Outputs
 
formatTimeForCss(double) - Static method in class edu.sc.seis.TauP.SvgUtil
 
formatTimeNoPad(double) - Static method in class edu.sc.seis.TauP.Outputs
 
formScatterPhaseName(String, String, boolean) - Static method in class edu.sc.seis.TauP.ScatteredArrival
 
forPhase(SeismicPhase) - Method in class edu.sc.seis.TauP.TakeoffAngleRay
 
forStringArrayConsumer(CommandLine.Model.ISetter) - Static method in class picocli.CommandLine.Model.UnmatchedArgsBinding
Creates a UnmatchedArgsBinding for a setter that consumes String[] objects.
forStringCollectionSupplier(CommandLine.Model.IGetter) - Static method in class picocli.CommandLine.Model.UnmatchedArgsBinding
Creates a UnmatchedArgsBinding for a getter that produces a Collection<String> that the unmatched arguments can be added to.
FreeRecFuncPr - edu.sc.seis.TauP.ReflTransAxisType
 
FreeRecFuncPz - edu.sc.seis.TauP.ReflTransAxisType
 
FreeRecFuncSh - edu.sc.seis.TauP.ReflTransAxisType
 
FreeRecFuncSvr - edu.sc.seis.TauP.ReflTransAxisType
 
FreeRecFuncSvz - edu.sc.seis.TauP.ReflTransAxisType
 
fromSingleList(List<Double>, List<Double>) - Static method in class edu.sc.seis.TauP.XYSegment
 
fsA - Variable in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
used only in free surface calculations
fsrf - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
fullSynopsis() - Method in class picocli.CommandLine.Help
Returns the full usage synopsis of this command.

G

g - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
G - Variable in class edu.sc.seis.TauP.ReflTransSolidSolid
 
gamma(double) - Static method in class edu.sc.seis.TauP.Sfun
Returns the Gamma function of a double.
GenerateCompletion() - Constructor for class picocli.AutoComplete.GenerateCompletion
 
genericTable(PrintWriter, TauModel, List<PhaseName>, double[], double, Scatterer, List<RayCalculateable>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Table
 
genUsageDocFiles() - Static method in class edu.sc.seis.TauP.cmdline.ToolRun
 
geodetic - Variable in class edu.sc.seis.TauP.cmdline.args.GeodeticArgs
 
geodetic - Variable in class edu.sc.seis.TauP.RayCalculateable
 
GeodeticArgs - Class in edu.sc.seis.TauP.cmdline.args
 
GeodeticArgs() - Constructor for class edu.sc.seis.TauP.cmdline.args.GeodeticArgs
 
geodeticFlattening - Variable in class edu.sc.seis.TauP.cmdline.args.GeodeticArgs
 
geospread - edu.sc.seis.TauP.AxisType
 
get() - Method in interface picocli.CommandLine.Model.IGetter
Returns the current value of the binding.
get(int) - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
getActualGenericTypeArguments() - Method in interface picocli.CommandLine.Model.ITypeInfo
Returns the names of the type arguments if this is a generic type.
getAdditionalDescriptionKeys() - Method in class picocli.CommandLine.Model.ArgSpec
Subclasses should override to return a collection of additional description keys that may be used to find description text for this option or positional parameter in the resource bundle.
getAdditionalDescriptionKeys() - Method in class picocli.CommandLine.Model.OptionSpec
Returns the additional lookup keys for finding description lines in the resource bundle for this option.
getAdditionalDescriptionKeys() - Method in class picocli.CommandLine.Model.PositionalParamSpec
Returns the additional lookup keys for finding description lines in the resource bundle for this positional parameter.
getAllSlownessLayers(boolean) - Method in class edu.sc.seis.TauP.SlownessModel
 
getAmplitudeFactorPSV() - Method in class edu.sc.seis.TauP.Arrival
Calculates the amplitude factor, 1/sqrt(density*vel) times reflection/tranmission coefficient times geometric spreading, for the arrival.
getAmplitudeFactorPSV(double, double) - Method in class edu.sc.seis.TauP.Arrival
 
getAmplitudeFactorSH() - Method in class edu.sc.seis.TauP.Arrival
Calculates the amplitude factor, 1/sqrt(density*vel) times reflection/tranmission coefficient times geometric spreading, for the arrival.
getAmplitudeFactorSH(double, double) - Method in class edu.sc.seis.TauP.Arrival
 
getAmplitudeGeometricSpreadingFactor() - Method in class edu.sc.seis.TauP.Arrival
Geometrical spreading factor for amplitude.
getAngleR_p(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getAngleR_s(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getAngleStep() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
getAngleT_p(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getAngleT_s(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getAnnotation(Class<T>) - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
getAnnotation(Class<T>) - Method in class picocli.CommandLine.Model.MethodParam
 
getArgSpec() - Method in exception picocli.CommandLine.ParameterException
Returns the ArgSpec object for the (sub)command whose input could not be parsed.
getAtFileCommentChar() - Method in class picocli.CommandLine
Returns the character that starts a single-line comment or null if all content of argument files should be interpreted as arguments (without comments).
getAttenuationFrequency() - Method in class edu.sc.seis.TauP.cmdline.args.SeismicSourceArgs
 
getAuxiliaryTypeInfos() - Method in interface picocli.CommandLine.Model.ITypeInfo
Returns type information of components or elements of a multivalue type.
getAuxiliaryTypes() - Method in interface picocli.CommandLine.Model.ITypeInfo
Returns the component class of an array, or the parameter type of a generic Collection, or the parameter types of the key and the value of a generic Map.
getAz() - Method in class edu.sc.seis.TauP.DistAz
 
getAzimuth() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
getBackAzimuth() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
getBaz() - Method in class edu.sc.seis.TauP.DistAz
 
getBotDensity() - Method in class edu.sc.seis.TauP.ReflTrans
 
getBotDensity() - Method in class edu.sc.seis.TauP.VelocityLayer
 
getBotDepth() - Method in class edu.sc.seis.TauP.SlownessLayer
 
getBotDepth() - Method in class edu.sc.seis.TauP.TauBranch
 
getBotDepth() - Method in class edu.sc.seis.TauP.VelocityLayer
 
getBotP() - Method in class edu.sc.seis.TauP.SlownessLayer
 
getBotPVelocity() - Method in class edu.sc.seis.TauP.VelocityLayer
 
getBotQp() - Method in class edu.sc.seis.TauP.VelocityLayer
 
getBotQs() - Method in class edu.sc.seis.TauP.VelocityLayer
 
getBotSVelocity() - Method in class edu.sc.seis.TauP.VelocityLayer
 
getBotVp() - Method in class edu.sc.seis.TauP.ReflTrans
 
getBotVs() - Method in class edu.sc.seis.TauP.ReflTrans
 
getBranchDepths() - Method in class edu.sc.seis.TauP.TauModel
returns an array of the depths that are boundaries between branches
getCJKAdjustedLength() - Method in class picocli.CommandLine.Help.Ansi.Text
Returns the number of columns this Text will occupy on the console, adjusted for wide CJK characters.
getCJKAdjustedLength(int, int) - Method in class picocli.CommandLine.Help.Ansi.Text
Returns the number of columns that the specified portion of this Text will occupy on the console, adjusted for wide CJK characters.
getClassName() - Method in interface picocli.CommandLine.Model.ITypeInfo
 
getClassSimpleName() - Method in interface picocli.CommandLine.Model.ITypeInfo
 
getCmbBranch() - Method in class edu.sc.seis.TauP.TauModel
 
getCmbDepth() - Method in class edu.sc.seis.TauP.TauModel
 
getCmbDepth() - Method in class edu.sc.seis.TauP.VelocityModel
 
getCmdLineArgs() - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
getColoring() - Method in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
getColoringArgs() - Method in class edu.sc.seis.TauP.XYPlotOutput
 
getColorList() - Method in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
getColorScheme() - Method in class picocli.CommandLine
Returns the color scheme to use when printing help.
getCommand() - Method in class picocli.CommandLine
Returns the annotated user object that this CommandLine instance was constructed with.
getCommandLine() - Method in exception picocli.CommandLine.ExecutionException
Returns the CommandLine object for the (sub)command that could not be invoked.
getCommandLine() - Method in exception picocli.CommandLine.ParameterException
Returns the CommandLine object for the (sub)command whose input could not be parsed.
getCommandMethods(Class<?>, String) - Static method in class picocli.CommandLine
Helper to get methods of a class annotated with @Command via reflection, optionally filtered by method name (not @Command.name).
getCommandName() - Method in class picocli.CommandLine
Returns the command name (also called program name) displayed in the usage help synopsis.
getCommandSpec() - Method in class picocli.CommandLine
Returns the CommandSpec model that this CommandLine was constructed with.
getCommentLine() - Method in class edu.sc.seis.TauP.Arrival
 
getComplexRpp(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getComplexRpp(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFluid
 
getComplexRpp(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getComplexRpp(double) - Method in class edu.sc.seis.TauP.ReflTransFluidSolid
Calculates incident P wave in fluid (over solid) to reflected P wave Complex coefficient.
getComplexRpp(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFluid
Calculates incident P wave in solid (over fluid) to reflected P wave Complex coefficient.
getComplexRpp(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
Calculates incident P wave to reflected P wave complex coefficient at free surface.
getComplexRpp(double) - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
Calculates incident P wave to reflected P wave Complex coefficient.
getComplexRps(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getComplexRps(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFluid
 
getComplexRps(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getComplexRps(double) - Method in class edu.sc.seis.TauP.ReflTransFluidSolid
 
getComplexRps(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFluid
Calculates incident P wave in solid (over fluid) to reflected P wave Complex coefficient.
getComplexRps(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
Calculates incident P wave to reflected SV wave complex coefficient at free surface.
getComplexRps(double) - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
Calculates incident P wave to reflected SV wave Complex coefficient.
getComplexRshsh(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getComplexRshsh(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFluid
 
getComplexRshsh(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getComplexRshsh(double) - Method in class edu.sc.seis.TauP.ReflTransFluidSolid
 
getComplexRshsh(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFluid
Calculates incident SH wave in solid (over fluid) to reflected SH wave Complex coefficient.
getComplexRshsh(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
Calculates incident SH wave to reflected SH wave complex coefficient at free surface.
getComplexRshsh(double) - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
Calculates incident SH wave to reflected SH wave Complex coefficient.
getComplexRsp(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getComplexRsp(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFluid
 
getComplexRsp(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getComplexRsp(double) - Method in class edu.sc.seis.TauP.ReflTransFluidSolid
 
getComplexRsp(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFluid
Calculates incident S wave in solid (over fluid) to reflected S wave Complex coefficient.
getComplexRsp(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
Calculates incident SV wave to reflected P wave complex coefficient at free surface.
getComplexRsp(double) - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
Calculates incident SV wave to reflected P wave Complex coefficient.
getComplexRss(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getComplexRss(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFluid
 
getComplexRss(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getComplexRss(double) - Method in class edu.sc.seis.TauP.ReflTransFluidSolid
 
getComplexRss(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFluid
Calculates incident S wave in solid (over fluid) to reflected S wave Complex coefficient.
getComplexRss(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
/** Calculates incident SV wave to reflected SV wave complex coefficient at free surface.
getComplexRss(double) - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
Calculates incident SV wave to reflected SV wave Complex coefficient.
getComplexTpp(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getComplexTpp(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFluid
 
getComplexTpp(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getComplexTpp(double) - Method in class edu.sc.seis.TauP.ReflTransFluidSolid
Calculates incident P wave in fluid (over solid) to transmitted P wave Complex coefficient.
getComplexTpp(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFluid
Calculates incident P wave in solid (over fluid) to reflected P wave Complex coefficient.
getComplexTpp(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
getComplexTpp(double) - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
Calculates incident P wave to transmitted P wave Complex coefficient.
getComplexTps(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getComplexTps(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFluid
 
getComplexTps(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getComplexTps(double) - Method in class edu.sc.seis.TauP.ReflTransFluidSolid
Calculates incident P wave in fluid (over solid) to transmitted S wave Complex coefficient.
getComplexTps(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFluid
 
getComplexTps(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
getComplexTps(double) - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
Calculates incident P wave to transmitted SV wave Complex coefficient.
getComplexTshsh(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getComplexTshsh(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFluid
 
getComplexTshsh(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getComplexTshsh(double) - Method in class edu.sc.seis.TauP.ReflTransFluidSolid
 
getComplexTshsh(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFluid
 
getComplexTshsh(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
getComplexTshsh(double) - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
Calculates incident SH wave to transmitted SH wave Complex coefficient.
getComplexTsp(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getComplexTsp(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFluid
 
getComplexTsp(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getComplexTsp(double) - Method in class edu.sc.seis.TauP.ReflTransFluidSolid
 
getComplexTsp(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFluid
Calculates incident S wave in solid (over fluid) to reflected S wave Complex coefficient.
getComplexTsp(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
getComplexTsp(double) - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
Calculates incident SV wave to transmitted P wave Complex coefficient.
getComplexTss(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getComplexTss(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFluid
 
getComplexTss(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getComplexTss(double) - Method in class edu.sc.seis.TauP.ReflTransFluidSolid
 
getComplexTss(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFluid
 
getComplexTss(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
getComplexTss(double) - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
Calculates incident SV wave to transmitted SV wave Complex coefficient.
getCriticalDepth(int) - Method in class edu.sc.seis.TauP.SlownessModel
 
getCssClasses() - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
getCssClasses() - Method in class edu.sc.seis.TauP.WavefrontPathSegment
 
getDate() - Static method in class edu.sc.seis.TauP.BuildVersion
returns the date this file was generated, usually the last date that the project was modified.
getDEBUG() - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
getDeclaredAnnotations() - Method in class picocli.CommandLine.Model.MethodParam
 
getDeclaringExecutable() - Method in class picocli.CommandLine.Model.MethodParam
 
getDeepestPierce() - Method in class edu.sc.seis.TauP.Arrival
returns deepest point on path, in kilometers
getDefaultValueProvider() - Method in class picocli.CommandLine
Returns the default value provider for the command, or null if none has been set.
getDegrees(double) - Method in class edu.sc.seis.TauP.DistanceRay
 
getDelta() - Method in class edu.sc.seis.TauP.DistAz
 
getDeltaT() - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
Get the value of deltaT.
getDepth() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
getDepth() - Method in class edu.sc.seis.TauP.CriticalDepth
 
getDepth() - Method in class edu.sc.seis.TauP.NamedVelocityDiscon
 
getDepth() - Method in class edu.sc.seis.TauP.TimeDist
 
getDepthAxisMinMax() - Method in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
getDepthAxisMinMax() - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
getDepthRange() - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
getDepthRangeJSON() - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
getDepthRangeString() - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
getDescription() - Method in class edu.sc.seis.TauP.RayCalculateable
 
getDetailedVersion() - Static method in class edu.sc.seis.TauP.BuildVersion
 
getDirectory() - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
getDisconDepths() - Method in class edu.sc.seis.TauP.VelocityModel
 
getDist() - Method in class edu.sc.seis.TauP.Arrival
returns travel distance in radians
getDist() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getDist() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getDist() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getDist() - Method in class edu.sc.seis.TauP.TauBranch
 
getDist(int) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getDist(int) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getDist(int) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getDist(int) - Method in class edu.sc.seis.TauP.TauBranch
 
getDistanceArgs() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractRayTool
 
getDistanceDegree() - Method in class edu.sc.seis.TauP.Scatterer
 
getDistances() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
getDistances() - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
getDistAxisMinMax() - Method in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
getDistDeg() - Method in class edu.sc.seis.TauP.Arrival
returns travel distance in degrees.
getDistDeg() - Method in class edu.sc.seis.TauP.TimeDist
 
getDistRadian() - Method in class edu.sc.seis.TauP.TimeDist
 
getDRayParamDDelta() - Method in class edu.sc.seis.TauP.Arrival
 
getDRayParamDDeltaDeg() - Method in class edu.sc.seis.TauP.Arrival
 
getDuration() - Method in class edu.sc.seis.TauP.Arrival
 
getEarliestArrival(double) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getEarliestArrival(double) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getEarliestArrival(double) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getEarliestArrival(List<Arrival>) - Static method in class edu.sc.seis.TauP.Arrival
 
getEarliestArrival(List<SeismicPhase>, double) - Static method in interface edu.sc.seis.TauP.SeismicPhase
 
getEhKey() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
getEndOfOptionsDelimiter() - Method in class picocli.CommandLine
Returns the end-of-options delimiter that signals that the remaining command line arguments should be treated as positional parameters.
getEnergyFluxRpp(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getEnergyFluxRps(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getEnergyFluxRshsh(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getEnergyFluxRsp(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getEnergyFluxRss(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getEnergyFluxTpp(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getEnergyFluxTps(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getEnergyFluxTshsh(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getEnergyFluxTsp(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getEnergyFluxTss(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
getEnergyGeometricSpreadingFactor() - Method in class edu.sc.seis.TauP.Arrival
Geometrical spreading factor.
getEnergyReflTransPSV() - Method in class edu.sc.seis.TauP.Arrival
Calculates the product of the reflection and transmission coefficients for all discontinuities along the path of this arrival in the P-SV plane.
getEnergyReflTransSH() - Method in class edu.sc.seis.TauP.Arrival
Calculates the product of the reflection and transmission coefficients for all discontinuities along the path of this arrival for transverse, SH, waves.
getEnumConstantNames() - Method in interface picocli.CommandLine.Model.ITypeInfo
 
getErr() - Method in class picocli.CommandLine
Returns the writer to use when printing diagnostic (error) messages during command execution.
getEvdpkm() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
getEventList() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
getExcludeBranch() - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
getExcludedDepths(TauModel) - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
getExecutionExceptionHandler() - Method in class picocli.CommandLine
Returns the handler for dealing with exceptions that occurred in the Callable, Runnable or Method user object of a command when the command was executed.
getExecutionResult() - Method in class picocli.CommandLine
Returns the result of calling the user object Callable or invoking the user object Method after parsing the user input, or null if this command has not been executed or if this CommandLine is for a subcommand that was not specified by the end user on the command line.
getExecutionStrategy() - Method in class picocli.CommandLine
Returns the execution strategy used by the execute method to invoke the business logic on the user objects of this command and/or the user-specified subcommand(s).
getExitCode() - Method in interface picocli.CommandLine.IExitCodeGenerator
Returns the exit code that should be returned from the execute method.
getExitCode(Throwable) - Method in interface picocli.CommandLine.IExitCodeExceptionMapper
Returns the exit code that should be returned from the execute method.
getExitCodeExceptionMapper() - Method in class picocli.CommandLine
Returns the mapper that was set by the application to map from exceptions to exit codes, for use by the execute method.
getExtension(Class<T>) - Method in interface picocli.CommandLine.Model.IExtensible
Returns an instance of the specified class, or null if this extension is not supported.
getFactory() - Method in class picocli.CommandLine
Returns the factory that this CommandLine was constructed with.
getFinalPhaseSegment() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getFinalPhaseSegment() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getFinalPhaseSegment() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getFirstPiercePoint(double) - Method in class edu.sc.seis.TauP.Arrival
finds the first pierce point at the given depth.
getFreeSurfaceReceiverFunP(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getFreeSurfaceReceiverFunP(double) - Method in class edu.sc.seis.TauP.ReflTransFreeSurface
 
getFreeSurfaceReceiverFunP(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
getFreeSurfaceReceiverFunP_r(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getFreeSurfaceReceiverFunP_r(double) - Method in class edu.sc.seis.TauP.ReflTransFreeSurface
 
getFreeSurfaceReceiverFunP_r(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
getFreeSurfaceReceiverFunP_z(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getFreeSurfaceReceiverFunP_z(double) - Method in class edu.sc.seis.TauP.ReflTransFreeSurface
 
getFreeSurfaceReceiverFunP_z(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
getFreeSurfaceReceiverFunSh(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
Sh always zero due to fliud.
getFreeSurfaceReceiverFunSh(double) - Method in class edu.sc.seis.TauP.ReflTransFreeSurface
 
getFreeSurfaceReceiverFunSh(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
getFreeSurfaceReceiverFunSv(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getFreeSurfaceReceiverFunSv(double) - Method in class edu.sc.seis.TauP.ReflTransFreeSurface
 
getFreeSurfaceReceiverFunSv(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
getFreeSurfaceReceiverFunSv_r(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getFreeSurfaceReceiverFunSv_r(double) - Method in class edu.sc.seis.TauP.ReflTransFreeSurface
 
getFreeSurfaceReceiverFunSv_r(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
getFreeSurfaceReceiverFunSv_z(double) - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
getFreeSurfaceReceiverFunSv_z(double) - Method in class edu.sc.seis.TauP.ReflTransFreeSurface
 
getFreeSurfaceReceiverFunSv_z(double) - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
getFurthestPierce() - Method in class edu.sc.seis.TauP.Arrival
returns furthest distance point module pi/180 on path, in radians
getGitCommitsSinceLastTag() - Static method in class edu.sc.seis.TauP.BuildVersion
returns number of commits since last git tag
getGitDate() - Static method in class edu.sc.seis.TauP.BuildVersion
returns the git date when this file was generated, usually the last git revision when the project was modified.
getGitLastTag() - Static method in class edu.sc.seis.TauP.BuildVersion
returns the closet parent git tag
getGitLastTagDate() - Static method in class edu.sc.seis.TauP.BuildVersion
returns date of commit of last git tag
getGitRevision() - Static method in class edu.sc.seis.TauP.BuildVersion
returns the git revision when this file was generated, usually the last git revision when the project was modified.
getGitSha() - Static method in class edu.sc.seis.TauP.BuildVersion
returns the git sha when this file was generated, usually the last git revision when the project was modified.
getGitShortSha() - Static method in class edu.sc.seis.TauP.BuildVersion
returns the short git sha when this file was generated, usually the last git revision when the project was modified.
getGraphicOutputTypeArgs() - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
getGraphicOutputTypeArgs() - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
getGroup() - Static method in class edu.sc.seis.TauP.BuildVersion
returns the group of the project from the gradle build.gradle file.
getGroupMatches() - Method in class picocli.CommandLine.ParseResult
Returns the top-level container for the ArgGroupSpec match or matches found.
getHeaderFile() - Method in class edu.sc.seis.TauP.cmdline.TauP_Table
 
getHelp() - Method in class picocli.CommandLine
Returns a new Help object created by the IHelpFactory with the CommandSpec and ColorScheme of this command.
getHelpFactory() - Method in class picocli.CommandLine
Returns the IHelpFactory that is used to construct the usage help message.
getHelpSectionKeys() - Method in class picocli.CommandLine
Returns the section keys in the order that the usage help message should render the sections.
getHelpSectionMap() - Method in class picocli.CommandLine
Returns the map of section keys and renderers used to construct the usage help message.
getHighSlowness(boolean) - Method in class edu.sc.seis.TauP.SlownessModel
 
getInboundArrival() - Method in class edu.sc.seis.TauP.ScatteredArrival
 
getInboundArrival() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
Gets the arrival inbound to the scatterer from the source.
getIncidentAngleDegree() - Method in class edu.sc.seis.TauP.Arrival
 
getIncidentAngleRadian() - Method in class edu.sc.seis.TauP.Arrival
 
getInitialPhaseSegment() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getInitialPhaseSegment() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getInitialPhaseSegment() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getInverseEllipFlattening() - Method in class edu.sc.seis.TauP.cmdline.args.GeodeticArgs
 
getIocbBranch() - Method in class edu.sc.seis.TauP.TauModel
 
getIocbDepth() - Method in class edu.sc.seis.TauP.TauModel
 
getIocbDepth() - Method in class edu.sc.seis.TauP.VelocityModel
 
getIsFlat() - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
getIsPWave() - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
getKnownModels() - Method in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
getLabelRange() - Method in class edu.sc.seis.TauP.SvgEarthScaling
 
getLastPiercePoint(double) - Method in class edu.sc.seis.TauP.Arrival
finds the last pierce point at the given depth.
getLatestArrival(List<Arrival>) - Static method in class edu.sc.seis.TauP.Arrival
 
getLatLonable() - Method in class edu.sc.seis.TauP.Arrival
 
getLatLonable() - Method in class edu.sc.seis.TauP.DistanceRay
 
getLatLonable() - Method in class edu.sc.seis.TauP.RayCalculateable
 
getLatLonable() - Method in class edu.sc.seis.TauP.ShootableRay
 
getLayerNum() - Method in class edu.sc.seis.TauP.VelocityLayer
 
getLayerNum(boolean) - Method in class edu.sc.seis.TauP.CriticalDepth
 
getLayers() - Method in class edu.sc.seis.TauP.VelocityModel
 
getLegName() - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
getLevel() - Method in class picocli.CommandLine.Tracer
Returns the trace level that needs to be matched or exceeded for internal tracing statements to be printed.
getMapwidth() - Method in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
getMapwidth() - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
getMapWidth() - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
Gets the gmt map width to be used with the output script and for creating the circles for each discontinuity.
getMapWidthUnit() - Method in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
getMapWidthUnit() - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
getMapWidthUnit() - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
getMaxDeltaP() - Method in class edu.sc.seis.TauP.SlownessModel
 
getMaxDepthInterval() - Method in class edu.sc.seis.TauP.SlownessModel
 
getMaxDiffraction() - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
getMaxDistance() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getMaxDistance() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getMaxDistance() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getMaxDistanceDeg() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getMaxDistanceDeg() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getMaxDistanceDeg() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getMaxInterpError() - Method in class edu.sc.seis.TauP.SlownessModel
gets the maximum value of the estimated error due to linear interpolation.
getMaxKmpsLaps() - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
getMaxPathInc() - Static method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
getMaxPathTime() - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
getMaxRadius() - Method in class edu.sc.seis.TauP.VelocityModel
 
getMaxRangeInterval() - Method in class edu.sc.seis.TauP.SlownessModel
 
getMaxRayParam() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getMaxRayParam() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getMaxRayParam() - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
getMaxRayParam() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getMaxRayParam() - Method in class edu.sc.seis.TauP.TauBranch
 
getMaxRayParam() - Method in class edu.sc.seis.TauP.Theta
 
getMaxRayParamIndex() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getMaxRayParamIndex() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getMaxRayParamIndex() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getMaxRefraction() - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
getMaxTime() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getMaxTime() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getMaxTime() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getMethodParamPosition() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
getMinDeltaP() - Method in class edu.sc.seis.TauP.SlownessModel
 
getMinDistance() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getMinDistance() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getMinDistance() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getMinDistanceDeg() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getMinDistanceDeg() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getMinDistanceDeg() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getMinRadius() - Method in class edu.sc.seis.TauP.VelocityModel
 
getMinRayParam() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getMinRayParam() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getMinRayParam() - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
getMinRayParam() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getMinRayParam() - Method in class edu.sc.seis.TauP.TauBranch
 
getMinRayParam(double, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
 
getMinRayParamIndex() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getMinRayParamIndex() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getMinRayParamIndex() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getMinTime() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getMinTime() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getMinTime() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getMinTurnRayParam() - Method in class edu.sc.seis.TauP.TauBranch
 
getMinTurnRayParam(double, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
 
getMissing() - Method in exception picocli.CommandLine.MissingParameterException
 
getMixinName() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
getMixins() - Method in class picocli.CommandLine
Returns a map of user objects whose options and positional parameters were added to ("mixed in" with) this command.
getModelArgs() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
getModelFilename() - Method in class edu.sc.seis.TauP.cmdline.args.InputVelocityModelArgs
 
getModelName() - Method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
getModelName() - Method in class edu.sc.seis.TauP.cmdline.args.TableModelArgs
 
getModelName() - Method in class edu.sc.seis.TauP.TauModel
 
getModelName() - Method in class edu.sc.seis.TauP.VelocityModel
get the model name.
getModelNameFromFileName(String) - Static method in class edu.sc.seis.TauP.VelocityModel
 
getModelSplitDepths() - Method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
getModuloDist() - Method in class edu.sc.seis.TauP.Arrival
returns distance in radians and in the range 0-PI.
getModuloDistDeg() - Method in class edu.sc.seis.TauP.Arrival
returns distance in degrees and in the range 0-180.
getModuloSearchDistDeg() - Method in class edu.sc.seis.TauP.Arrival
returns search distance in degrees and in the range 0-180.
getMohoBranch() - Method in class edu.sc.seis.TauP.TauModel
 
getMohoDepth() - Method in class edu.sc.seis.TauP.TauModel
 
getMohoDepth() - Method in class edu.sc.seis.TauP.VelocityModel
 
getMoment() - Method in class edu.sc.seis.TauP.cmdline.args.SeismicSourceArgs
 
getMovedSample() - Method in class edu.sc.seis.TauP.SplitLayerInfo
 
getMseed3FileNames() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
getMw() - Method in class edu.sc.seis.TauP.cmdline.args.SeismicSourceArgs
 
getName() - Method in class edu.sc.seis.TauP.Arrival
returns phase name
getName() - Static method in class edu.sc.seis.TauP.BuildVersion
returns the name of the project from the gradle build.gradle file.
getName() - Method in class edu.sc.seis.TauP.NamedVelocityDiscon
 
getName() - Method in class edu.sc.seis.TauP.PhaseName
 
getName() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
getName() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getName() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getName() - Method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
getName() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getName() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
getName() - Method in class picocli.CommandLine.Model.MethodParam
 
getNamedDisconForDepth(double) - Method in class edu.sc.seis.TauP.VelocityModel
 
getNeededSplit() - Method in class edu.sc.seis.TauP.SplitLayerInfo
 
getNegatableOptionTransformer() - Method in class picocli.CommandLine
Returns the INegatableOptionTransformer used to create the negative form of negatable options.
getNetworks() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
getNoDisconDepths() - Method in class edu.sc.seis.TauP.TauModel
Branches, such as the branch with the source at its top, that are not allowed to have reflections and phase conversions at their tops.
getNumBranches() - Method in class edu.sc.seis.TauP.TauModel
 
getNumCriticalDepths() - Method in class edu.sc.seis.TauP.SlownessModel
 
getNumLayers() - Method in class edu.sc.seis.TauP.VelocityModel
Returns the number of layers in this velocity model.
getNumLayers(boolean) - Method in class edu.sc.seis.TauP.SlownessModel
 
getNumPathPoints() - Method in class edu.sc.seis.TauP.Arrival
 
getNumPhases() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
getNumPiercePoints() - Method in class edu.sc.seis.TauP.Arrival
 
getNumRays() - Method in class edu.sc.seis.TauP.FailedSeismicPhase
 
getNumRays() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getNumRays() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getNumRays() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getNumXTicks() - Method in class edu.sc.seis.TauP.XYPlotOutput
 
getNumYTicks() - Method in class edu.sc.seis.TauP.XYPlotOutput
 
getOneRayParam(int) - Method in class edu.sc.seis.TauP.TauModel
 
getOriginTime() - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
getOut() - Method in class picocli.CommandLine
Returns the writer used when printing user-requested usage help or version help during command execution.
getOutFile() - Method in class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
 
getOutFile() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityMerge
 
getOutFileBase() - Method in class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.args.SeismogramOutputTypeArgs
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.args.TableOutputTypeArgs
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.args.TauModelOutputTypeArgs
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.args.TextOutputTypeArgs
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.args.VelModelOutputTypeArgs
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.TauP_PhaseDescribe
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.TauP_Table
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.TauP_Time
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.TauP_Version
 
getOutFileExtension() - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.args.SeismogramOutputTypeArgs
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.args.TableOutputTypeArgs
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.args.TauModelOutputTypeArgs
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.args.TextOutputTypeArgs
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.args.VelModelOutputTypeArgs
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_PhaseDescribe
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_Table
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_Time
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityMerge
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_Version
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
getOutputFormat() - Method in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
getOutputStream() - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
getOutputTypeArgs() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
getOverwritten() - Method in exception picocli.CommandLine.OverwrittenOptionException
Returns the CommandLine.Model.ArgSpec for the option which was being overwritten.
getP() - Method in class edu.sc.seis.TauP.TimeDist
 
getParameterExceptionHandler() - Method in class picocli.CommandLine
Returns the handler for dealing with invalid user input when the command is executed.
getParameterizedType() - Method in class picocli.CommandLine.Model.MethodParam
 
getParent() - Method in class picocli.CommandLine
Returns the command that this is a subcommand of, or null if this is a top-level command.
getParseResult() - Method in class picocli.CommandLine
 
getPath() - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
getPath() - Method in class edu.sc.seis.TauP.Arrival
returns path points as TimeDist objects.
getPathEnd() - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
getPathPoint(int) - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
getPathSegments() - Method in class edu.sc.seis.TauP.Arrival
 
getPathStart() - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
getPhase() - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
getPhase() - Method in class edu.sc.seis.TauP.Arrival
 
getPhaseNamesAsString(List<PhaseName>) - Static method in class edu.sc.seis.TauP.cmdline.args.PhaseArgs
 
getPhaseSegments() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getPhaseSegments() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getPhaseSegments() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
Description of segments of the phase.
getPierce() - Method in class edu.sc.seis.TauP.Arrival
returns pierce points as TimeDist objects.
getPiercePoint(int) - Method in class edu.sc.seis.TauP.Arrival
 
getPixelWidth() - Method in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
getPixelWidth() - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
getPLayerNum() - Method in class edu.sc.seis.TauP.CriticalDepth
 
getPreferredName() - Method in class edu.sc.seis.TauP.NamedVelocityDiscon
 
getProto() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getPsFile() - Method in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
getPsFile() - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
getPuristName() - Method in class edu.sc.seis.TauP.Arrival
returns purist's version of name.
getPuristName() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
getPuristName() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getPuristName() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getPuristName() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getQuakemlFilename() - Method in class edu.sc.seis.TauP.cmdline.args.QmlStaxmlArgs
 
getQuakeOTimeTol() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
getQuakes() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
getRadialAzimuth() - Method in class edu.sc.seis.TauP.DistAz
 
getRadians() - Method in class edu.sc.seis.TauP.Theta
Get the value of radians.
getRadians(double) - Method in class edu.sc.seis.TauP.DistanceRay
 
getRadiusOfEarth() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
getRadiusOfEarth() - Method in class edu.sc.seis.TauP.SlownessModel
 
getRadiusOfEarth() - Method in class edu.sc.seis.TauP.TauModel
 
getRadiusOfEarth() - Method in class edu.sc.seis.TauP.VelocityModel
gets radius of the earth (km), by default 6371 kilometers.
getRayCalculatables() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
getRayCalculateable() - Method in class edu.sc.seis.TauP.Arrival
 
getRayParam() - Method in class edu.sc.seis.TauP.Arrival
returns ray parameter in seconds per radian
getRayParam() - Method in class edu.sc.seis.TauP.RayParamRay
ray param in s/radian
getRayParam() - Method in class edu.sc.seis.TauP.SplitLayerInfo
 
getRayParamDeg() - Method in class edu.sc.seis.TauP.Arrival
returns ray parameter in seconds per deg
getRayParamDegRays() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
getRayParamIndex() - Method in class edu.sc.seis.TauP.Arrival
 
getRayParamIndexRays() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
getRayParamKmRays() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
getRayParamRadianRays() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
getRayParamRange() - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
getRayParams() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getRayParams() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getRayParams() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getRayParams() - Method in class edu.sc.seis.TauP.TauModel
 
getRayParams() - Method in class edu.sc.seis.TauP.Theta
 
getRayParams(int) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getRayParams(int) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getRayParams(int) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getRayParamSKm() - Method in class edu.sc.seis.TauP.RayParamKmRay
ray param in s/km
getRayparamStep() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
getRealCoefficient(Complex) - Static method in class edu.sc.seis.TauP.ReflTrans
 
getReceiverDepth() - Method in class edu.sc.seis.TauP.Arrival
returns receiver (station) depth in kilometers
getReceiverDepth() - Method in class edu.sc.seis.TauP.RayCalculateable
 
getReceiverDepth() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getReceiverDepth() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getReceiverDepth() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getReceiverDepths() - Method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
getReceiverDepths() - Method in class edu.sc.seis.TauP.cmdline.args.TableModelArgs
 
getReceiverDepths() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
getReceiverDepths() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractRayTool
 
getReduceVelDeg() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
getReduceVelKm() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
getReduceVelRadian() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
getRedVelLabel() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
getRelativePhaseName() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
getRelativeToArrival() - Method in class edu.sc.seis.TauP.Arrival
 
getResourceBundle() - Method in class picocli.CommandLine
Returns the ResourceBundle of this command or null if no resource bundle is set.
getRpp(double) - Method in class edu.sc.seis.TauP.ReflTrans
Calculates incident P wave to reflected P wave coefficient.
getRps(double) - Method in class edu.sc.seis.TauP.ReflTrans
Calculates incident P wave to reflected SV wave coefficient.
getRshsh(double) - Method in class edu.sc.seis.TauP.ReflTrans
Calculates incident SH wave to reflected SH wave coefficient.
getRsp(double) - Method in class edu.sc.seis.TauP.ReflTrans
Calculates incident SV wave to reflected P wave coefficient.
getRss(double) - Method in class edu.sc.seis.TauP.ReflTrans
Calculates incident SV wave to reflected SV wave coefficient.
getScatterDistMulFactor() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getScatteredArrival() - Method in class edu.sc.seis.TauP.ScatteredArrival
 
getScatteredPhase() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
Gets the simple phase from the scatterer to the receiver, equivalent to setting a source at the scatterer location.
getScatteredSeismicPhase() - Method in class edu.sc.seis.TauP.ScatteredArrival
 
getScatterer() - Method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
Returns the scatterer if set, null otherwise.
getScatterer() - Method in class edu.sc.seis.TauP.cmdline.args.TableModelArgs
Returns the scatterer if set, null otherwise.
getScatterer() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
getScattererDepth() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
getScattererDepth() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getScattererDistance() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getScattererDistanceDeg() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getScope() - Method in interface picocli.CommandLine.Model.IScoped
Get the CommandLine.Model.IScope instance.
getSearchDistDeg() - Method in class edu.sc.seis.TauP.Arrival
returns search distance in degrees.
getSegmentIndex() - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
getSegmentName() - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
getSeismicPhases() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
getSeparator() - Method in class picocli.CommandLine
Returns the String that separates option names from option values when parsing command line options.
getShallowestPierce() - Method in class edu.sc.seis.TauP.Arrival
returns shallowest point on path, in kilometers
getSLayerNum() - Method in class edu.sc.seis.TauP.CriticalDepth
 
getSlownessLayer(int, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
Returns the SlownessLayer of the requested waveType.
getSlownessModel() - Method in class edu.sc.seis.TauP.SplitLayerInfo
 
getSlownessModel() - Method in class edu.sc.seis.TauP.TauModel
 
getSlownessTolerance() - Method in class edu.sc.seis.TauP.SlownessModel
 
getSourceBranch() - Method in class edu.sc.seis.TauP.TauModel
 
getSourceDepth() - Method in class edu.sc.seis.TauP.Arrival
returns source depth in kilometers
getSourceDepth() - Method in class edu.sc.seis.TauP.RayCalculateable
 
getSourceDepth() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getSourceDepth() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getSourceDepth() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getSourceDepth() - Method in class edu.sc.seis.TauP.TauModel
 
getSourceDepths() - Method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
getSourceDepths() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
getSourceDepths() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractRayTool
 
getSourceTimeDist() - Method in class edu.sc.seis.TauP.Arrival
Create TimeDist point for source, first point in pierce or path.
getSpherical() - Method in class edu.sc.seis.TauP.VelocityModel
 
getStationList() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
getStationxmlFilename() - Method in class edu.sc.seis.TauP.cmdline.args.QmlStaxmlArgs
 
getStepRayParam(double, double) - Method in class edu.sc.seis.TauP.Theta
 
getString(String, String) - Method in class picocli.CommandLine.Model.Messages
Returns the String value found in the resource bundle for the specified key, or the specified default value if not found.
getStringArray(String, String[]) - Method in class picocli.CommandLine.Model.Messages
Returns the String array value found in the resource bundle for the specified key, or the specified default value if not found.
getStyledChars(int, int, CommandLine.Help.Ansi.Text, int) - Method in class picocli.CommandLine.Help.Ansi.Text
Copies the specified substring of this Text into the specified destination, preserving the markup.
getSubcommands() - Method in class picocli.CommandLine
Returns a map with the subcommands registered on this instance.
getSuggestions() - Method in exception picocli.CommandLine.UnmatchedArgumentException
Returns suggested solutions if such solutions exist, otherwise returns an empty list.
getTakeoffAngleDegree() - Method in class edu.sc.seis.TauP.Arrival
 
getTakeoffAngleRadian() - Method in class edu.sc.seis.TauP.Arrival
 
getTakeoffAngleRays() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
getTau() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getTau() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getTau() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getTau() - Method in class edu.sc.seis.TauP.TauBranch
 
getTau(int) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getTau(int) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getTau(int) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getTau(int) - Method in class edu.sc.seis.TauP.TauBranch
 
getTauBranch(int, boolean) - Method in class edu.sc.seis.TauP.TauModel
 
getTauBranchAtDepth(double, boolean) - Method in class edu.sc.seis.TauP.TauModel
Gets the branch that either has the depth as its top boundary, or strictly contains the depth.
getTauModel() - Method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
getTauModel() - Method in class edu.sc.seis.TauP.cmdline.args.TableModelArgs
 
getTauModel() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getTauModel() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getTauModel() - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
getTauModel() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getTauModelDepthCorrected(double) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
Gets depth corrected TauModel.
getTauModelName() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
getter() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Returns the CommandLine.Model.IGetter that is responsible for supplying the value of the annotated program element associated with this group.
getter() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the CommandLine.Model.IGetter that is responsible for supplying the value of the annotated program element associated with this group.
getter() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the CommandLine.Model.IGetter that is responsible for supplying the value of this argument.
getter() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
getter() - Method in class picocli.CommandLine.Model.UnmatchedArgsBinding
Returns the getter responsible for producing a Collection that the unmatched arguments can be added to.
getter(CommandLine.Model.IGetter) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Sets the CommandLine.Model.IGetter that is responsible for getting the value of the annotated program element associated with this group, and returns this builder.
getTheta(double) - Method in class edu.sc.seis.TauP.Theta
 
getThetaAtX() - Method in class edu.sc.seis.TauP.Theta
 
getThetaIndex(double) - Method in class edu.sc.seis.TauP.Theta
 
getThickness() - Method in class edu.sc.seis.TauP.VelocityLayer
 
getTicks(double, double, int, boolean) - Static method in class edu.sc.seis.TauP.PlotTicks
 
getTime() - Method in class edu.sc.seis.TauP.Arrival
 
getTime() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getTime() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getTime() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getTime() - Method in class edu.sc.seis.TauP.TauBranch
 
getTime() - Method in class edu.sc.seis.TauP.TimeDist
 
getTime(int) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
getTime(int) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
getTime(int) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getTime(int) - Method in class edu.sc.seis.TauP.TauBranch
 
getTimeStep() - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
getTimeVal() - Method in class edu.sc.seis.TauP.WavefrontPathSegment
 
getTitle() - Method in class edu.sc.seis.TauP.XYPlotOutput
 
gettMod() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
gettMod() - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
gettMod() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
getToolForName(String) - Static method in class edu.sc.seis.TauP.cmdline.ToolRun
 
getTopDensity() - Method in class edu.sc.seis.TauP.ReflTrans
 
getTopDensity() - Method in class edu.sc.seis.TauP.VelocityLayer
 
getTopDepth() - Method in class edu.sc.seis.TauP.SlownessLayer
 
getTopDepth() - Method in class edu.sc.seis.TauP.TauBranch
 
getTopDepth() - Method in class edu.sc.seis.TauP.VelocityLayer
 
getTopP() - Method in class edu.sc.seis.TauP.SlownessLayer
 
getTopPVelocity() - Method in class edu.sc.seis.TauP.VelocityLayer
 
getTopQp() - Method in class edu.sc.seis.TauP.VelocityLayer
 
getTopQs() - Method in class edu.sc.seis.TauP.VelocityLayer
 
getTopSVelocity() - Method in class edu.sc.seis.TauP.VelocityLayer
 
getTopVp() - Method in class edu.sc.seis.TauP.ReflTrans
 
getTopVs() - Method in class edu.sc.seis.TauP.ReflTrans
 
getToString() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
getTpp(double) - Method in class edu.sc.seis.TauP.ReflTrans
Calculates incident P wave to transmitted P wave coefficient.
getTps(double) - Method in class edu.sc.seis.TauP.ReflTrans
Calculates incident P wave to transmitted SV wave coefficient.
getTransverseAzimuth() - Method in class edu.sc.seis.TauP.DistAz
 
getTshsh(double) - Method in class edu.sc.seis.TauP.ReflTrans
Calculates incident SH wave to transmitted SH wave coefficient.
getTsp(double) - Method in class edu.sc.seis.TauP.ReflTrans
Calculates incident SV wave to transmitted P wave coefficient.
getTss(double) - Method in class edu.sc.seis.TauP.ReflTrans
Calculates incident SV wave to transmitted SV wave coefficient.
getType() - Method in interface picocli.CommandLine.Model.ITypeInfo
Returns the class that the option or parameter value should be converted to when matched on the command line.
getType() - Method in class picocli.CommandLine.Model.MethodParam
 
getTypeInfo() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
getUnmatched() - Method in exception picocli.CommandLine.UnmatchedArgumentException
Returns the unmatched command line arguments.
getUnmatchedArguments() - Method in class picocli.CommandLine
Returns the list of unmatched command line arguments, if any.
getUpDownJSON() - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
getUsage() - Static method in class edu.sc.seis.TauP.cmdline.ToolRun
 
getUsageHelpLongOptionsMaxWidth() - Method in class picocli.CommandLine
Returns the maximum usage help long options column max width to the specified value.
getUsageHelpWidth() - Method in class picocli.CommandLine
Returns the maximum width of the usage help message.
getUsageMessage() - Method in class picocli.CommandLine
Similar to CommandLine.usage(PrintStream), but returns the usage help message as a String instead of printing it to the PrintStream.
getUsageMessage(CommandLine.Help.Ansi) - Method in class picocli.CommandLine
Similar to CommandLine.usage(PrintStream, Help.Ansi), but returns the usage help message as a String instead of printing it to the PrintStream.
getUsageMessage(CommandLine.Help.ColorScheme) - Method in class picocli.CommandLine
Similar to CommandLine.usage(PrintStream, Help.ColorScheme), but returns the usage help message as a String instead of printing it to the PrintStream.
getValue() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the current value of this argument.
getValue() - Method in exception picocli.CommandLine.ParameterException
Returns the String value for the (sub)command whose input could not be parsed.
getVelFileType() - Method in class edu.sc.seis.TauP.cmdline.args.InputVelocityModelArgs
 
getVelLayerNum() - Method in class edu.sc.seis.TauP.CriticalDepth
 
getVelModelArgs() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
getVelocityLayer(int) - Method in class edu.sc.seis.TauP.VelocityModel
 
getVelocityLayerClone(int) - Method in class edu.sc.seis.TauP.VelocityModel
 
getVelocityModel() - Method in class edu.sc.seis.TauP.SlownessModel
 
getVelocityModel() - Method in class edu.sc.seis.TauP.TauModel
 
getVelocityModelArgsList() - Method in class edu.sc.seis.TauP.cmdline.args.VelocityModelListArgs
 
getVersion() - Static method in class edu.sc.seis.TauP.BuildVersion
returns the version of the project from the gradle build.gradle file.
getVersion() - Method in class edu.sc.seis.TauP.cmdline.args.VersionProvider
 
getVersion() - Method in interface picocli.CommandLine.IVersionProvider
Returns version information for a command.
getVersionAsJSON() - Static method in class edu.sc.seis.TauP.BuildVersion
 
getWavetypeColors() - Method in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
getxAxisMinMax() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
getxAxisMinMax() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
getxAxisMinMax() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
getxAxisType() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
getxAxisType() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
getxAxisType() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
getXLabel() - Method in class edu.sc.seis.TauP.XYPlotOutput
 
getyAxisMinMax() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
getyAxisMinMax() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
getyAxisMinMax() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
getyAxisType() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
getyAxisType() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
getyAxisType() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
getYLabel() - Method in class edu.sc.seis.TauP.XYPlotOutput
 
getZoomScale() - Method in class edu.sc.seis.TauP.SvgEarthScaling
 
getZoomTranslateX() - Method in class edu.sc.seis.TauP.SvgEarthScaling
 
getZoomTranslateY() - Method in class edu.sc.seis.TauP.SvgEarthScaling
 
GMT - Static variable in interface edu.sc.seis.TauP.cmdline.args.OutputTypes
 
gmtColor(String) - Static method in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
gmtScript - Variable in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
gmtScript - Variable in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
GraphicOutputTypeArgs - Class in edu.sc.seis.TauP.cmdline.args
 
GraphicOutputTypeArgs(String, String) - Constructor for class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
group() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the groups this option or positional parameter belongs to, or null if this option is not part of a group.
group() - Method in class picocli.CommandLine.ParseResult.GroupMatch
Returns the ArgGroupSpec of the container GroupMatchContainer of this match.
group() - Method in class picocli.CommandLine.ParseResult.GroupMatchContainer
Returns the ArgGroupSpec whose matches are captured in this GroupMatchContainer.
GUI - Variable in class edu.sc.seis.TauP.cmdline.TauP_Create
 
GUI - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 

H

H - Variable in class edu.sc.seis.TauP.ReflTransSolidSolid
 
handle(CommandLine.ParseResult) - Method in class picocli.CommandLine.AbstractParseResultHandler
Deprecated.
Processes the specified ParseResult and returns the result as a list of objects.
handle(CommandLine.ParseResult) - Method in class picocli.CommandLine.RunAll
Executes the top-level command and all subcommands as Runnable or Callable.
handle(CommandLine.ParseResult) - Method in class picocli.CommandLine.RunFirst
Executes the top-level Runnable or Callable subcommand.
handle(CommandLine.ParseResult) - Method in class picocli.CommandLine.RunLast
Executes the most specific Runnable or Callable subcommand.
handleCmdLine(TauP_Tool, Map<String, Deque<String>>, HttpServerExchange) - Method in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
handleException(CommandLine.ParameterException, PrintStream, CommandLine.Help.Ansi, String...) - Method in class picocli.CommandLine.DefaultExceptionHandler
Deprecated.
 
handleException(CommandLine.ParameterException, PrintStream, CommandLine.Help.Ansi, String...) - Method in interface picocli.CommandLine.IExceptionHandler
Deprecated.
Handles a ParameterException that occurred while parsing the command line arguments and optionally returns a list of results.
handleExecutionException(Exception, CommandLine, CommandLine.ParseResult) - Method in interface picocli.CommandLine.IExecutionExceptionHandler
Handles an Exception that occurred while executing the Runnable or Callable command and returns an exit code suitable for returning from CommandLine.execute(String...).
handleExecutionException(CommandLine.ExecutionException, CommandLine.ParseResult) - Method in class picocli.CommandLine.DefaultExceptionHandler
Deprecated.
This implementation always simply rethrows the specified exception.
handleExecutionException(CommandLine.ExecutionException, CommandLine.ParseResult) - Method in interface picocli.CommandLine.IExceptionHandler2
Deprecated.
Handles a ExecutionException that occurred while executing the Runnable or Callable command and optionally returns a list of results.
handleKnownModels(Map<String, Deque<String>>, HttpServerExchange) - Method in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
handleParamHelp(Map<String, Deque<String>>, HttpServerExchange) - Method in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
handleParseException(CommandLine.ParameterException, String[]) - Method in class picocli.CommandLine.DefaultExceptionHandler
Deprecated.
Prints the message of the specified exception, followed by the usage message for the command or subcommand whose input was invalid, to the stream returned by CommandLine.AbstractHandler.err().
handleParseException(CommandLine.ParameterException, String[]) - Method in interface picocli.CommandLine.IExceptionHandler2
Deprecated.
Handles a ParameterException that occurred while parsing the command line arguments and optionally returns a list of results.
handleParseException(CommandLine.ParameterException, String[]) - Method in interface picocli.CommandLine.IParameterExceptionHandler
Handles a ParameterException that occurred while parsing the command line arguments and returns an exit code suitable for returning from CommandLine.execute(String...).
handleParseResult(List<CommandLine>, PrintStream, CommandLine.Help.Ansi) - Method in interface picocli.CommandLine.IParseResultHandler
Deprecated.
Processes a List of CommandLine objects resulting from successfully parsing the command line arguments and optionally returns a list of results.
handleParseResult(List<CommandLine>, PrintStream, CommandLine.Help.Ansi) - Method in class picocli.CommandLine.RunAll
Prints help if requested, and otherwise executes the top-level command and all subcommands as Runnable, Callable or Method.
handleParseResult(List<CommandLine>, PrintStream, CommandLine.Help.Ansi) - Method in class picocli.CommandLine.RunFirst
Prints help if requested, and otherwise executes the top-level Runnable or Callable command.
handleParseResult(List<CommandLine>, PrintStream, CommandLine.Help.Ansi) - Method in class picocli.CommandLine.RunLast
Prints help if requested, and otherwise executes the most specific Runnable or Callable subcommand.
handleParseResult(CommandLine.ParseResult) - Method in class picocli.CommandLine.AbstractParseResultHandler
Deprecated.
Prints help if requested, and otherwise calls CommandLine.AbstractParseResultHandler.handle(CommandLine.ParseResult).
handleParseResult(CommandLine.ParseResult) - Method in interface picocli.CommandLine.IParseResultHandler2
Deprecated.
Processes the ParseResult object resulting from successfully parsing the command line arguments and returns a return value.
hasArrivals() - Method in class edu.sc.seis.TauP.FailedSeismicPhase
 
hasArrivals() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
hasArrivals() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
hasArrivals() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
hasAtFileParameter() - Method in class picocli.CommandLine.Help
Returns true if the usage help should show the at file parameter in the parameter list, otherwise false.
hasAzimuth() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
hasBackAzimuth() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
hasDepthAxisMinMax() - Method in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
hasDescription() - Method in class edu.sc.seis.TauP.RayCalculateable
 
hasDistAxisMinMax() - Method in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
hasEventLatLon() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
hasExitCode() - Method in class picocli.CommandLine.AbstractHandler
Deprecated.
Returns true if an exit code was set with CommandLine.AbstractHandler.andExit(int), or false (the default) if the handler should not call System.exit(int) after processing completes.
hashCode() - Method in class edu.sc.seis.TauP.Complex
Returns a hashcode for this Complex.
hashCode() - Method in class edu.sc.seis.TauP.DistAz
 
hashCode() - Method in class edu.sc.seis.TauP.TimeDist
 
hashCode() - Method in class picocli.CommandLine.Help.Ansi.Text
 
hashCode() - Method in class picocli.CommandLine.Help.ColorScheme
 
hashCode() - Method in class picocli.CommandLine.Help.Column
 
hashCode() - Method in class picocli.CommandLine.Model.ArgGroupSpec
 
hashCode() - Method in class picocli.CommandLine.Model.OptionSpec
 
hashCode() - Method in class picocli.CommandLine.Model.PositionalParamSpec
 
hashCode() - Method in class picocli.CommandLine.Range
 
hashCodeImpl() - Method in class picocli.CommandLine.Model.ArgSpec
 
hasInitialValue() - Method in class picocli.CommandLine.Model.ArgSpec
Determines whether the option or positional parameter will be reset to the CommandLine.Model.ArgSpec.initialValue() before parsing new input.
hasInitialValue() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
hasMatchedOption(char) - Method in class picocli.CommandLine.ParseResult
Returns whether an option whose aliases include the specified short name was matched on the command line.
hasMatchedOption(String) - Method in class picocli.CommandLine.ParseResult
Returns whether an option whose aliases include the specified name was matched on the command line.
hasMatchedOption(CommandLine.Model.OptionSpec) - Method in class picocli.CommandLine.ParseResult
Returns whether the specified option was matched on the command line.
hasMatchedPositional(int) - Method in class picocli.CommandLine.ParseResult
Returns whether a positional parameter was matched at the specified position.
hasMatchedPositional(CommandLine.Model.PositionalParamSpec) - Method in class picocli.CommandLine.ParseResult
Returns whether the specified positional parameter was matched on the command line.
hasQml() - Method in class edu.sc.seis.TauP.cmdline.args.QmlStaxmlArgs
 
hasReceiverDepth() - Method in class edu.sc.seis.TauP.RayCalculateable
 
hasSourceDepth() - Method in class edu.sc.seis.TauP.RayCalculateable
 
hasStationLatLon() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
hasStationXML() - Method in class edu.sc.seis.TauP.cmdline.args.QmlStaxmlArgs
 
hasSubcommand() - Method in class picocli.CommandLine.ParseResult
Returns true if a subcommand was matched on the command line, false otherwise.
HEAD - edu.sc.seis.TauP.PhaseInteraction
Used by addToBranch when the path is head wave along a boundary.
HEAD_CODE - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
headDiffRE - Static variable in class edu.sc.seis.TauP.LegPuller
 
header() - Method in annotation type picocli.CommandLine.Command
Optional summary description of the command, shown before the synopsis.
header() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the optional header lines displayed at the top of the help message.
header(Object...) - Method in class picocli.CommandLine.Help
Returns the command header text as a string.
header(String...) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the optional header lines displayed at the top of the help message.
headerFile - Variable in class edu.sc.seis.TauP.cmdline.TauP_Table
 
headerHeading() - Method in annotation type picocli.CommandLine.Command
Set the heading preceding the header section.
headerHeading() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the optional heading preceding the header section.
headerHeading(Object...) - Method in class picocli.CommandLine.Help
Returns the text displayed before the header text; the result of String.format(headerHeading, params).
headerHeading(String) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the heading preceding the header section.
heading() - Method in annotation type picocli.CommandLine.ArgGroup
The heading of this group, used when generating the usage documentation.
heading() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Returns the heading of this group, used when generating the usage documentation.
heading() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the heading of this group (may be null), used when generating the usage documentation.
heading(String) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Sets the heading of this group (may be null), used when generating the usage documentation.
headingKey() - Method in annotation type picocli.CommandLine.ArgGroup
ResourceBundle key for this group's usage help message section heading.
headingKey() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Returns the heading key of this group, used to get the heading from a resource bundle.
headingKey() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the heading key of this group (may be null), used to get the heading from a resource bundle.
headingKey(String) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Sets the heading key of this group, used to get the heading from a resource bundle.
heavyside2ndDerivative(float[], float, float) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
help() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
help() - Method in class picocli.CommandLine.Model.OptionSpec
help() - Method in annotation type picocli.CommandLine.Option
This should rarely be used: the recommended attributes are usageHelp and versionHelp.
help(boolean) - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Sets whether this option disables validation of the other arguments, and returns this builder.
Help(Object) - Constructor for class picocli.CommandLine.Help
Constructs a new Help instance with a default color scheme, initialized from annotations on the specified class and superclasses.
Help(Object, CommandLine.Help.Ansi) - Constructor for class picocli.CommandLine.Help
Constructs a new Help instance with a default color scheme, initialized from annotations on the specified class and superclasses.
Help(Object, CommandLine.Help.ColorScheme) - Constructor for class picocli.CommandLine.Help
Help(CommandLine.Model.CommandSpec, CommandLine.Help.ColorScheme) - Constructor for class picocli.CommandLine.Help
Constructs a new Help instance with the specified color scheme, initialized from annotations on the specified class and superclasses.
helpCommand() - Method in annotation type picocli.CommandLine.Command
Set this attribute to true if this subcommand is a help command, and required options and positional parameters of the parent command should not be validated.
helpCommand() - Method in class picocli.CommandLine.Model.CommandSpec
Returns whether this subcommand is a help command, and required options and positional parameters of the parent command should not be validated.
helpCommand(boolean) - Method in class picocli.CommandLine.Model.CommandSpec
Sets whether this is a help command and required parameter checking should be suspended.
HelpCommand() - Constructor for class picocli.CommandLine.HelpCommand
 
helpFactory() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the IHelpFactory that is used to construct the usage help message.
helpFactory(CommandLine.IHelpFactory) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets a new IHelpFactory to customize the usage help message.
hidden() - Method in annotation type picocli.CommandLine.Command
Set hidden=true if this command should not be included in the list of commands in the usage help of the parent command.
hidden() - Method in class picocli.CommandLine.Model.ArgSpec
Returns whether this option should be excluded from the usage message.
hidden() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns whether this command should be hidden from the usage help message of the parent command.
hidden() - Method in annotation type picocli.CommandLine.Option
Set hidden=true if this option should not be included in the usage help message.
hidden() - Method in annotation type picocli.CommandLine.Parameters
Set hidden=true if this parameter should not be included in the usage message.
hidden(boolean) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Set the hidden flag on this command to control whether to show or hide it in the help usage text of the parent command.
hideParamSyntax() - Method in class picocli.CommandLine.Model.ArgSpec
Returns whether usage syntax decorations around the paramLabel should be suppressed.
hideParamSyntax() - Method in annotation type picocli.CommandLine.Option
Returns whether usage syntax decorations around the paramLabel should be suppressed.
hideParamSyntax() - Method in annotation type picocli.CommandLine.Parameters
Returns whether usage syntax decorations around the paramLabel should be suppressed.
highSlownessLayerDepthsP - Variable in class edu.sc.seis.TauP.SlownessModel
Stores depth ranges that contains a high slowness zone for P.
highSlownessLayerDepthsS - Variable in class edu.sc.seis.TauP.SlownessModel
Stores depth ranges that contains a high slowness zone for S.

I

i - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
I - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
ICE - Static variable in class edu.sc.seis.TauP.NamedVelocityDiscon
 
ICEBED - Static variable in class edu.sc.seis.TauP.NamedVelocityDiscon
 
ICECRUST - Static variable in class edu.sc.seis.TauP.NamedVelocityDiscon
 
ICOCB - Static variable in class edu.sc.seis.TauP.NamedVelocityDiscon
 
im - Variable in class edu.sc.seis.TauP.Complex
 
imag(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the imaginary part of a Complex object.
inboundEnergyP(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
inboundEnergyS(double) - Method in class edu.sc.seis.TauP.ReflTrans
 
incidentangle - edu.sc.seis.TauP.AxisType
 
indent - Variable in class picocli.CommandLine.Help.Column
Indent (number of empty spaces at the start of the column preceding the text value)
indentWrappedLines - Variable in class picocli.CommandLine.Help.TextTable
By default, indent wrapped lines by 2 spaces.
index - edu.sc.seis.TauP.AxisType
 
index() - Method in class picocli.CommandLine.Model.PositionalParamSpec.Builder
Returns an index or range specifying which of the command line arguments should be assigned to this positional parameter.
index() - Method in class picocli.CommandLine.Model.PositionalParamSpec
Returns an index or range specifying which of the command line arguments should be assigned to this positional parameter.
index() - Method in annotation type picocli.CommandLine.Parameters
Specify an index ("0", or "1", etc.) to pick which of the command line arguments should be assigned to this field.
index(String) - Method in class picocli.CommandLine.Model.PositionalParamSpec.Builder
Sets the index or range specifying which of the command line arguments should be assigned to this positional parameter, and returns this builder.
index(CommandLine.Range) - Method in class picocli.CommandLine.Model.PositionalParamSpec.Builder
Sets the index or range specifying which of the command line arguments should be assigned to this positional parameter, and returns this builder.
indown - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
info(String) - Static method in class edu.sc.seis.TauP.Alert
 
info(String, Object...) - Method in class picocli.CommandLine.Tracer
Prints the specified message if the current trace level is INFO or higher.
INFO - picocli.CommandLine.TraceLevel
 
INHERIT - picocli.CommandLine.ScopeType
The element exists in the command where the element is defined and all descendants (subcommands, sub-subcommands, etc.).
inherited() - Method in class picocli.CommandLine.Model.ArgSpec
Returns whether this option is inherited from a parent command.
inherited() - Method in class picocli.CommandLine.Model.CommandSpec
Returns whether this command is inherited from a parent command.
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
preforms intialization of the tool.
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_Table
 
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_Time
preforms intialization of the tool.
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityMerge
 
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_Version
 
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
init() - Method in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
init(CommandLine, CommandLine.Help.Ansi, PrintStream, PrintStream) - Method in class picocli.CommandLine.HelpCommand
Deprecated.
init(CommandLine, CommandLine.Help.Ansi, PrintStream, PrintStream) - Method in interface picocli.CommandLine.IHelpCommandInitializable
Deprecated.
init(CommandLine, CommandLine.Help.ColorScheme, PrintWriter, PrintWriter) - Method in class picocli.CommandLine.HelpCommand
Initializes this object with the information needed to implement a help command that provides usage help for other commands.
init(CommandLine, CommandLine.Help.ColorScheme, PrintWriter, PrintWriter) - Method in interface picocli.CommandLine.IHelpCommandInitializable2
Initializes this object with the information needed to implement a help command that provides usage help for other commands.
InitializationException(String) - Constructor for exception picocli.CommandLine.InitializationException
 
InitializationException(String, Exception) - Constructor for exception picocli.CommandLine.InitializationException
 
initialValue() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the initial value of this option or positional parameter: the value that, if CommandLine.Model.ArgSpec.hasInitialValue() is true, the option will be reset to before parsing (regardless of whether a default value exists), to clear values that would otherwise remain from parsing previous input.
initMinMax() - Static method in class edu.sc.seis.TauP.XYPlottingData
 
INNERCORE - Static variable in class edu.sc.seis.TauP.NamedVelocityDiscon
 
InputVelocityModelArgs - Class in edu.sc.seis.TauP.cmdline.args
 
InputVelocityModelArgs() - Constructor for class edu.sc.seis.TauP.cmdline.args.InputVelocityModelArgs
 
inpwave - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
inpwave - Static variable in enum edu.sc.seis.TauP.ReflTransAxisType
 
insert(double, SlownessModel, int) - Method in class edu.sc.seis.TauP.TauBranch
Inserts the distance, time, and tau increment for the slowness sample given to the branch.
insertMarkers(JSONObject, List<Arrival>, Instant) - Static method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
insertSynopsisCommandName(int, CommandLine.Help.Ansi.Text) - Method in class picocli.CommandLine.Help
Returns the detailed synopsis text by inserting the command name before the specified text with options and positional parameters details.
inshwave - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
insvwave - Static variable in enum edu.sc.seis.TauP.ReflTransAxisType
 
inswave - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
interactive() - Method in class picocli.CommandLine.Model.ArgSpec
Returns whether this option will prompt the user to enter a value on the command line.
interactive() - Method in annotation type picocli.CommandLine.Option
Set interactive=true to make this option prompt the end user for a value (like a password).
interactive() - Method in annotation type picocli.CommandLine.Parameters
Set interactive=true if this positional parameter will prompt the end user for a value (like a password).
interactPointsRE - Static variable in class edu.sc.seis.TauP.LegPuller
 
interactPrefix - Static variable in class edu.sc.seis.TauP.LegPuller
 
internalLoad(String, String, boolean) - Static method in class edu.sc.seis.TauP.TauModelLoader
 
internalShowDefaultValue(boolean) - Method in class picocli.CommandLine.Model.ArgSpec
Returns whether the default for this option or positional parameter should be shown, potentially overriding the specified global setting.
internalShowDefaultValue(boolean) - Method in class picocli.CommandLine.Model.OptionSpec
 
interpolate(double, double, double, double) - Method in class edu.sc.seis.TauP.SlownessModel
 
interpolate(double, double, double, double) - Method in class edu.sc.seis.TauP.SphericalSModel
Returns the depth for a slowness given a velocity gradient.
interpolateVariables() - Method in class picocli.CommandLine.Model.CommandSpec
Returns whether variables should be interpolated in String values.
interpolateVariables(Boolean) - Method in class picocli.CommandLine.Model.CommandSpec
Sets whether variables should be interpolated in String values.
invFlattening - Variable in class edu.sc.seis.TauP.RayCalculateable
 
invoke(String, Class<?>, PrintStream, PrintStream, CommandLine.Help.Ansi, String...) - Static method in class picocli.CommandLine
invoke(String, Class<?>, PrintStream, String...) - Static method in class picocli.CommandLine
invoke(String, Class<?>, PrintStream, CommandLine.Help.Ansi, String...) - Static method in class picocli.CommandLine
invoke(String, Class<?>, String...) - Static method in class picocli.CommandLine
IOCB - Static variable in class edu.sc.seis.TauP.NamedVelocityDiscon
 
iocbBranch - Variable in class edu.sc.seis.TauP.TauModel
Branch with the iocb at its top.
iocbDepth - Variable in class edu.sc.seis.TauP.TauModel
Depth of the iocb.
iocbDepth - Variable in class edu.sc.seis.TauP.VelocityModel
Depth (km) of the iocb (inner core outer core boundary).
isAbbreviatedOptionsAllowed() - Method in class picocli.CommandLine
Returns whether abbreviation of option names should be allowed when matching options.
isAbbreviatedSubcommandsAllowed() - Method in class picocli.CommandLine
Returns whether abbreviation of subcommands should be allowed when matching subcommands.
isAbsolute() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
isAccessible() - Method in class picocli.CommandLine.Model.MethodParam
 
isAddDepth(double) - Method in class edu.sc.seis.TauP.cmdline.TauP_Pierce
checks to see if the given depth has been "added" as a pierce point.
isAddMethodSubcommands() - Method in class picocli.CommandLine.Model.CommandSpec
Returns whether method commands should be added as subcommands.
isAdjustLineBreaksForWideCJKCharacters() - Method in class picocli.CommandLine.Help.TextTable
 
isAdjustLineBreaksForWideCJKCharacters() - Method in class picocli.CommandLine
Returns whether line breaks should take wide Chinese, Japanese and Korean characters into account for line-breaking purposes.
isAllowInnerCoreS() - Method in class edu.sc.seis.TauP.SlownessModel
 
isAllowOptionsAsOptionParameters() - Method in class picocli.CommandLine
Returns whether options can have parameter values that match the name of an option in this command, or whether such values should be rejected with a missing parameter exception.
isAllowPWave() - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
isAllowSubcommandsAsOptionParameters() - Method in class picocli.CommandLine
Returns whether options can have parameter values that match subcommand names or aliases, or whether such values should be rejected with a missing parameter exception.
isAllowSWave() - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
isAllPWave() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
True is all segments of this path are only S waves.
isAllPWave() - Method in interface edu.sc.seis.TauP.SeismicPhase
True is all segments of this path are only P waves.
isAllPWave() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
True is all segments of this path are only P waves.
isAllSWave() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
True is all segments of this path are only S waves.
isAllSWave() - Method in interface edu.sc.seis.TauP.SeismicPhase
True is all segments of this path are only S waves.
isAllSWave() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
True is all segments of this path are only S waves.
isAnnotationPresent(Class<? extends Annotation>) - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
isArgGroup() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
isArgSpec() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
isArray() - Method in interface picocli.CommandLine.Model.ITypeInfo
Returns true if this type is an array multi-value type.
isAutoColor() - Method in class edu.sc.seis.TauP.XYPlotOutput
 
isBackscatter() - Method in class edu.sc.seis.TauP.ScatteredArrival
 
isBackscatter() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
isBoolean() - Method in interface picocli.CommandLine.Model.ITypeInfo
Returns true if CommandLine.Model.ITypeInfo.getType() is boolean or java.lang.Boolean.
isBoundary(String) - Static method in class edu.sc.seis.TauP.LegPuller
Tests if the leg is a model boundary, like m, c, i or a number as a depth like 410
isBoundary(String) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isBoundary(String, int) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isBranchDepth(double) - Method in class edu.sc.seis.TauP.TauModel
Checks to see if the given depth is a boundary depth.
isCaseInsensitiveEnumValuesAllowed() - Method in class picocli.CommandLine
Returns whether the parser should ignore case when converting arguments to enum values.
isCmb() - Method in class edu.sc.seis.TauP.NamedVelocityDiscon
 
isCmb(String) - Static method in class edu.sc.seis.TauP.NamedVelocityDiscon
 
isCollection() - Method in interface picocli.CommandLine.Model.ITypeInfo
 
isCompressionalWaveSymbol(String) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isCompressionalWaveSymbol(String, int) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isCrustMantleLeg(String) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isCrustMantleLeg(String, int) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isCSV() - Method in class edu.sc.seis.TauP.cmdline.args.TableOutputTypeArgs
 
isCSV() - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
isDebug() - Method in class picocli.CommandLine.Tracer
Returns whether the current trace level is DEBUG (the highest).
isDEBUG() - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
isDiffracted(String) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isDiffracted(String, int) - Static method in class edu.sc.seis.TauP.PhaseSymbols
Match phase segments like Pdiff, S410diff, Kdiff
isDiffractionBranch(int, boolean) - Method in class edu.sc.seis.TauP.TauModel
True if a boundary can generate a diffracted wave, currently just ensure a discontinuity.
isDisconDepth(double) - Method in class edu.sc.seis.TauP.VelocityModel
 
isDowngoingActionAfter(PhaseInteraction) - Static method in enum edu.sc.seis.TauP.PhaseInteraction
 
isDowngoingActionBefore(PhaseInteraction) - Static method in enum edu.sc.seis.TauP.PhaseInteraction
 
isDowngoingSymbol(String) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isDowngoingSymbol(String, int) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isEmpty() - Method in class edu.sc.seis.TauP.cmdline.args.PhaseArgs
 
isEmpty() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
isEmpty() - Method in class picocli.CommandLine.ParseResult.GroupMatch
Returns true if this match has no matched arguments and no matched subgroups.
isEnabled(CommandLine.TraceLevel) - Method in enum picocli.CommandLine.TraceLevel
Returns whether messages at the specified other trace level would be printed for the current trace level.
isEnergyFlux() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
isEnum() - Method in interface picocli.CommandLine.Model.ITypeInfo
Returns true if CommandLine.Model.ITypeInfo.getType() is an enum.
isExclusiveDowngoingSymbol(String) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isExclusiveDowngoingSymbol(String, int) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isExpandAtFiles() - Method in class picocli.CommandLine
Returns whether arguments starting with '@' should be treated as the path to an argument file and its contents should be expanded into separate arguments for each line in the specified file.
isFluid() - Method in class edu.sc.seis.TauP.VelocityLayer
 
isFluidBranch(int) - Method in class edu.sc.seis.TauP.TauModel
 
isFreeSurfRF() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
isGeodetic() - Method in class edu.sc.seis.TauP.cmdline.args.GeodeticArgs
 
isGeodetic() - Method in class edu.sc.seis.TauP.LatLonable
 
isGMT() - Method in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
isGMT() - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
isHead(String) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isHead(String, int) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isHeadWaveBranch(int, boolean) - Method in class edu.sc.seis.TauP.TauModel
True if a boundary can generate a head wave, must be a discontinuity and an increase in velocity with depth.
isIceBed(String) - Static method in class edu.sc.seis.TauP.NamedVelocityDiscon
 
isIcocb(String) - Static method in class edu.sc.seis.TauP.NamedVelocityDiscon
 
isInboundNegativeDirection() - Method in class edu.sc.seis.TauP.ScatteredArrival
 
isIncidentPWave() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
isIncidentShWave() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
isIncidentSWave() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
isInfinite() - Method in class edu.sc.seis.TauP.Complex
Tests if this is an infinite complex number.
isInfo() - Method in class picocli.CommandLine.Tracer
Returns whether the current trace level is INFO or higher.
isInnerCoreLeg(String) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isInnerCoreLeg(String, int) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isInpwave() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
isInshwave() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
isInswave() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
isInteractive() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
isInterpolateVariables() - Method in class picocli.CommandLine
Returns whether variables should be interpolated in String values.
isIocb() - Method in class edu.sc.seis.TauP.NamedVelocityDiscon
 
isJSON() - Method in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
isJSON() - Method in class edu.sc.seis.TauP.cmdline.args.TableOutputTypeArgs
 
isJSON() - Method in class edu.sc.seis.TauP.cmdline.args.TextOutputTypeArgs
 
isJSON() - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
isLatLonable() - Method in class edu.sc.seis.TauP.Arrival
 
isLatLonable() - Method in class edu.sc.seis.TauP.DistanceRay
 
isLatLonable() - Method in class edu.sc.seis.TauP.RayCalculateable
 
isLatLonable() - Method in class edu.sc.seis.TauP.ShootableRay
 
isLegDepth(String) - Method in class edu.sc.seis.TauP.SeismicPhaseFactory
find out if the next leg represents a phase conversion depth
isLinearRayParam() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
isLocsat() - Method in class edu.sc.seis.TauP.cmdline.args.TableOutputTypeArgs
 
isLongWayAround() - Method in class edu.sc.seis.TauP.Arrival
 
isLongWayAround() - Method in class edu.sc.seis.TauP.ScatteredArrival
 
isMap() - Method in interface picocli.CommandLine.Model.ITypeInfo
 
isMethodParameter() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
isMixin() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
isMoho() - Method in class edu.sc.seis.TauP.NamedVelocityDiscon
 
isMoho(String) - Static method in class edu.sc.seis.TauP.NamedVelocityDiscon
 
isMS3() - Method in class edu.sc.seis.TauP.cmdline.args.SeismogramOutputTypeArgs
 
isMultiValue() - Method in class picocli.CommandLine.Model.ArgSpec
Returns true if this argument's CommandLine.Model.ArgSpec.type() is an array, a Collection or a Map, false otherwise.
isMultiValue() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
isMultiValue() - Method in interface picocli.CommandLine.Model.ITypeInfo
Returns true if CommandLine.Model.ITypeInfo.getType() is an array, map or collection.
isNamedDisconDepth(double) - Method in class edu.sc.seis.TauP.VelocityModel
 
isNaN() - Method in class edu.sc.seis.TauP.Complex
Tests if this is a complex Not-a-Number (NaN) value.
isND() - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
isNegativeHemisphere() - Method in class edu.sc.seis.TauP.FixedHemisphereDistanceRay
 
isNegDistance() - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
isNoDisconBranch(int) - Method in class edu.sc.seis.TauP.TauModel
Does the given branch number have a noDisconDepth at its top? We test against PWave Tau branches (ie true) since S is the same.
isNoDisconDepth(double) - Method in class edu.sc.seis.TauP.TauModel
Is the given depth a "noDisconDepth"? Usually because model was split at the source or receiver depth, or an added depth used by taup pierce.
isOff() - Method in class picocli.CommandLine.Tracer
Returns whether the current trace level is OFF (the lowest).
isOption() - Method in class picocli.CommandLine.Model.ArgSpec
Returns true if this argument is a named option, false otherwise.
isOption() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
isOption() - Method in class picocli.CommandLine.Model.OptionSpec
 
isOption() - Method in class picocli.CommandLine.Model.PositionalParamSpec
 
isOptional() - Method in interface picocli.CommandLine.Model.ITypeInfo
Returns true if CommandLine.Model.ITypeInfo.getType() is java.util.Optional
isOptionsCaseInsensitive() - Method in class picocli.CommandLine
Returns whether upper case and lower case should be ignored when matching option names.
isOuterCoreLeg(String) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isOuterCoreLeg(String, int) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isOverwrittenOptionsAllowed() - Method in class picocli.CommandLine
Returns whether options for single-value fields can be specified multiple times on the command line.
isParameter() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
isParentCommand() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
isPositional() - Method in class picocli.CommandLine.Model.ArgSpec
Returns true if this argument is a positional parameter, false otherwise.
isPositional() - Method in class picocli.CommandLine.Model.OptionSpec
 
isPositional() - Method in class picocli.CommandLine.Model.PositionalParamSpec
 
isPosixClusteredShortOptionsAllowed() - Method in class picocli.CommandLine
Returns whether the parser accepts clustered short options.
isPWave - Variable in class edu.sc.seis.TauP.TauBranch
The type of wave for this branch, P or S.
isPWave() - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
isReduceTime() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
isReflectSymbol(String) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isReflectSymbol(String, int) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isRelative() - Method in class picocli.CommandLine.Range
Returns true if this Range contains a relative index like "1+", or false if this Range does not contain any relative indices.
isRelativeToArrival() - Method in class edu.sc.seis.TauP.Arrival
 
isSAC() - Method in class edu.sc.seis.TauP.cmdline.args.SeismogramOutputTypeArgs
 
isScatterNegativeDirection() - Method in class edu.sc.seis.TauP.ScatteredArrival
 
isScatterSymbol(String) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isScatterSymbol(String, int) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isSeabed(String) - Static method in class edu.sc.seis.TauP.NamedVelocityDiscon
 
isSeparateFilesByTime() - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
isSpec() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
isSpherical() - Method in class edu.sc.seis.TauP.TauModel
 
isSplitQuotedStrings() - Method in class picocli.CommandLine
Deprecated.
Most applications should not change the default. The rare application that does need to split parameter values without respecting quotes should use CommandLine.Model.ParserSpec.splitQuotedStrings(boolean).
isStdout() - Method in class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
 
isStopAtPositional() - Method in class picocli.CommandLine
Returns whether the parser interprets the first positional parameter as "end of options" so the remaining arguments are all treated as positional parameters.
isStopAtUnmatched() - Method in class picocli.CommandLine
Returns whether the parser should stop interpreting options and positional parameters as soon as it encounters an unmatched option.
isSubcommandsCaseInsensitive() - Method in class picocli.CommandLine
Returns whether upper case and lower case should be ignored when matching subcommands.
isSubgroupOf(CommandLine.Model.ArgGroupSpec) - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns true if this group is a subgroup (or a nested sub-subgroup, to any level of depth) of the specified group, false otherwise.
isSuccessful() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
isSurfaceWave(String) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isSurfaceWave(String, int) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isSVG() - Method in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
isSVG() - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
isText() - Method in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
isText() - Method in class edu.sc.seis.TauP.cmdline.args.TableOutputTypeArgs
 
isText() - Method in class edu.sc.seis.TauP.cmdline.args.TextOutputTypeArgs
 
isText() - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
isToggleBooleanFlags() - Method in class picocli.CommandLine
Returns whether the value of boolean flag options should be "toggled" when the option is matched.
isTransverseWaveSymbol(String) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isTransverseWaveSymbol(String, int) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isTrimQuotes() - Method in class picocli.CommandLine
Returns whether the parser should trim quotes from command line arguments.
isUnknownOption() - Method in exception picocli.CommandLine.UnmatchedArgumentException
Returns true if the first unmatched command line arguments resembles an option, false otherwise.
isUnmatched() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
isUnmatchedArgumentsAllowed() - Method in class picocli.CommandLine
Returns whether the end user may specify arguments on the command line that are not matched to any option or parameter fields.
isUnmatchedOptionsAllowedAsOptionParameters() - Method in class picocli.CommandLine
Returns whether options can have parameter values that resemble an option, or whether such values should be rejected as unknown options.
isUnmatchedOptionsArePositionalParams() - Method in class picocli.CommandLine
Returns whether arguments on the command line that resemble an option should be treated as positional parameters.
isUnresolved() - Method in class picocli.CommandLine.Range
Returns true if this range contains a relative index like "1+", or variables that have not been expanded yet, false if this Range does not contain any variables or relative indices.
isUnspecified() - Method in class picocli.CommandLine.Range
Returns true if this Range is a default value, false if the user specified this value.
isUpgoingSymbol(String) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isUpgoingSymbol(String, int) - Static method in class edu.sc.seis.TauP.PhaseSymbols
 
isUsageHelpAutoWidth() - Method in class picocli.CommandLine
Returns whether picocli should attempt to detect the terminal size and adjust the usage help message width to take the full terminal width.
isUsageHelpRequested() - Method in class picocli.CommandLine
Returns true if an option annotated with CommandLine.Option.usageHelp() was specified on the command line.
isUsageHelpRequested() - Method in class picocli.CommandLine.ParseResult
Returns true if one of the options that was matched on the command line is a usageHelp option.
isUseSimplifiedAtFiles() - Method in class picocli.CommandLine
Returns whether to use a simplified argument file format that is compatible with JCommander.
isValueGettable() - Method in class picocli.CommandLine.Model.ArgSpec
Check whether the CommandLine.Model.ArgSpec.getValue() method is able to get an actual value from the current CommandLine.Model.ArgSpec.getter().
isVariable - Variable in class picocli.CommandLine.Range
Deprecated.
isVariable() - Method in class picocli.CommandLine.Range
Returns true if this range has no fixed upper bound.
isVerbose() - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
isVersionHelpRequested() - Method in class picocli.CommandLine
Returns true if an option annotated with CommandLine.Option.versionHelp() was specified on the command line.
isVersionHelpRequested() - Method in class picocli.CommandLine.ParseResult
Returns true if one of the options that was matched on the command line is a versionHelp option.
isWarn() - Method in class picocli.CommandLine.Tracer
Returns whether the current trace level is WARN or higher.
isWithAmplitude() - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
isWithAmplitude() - Method in class edu.sc.seis.TauP.cmdline.TauP_Time
 
isWithTime() - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
isxAxisAbs() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
isxAxisInvert() - Method in class edu.sc.seis.TauP.XYPlotOutput
 
isxAxisLog() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
isyAxisAbs() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
isyAxisInvert() - Method in class edu.sc.seis.TauP.XYPlotOutput
 
isyAxisLog() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
isZeroThickness() - Method in class edu.sc.seis.TauP.SlownessLayer
Is the layer a zero thickness layer, ie a total reflection?
italic - picocli.CommandLine.Help.Ansi.Style
 

J

j - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
J - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
join(CommandLine.Help.Ansi, int, boolean, String[], StringBuilder, Object...) - Static method in class picocli.CommandLine.Help
Formats each of the specified values and appends it to the specified StringBuilder.
join(CommandLine.Help.Ansi, int, String[], StringBuilder, Object...) - Static method in class picocli.CommandLine.Help
JSON - Static variable in interface edu.sc.seis.TauP.cmdline.args.OutputTypes
 
jsonTable(PrintWriter, TauModel, List<PhaseName>, double[], double, Scatterer, List<RayCalculateable>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Table
 

K

k - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
K - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
keyValuesMap(String...) - Static method in class picocli.CommandLine.Model.UsageMessageSpec
Creates and returns a Map that contains an entry for each specified String that is in "key:value" format.
kilometer - edu.sc.seis.TauP.AxisType
 
kilometer - edu.sc.seis.TauP.DistanceAxisType
 
kilometer180 - edu.sc.seis.TauP.AxisType
 
kilometers - Variable in class edu.sc.seis.TauP.DistanceRay
 
kilometersToDegrees(double, double) - Static method in class edu.sc.seis.TauP.DistAz
 
kmPerDeg() - Static method in class edu.sc.seis.TauP.DistAz
 
kmPerDeg(double) - Static method in class edu.sc.seis.TauP.DistAz
 
KMPS - edu.sc.seis.TauP.PhaseInteraction
Used by addToBranch when the path is surface wave, so just a velocity.
KMPS_CODE - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
KMtoM - Static variable in class edu.sc.seis.TauP.Arrival
 
knownDisconNames - Static variable in class edu.sc.seis.TauP.NamedVelocityDiscon
 

L

label - Variable in class edu.sc.seis.TauP.XYPlottingData
 
labelFor(TauP_ReflTransPlot.DegRayParam) - Static method in enum edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot.DegRayParam
 
labelFor(ModelAxisType) - Static method in enum edu.sc.seis.TauP.ModelAxisType
 
labelFor(ReflTransAxisType) - Static method in enum edu.sc.seis.TauP.ReflTransAxisType
 
labelPathsSVG(PrintWriter, List<Arrival>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
lambda - edu.sc.seis.TauP.ModelAxisType
 
lastInIsPWave - Variable in class edu.sc.seis.TauP.ReflTrans
 
lastRayParam - Variable in class edu.sc.seis.TauP.ReflTrans
 
latFor(double, double, double, double) - Static method in class edu.sc.seis.TauP.SphericalCoords
Calculates the latitude of a point a given distance along a given azimuth from a starting lat lon.
latFor(Location, double, double) - Static method in class edu.sc.seis.TauP.SphericalCoords
Calculates the latitude of a point a given distance along a given azimuth from a starting lat lon.
LatLonable - Class in edu.sc.seis.TauP
 
LatLonable() - Constructor for class edu.sc.seis.TauP.LatLonable
 
latLonFormat - Static variable in class edu.sc.seis.TauP.Outputs
 
layer - Variable in class edu.sc.seis.TauP.VelocityModel
expandable array to hold the layers
layerAbove(double, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
Finds the slowness layer that contains the given depth Note that if the depth is a layer boundary, it returns the shallower of the two or possibly more (since total reflections are zero thickness layers) layers.
layerBelow(double, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
Finds the slowness layer that contains the given depth Note that if the depth is a layer boundary, it returns the deeper of the two or possibly more (since total reflections are zero thickness layers) layers.
layerNumber - Variable in exception edu.sc.seis.TauP.NoSuchLayerException
 
layerNumberAbove(double) - Method in class edu.sc.seis.TauP.VelocityModel
Finds the layer containing the given depth.
layerNumberAbove(double, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
Finds the index of the slowness layer that contains the given depth Note that if the depth is a layer boundary, it returns the shallower of the two or possibly more (since total reflections are zero thickness layers) layers.
layerNumberBelow(double) - Method in class edu.sc.seis.TauP.VelocityModel
Finds the layer containing the given depth.
layerNumberBelow(double, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
Finds the index of the slowness layer that contains the given depth Note that if the depth is a layer boundary, it returns the deeper of the two or possibly more (since total reflections are zero thickness layers) layers.
layerNumForDepth(double, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
finds a layer that contains the depth.
layerTimeDist(double, int, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
 
layerTimeDist(double, int, boolean, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
 
layerTimeDist(double, int, boolean, boolean) - Method in class edu.sc.seis.TauP.SphericalSModel
Calculates the time and distance increments accumulated by a ray of spherical ray parameter p when passing through layer layerNum.
layerTimeDistAllowTurn(double, int, boolean, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
 
layerTimeDistAllowTurn(double, int, boolean, boolean) - Method in class edu.sc.seis.TauP.SphericalSModel
 
layout(CommandLine.Model.ArgSpec, CommandLine.Help.Ansi.Text[][]) - Method in class picocli.CommandLine.Help.Layout
Copies the specified text values into the correct cells in the CommandLine.Help.TextTable.
Layout(CommandLine.Help.ColorScheme, int) - Constructor for class picocli.CommandLine.Help.Layout
Constructs a Layout with the specified color scheme, a new default TextTable, the default option renderer, and the default parameter renderer.
Layout(CommandLine.Help.ColorScheme, CommandLine.Help.TextTable) - Constructor for class picocli.CommandLine.Help.Layout
Constructs a Layout with the specified color scheme, the specified TextTable, the default option renderer, and the default parameter renderer.
Layout(CommandLine.Help.ColorScheme, CommandLine.Help.TextTable, CommandLine.Help.IOptionRenderer, CommandLine.Help.IParameterRenderer) - Constructor for class picocli.CommandLine.Help.Layout
Constructs a Layout with the specified color scheme, the specified TextTable, the specified option renderer and the specified parameter renderer.
legAsDepthBoundary(TauModel, String) - Static method in class edu.sc.seis.TauP.LegPuller
Converts leg name to depth, if is a number (depth) or m, c, i.
legendFor(ModelAxisType) - Static method in enum edu.sc.seis.TauP.ModelAxisType
 
legIsPWave(String) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
legNameForSegment(TauModel, int, boolean, boolean, PhaseInteraction) - Static method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
legNameForSegment(TauModel, SeismicPhaseSegment) - Static method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
legNameForTauBranch(TauModel, int, boolean, boolean) - Static method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
legPuller(String) - Static method in class edu.sc.seis.TauP.LegPuller
Tokenizes a phase name into legs, ie PcS becomes 'P'+'c'+'S' while p^410P would become 'p'+'^410'+'P'.
LegPuller - Class in edu.sc.seis.TauP
 
LegPuller() - Constructor for class edu.sc.seis.TauP.LegPuller
 
legsArePWave(ArrayList<String>) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
limitSplit() - Method in class picocli.CommandLine.Model.ParserSpec
Returns true if arguments should be split first before any further processing and the number of parts resulting from the split is limited to the max arity of the argument.
limitSplit(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
Sets whether arguments should be split first before any further processing.
linearInterp(double, double, double, double, double) - Static method in class edu.sc.seis.TauP.LinearInterpolation
solves the equation (yb-ya)/(xb-xa) = (y-ya)/(x-xa) for y given x.
LinearInterpolation - Class in edu.sc.seis.TauP
 
LinearInterpolation() - Constructor for class edu.sc.seis.TauP.LinearInterpolation
 
linearInterpOnDepth(TimeDist, TimeDist, double) - Static method in class edu.sc.seis.TauP.TimeDist
Linearly interpolates two TimeDist objects using depth as the interpolation variable.
linearInterpOnTime(TimeDist, TimeDist, double) - Static method in class edu.sc.seis.TauP.TimeDist
Linearly interpolates two TimeDist objects using time as the interpolation variable.
linearInterpPath(ArrivalPathSegment, double, double) - Static method in class edu.sc.seis.TauP.AbstractPathSegment
 
listDiscon - Variable in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
load() - Static method in class edu.sc.seis.TauP.PropertyLoader
loads the properties from a file.
load(String) - Static method in class edu.sc.seis.TauP.TauModelLoader
 
load(String, String) - Static method in class edu.sc.seis.TauP.TauModelLoader
Reads the velocity model, slowness model, and tau model from a file saved using Java's Serializable interface.
load(String, String, boolean) - Static method in class edu.sc.seis.TauP.TauModelLoader
 
loadFromCache(String) - Static method in class edu.sc.seis.TauP.TauModelLoader
 
loadFromDepthCache(Double) - Method in class edu.sc.seis.TauP.TauModel
 
loadQuakeML() - Method in class edu.sc.seis.TauP.cmdline.args.QmlStaxmlArgs
 
loadStandardCSS() - Static method in class edu.sc.seis.TauP.SvgUtil
 
loadStationXML() - Method in class edu.sc.seis.TauP.cmdline.args.QmlStaxmlArgs
 
loadVelocityModel(String) - Static method in class edu.sc.seis.TauP.TauModelLoader
 
loadVelocityModel(String, String) - Static method in class edu.sc.seis.TauP.TauModelLoader
Loads velocity mode, either by name.
loadVMod() - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
LOCAL - picocli.CommandLine.ScopeType
The element only exists in the current command.
LOCSAT - Static variable in interface edu.sc.seis.TauP.cmdline.args.OutputTypes
 
locsatTable(PrintWriter, TauModel, List<PhaseName>, double[], double, Scatterer, List<RayCalculateable>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Table
 
log(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the logarithm of a Complex z, with a branch cut along the negative real axis.
log10(double) - Static method in class edu.sc.seis.TauP.Sfun
Returns the common (base 10) logarithm of a double.
logBeta(double, double) - Static method in class edu.sc.seis.TauP.Sfun
Returns the logarithm of the Beta function.
logGamma(double) - Static method in class edu.sc.seis.TauP.Sfun
Returns the logarithm of the Gamma function of a double.
lonFor(double, double, double, double) - Static method in class edu.sc.seis.TauP.SphericalCoords
Calculates the longitude of a point a given distance along a given azimuth from a starting lat lon.
lonFor(Location, double, double) - Static method in class edu.sc.seis.TauP.SphericalCoords
Calculates the latitude of a point a given distance along a given azimuth from a starting lat lon.
longestName() - Method in class picocli.CommandLine.Model.OptionSpec
Returns the longest option name.
longOptionsMaxWidth() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the maximum usage help long options column max width to the specified value.
longOptionsMaxWidth(int) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the maximum usage help long options column max width to the specified value.

M

m - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
MAG4 - Static variable in class edu.sc.seis.TauP.MomentMagnitude
 
MAG4_MOMENT - Static variable in class edu.sc.seis.TauP.MomentMagnitude
 
main(String[]) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Create
Allows TauP_Create to run as an application.
main(String[]) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Path
Allows TauP_Path to run as an application.
main(String[]) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Pierce
Allows TauP_Pierce to run as an application.
main(String[]) - Static method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
Allows TauP_SetMSeed3 to run as an application.
main(String[]) - Static method in class edu.sc.seis.TauP.cmdline.TauP_SetSac
Allows TauP_SetSac to run as an application.
main(String[]) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Table
ToolRun.main should be used instead.
main(String[]) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Time
Allows TauP_Time to run as an application.
main(String[]) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
Allows TauP_Isochron to run as an application.
main(String[]) - Static method in class edu.sc.seis.TauP.cmdline.TauP_WebServe
Allows TauP_Web to run as an application.
main(String...) - Static method in class edu.sc.seis.TauP.cmdline.ToolRun
 
main(String[]) - Static method in class edu.sc.seis.TauP.DistAz
 
main(String[]) - Static method in class edu.sc.seis.TauP.StdModelGenerator
 
main(String...) - Static method in class picocli.AutoComplete
Generates a bash completion script for the specified command class.
mainWithExitCode(String[]) - Static method in class edu.sc.seis.TauP.cmdline.ToolRun
 
makeNegative(String, CommandLine.Model.CommandSpec) - Method in interface picocli.CommandLine.INegatableOptionTransformer
Returns the negative form of the specified option name for the parser to recognize when parsing command line arguments.
makeNegative(String, CommandLine.Model.CommandSpec) - Method in class picocli.CommandLine.RegexTransformer
Returns the negative form of the specified option name for the parser to recognize when parsing command line arguments.
makeSynopsis(String, CommandLine.Model.CommandSpec) - Method in interface picocli.CommandLine.INegatableOptionTransformer
Returns the documentation string to show in the synopsis and usage help message for the specified option.
makeSynopsis(String, CommandLine.Model.CommandSpec) - Method in class picocli.CommandLine.RegexTransformer
Returns the documentation string to show in the synopsis and usage help message for the specified option.
makeSynopsisFromParts(int, CommandLine.Help.Ansi.Text, CommandLine.Help.Ansi.Text, CommandLine.Help.Ansi.Text, CommandLine.Help.Ansi.Text, CommandLine.Help.Ansi.Text) - Method in class picocli.CommandLine.Help
Concatenates the command name and the specified synopsis parts and returns a fully rendered synopsis String.
MANTLE - Static variable in class edu.sc.seis.TauP.NamedVelocityDiscon
 
MANY_LAPS_PLUS_180 - Static variable in class edu.sc.seis.TauP.Arrival
 
mapFallbackValue() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the fallback value for this Map option or positional parameter: the value that is put into the Map when only the key is specified for the option or positional parameter, like -Dkey instead of -Dkey=value.
mapFallbackValue() - Method in annotation type picocli.CommandLine.Option
For options of type Map, setting the mapFallbackValue to any value allows end user to specify key-only parameters for this option.
mapFallbackValue() - Method in annotation type picocli.CommandLine.Parameters
For positional parameters of type Map, setting the mapFallbackValue to any value allows end user to specify key-only parameters for this parameter.
mapwidth - Variable in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
mapwidth - Variable in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
mapWidthUnit - Variable in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
mapWidthUnit - Variable in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
matchDepthToDiscon(List<Double>, VelocityModel, double) - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
matchedArgs() - Method in class picocli.CommandLine.ParseResult
Returns a list of matched options and positional parameters, in order they were matched on the command line.
matchedOption(char) - Method in class picocli.CommandLine.ParseResult
Returns the option with the specified short name, or null if no option with that name was matched on the command line.
matchedOption(String) - Method in class picocli.CommandLine.ParseResult
Returns the option with the specified name, or null if no option with that name was matched on the command line.
matchedOptions() - Method in class picocli.CommandLine.ParseResult
Returns a list of matched options, in order they were matched on the command line.
matchedOptionsSet() - Method in class picocli.CommandLine.ParseResult
Returns a set of matched options.
matchedOptionValue(char, T) - Method in class picocli.CommandLine.ParseResult
Returns the command line argument value of the option with the specified name, converted to the type of the option, or the specified default value if no option with the specified name was matched.
matchedOptionValue(String, T) - Method in class picocli.CommandLine.ParseResult
Returns the command line argument value of the option with the specified name, converted to the type of the option, or the specified default value if no option with the specified name was matched.
matchedPositional(int) - Method in class picocli.CommandLine.ParseResult
Returns the first PositionalParamSpec that matched an argument at the specified position, or null if no positional parameters were matched at that position.
matchedPositionals() - Method in class picocli.CommandLine.ParseResult
Returns a list of matched positional parameters, in order they were matched on the command line.
matchedPositionals(int) - Method in class picocli.CommandLine.ParseResult
Returns all PositionalParamSpec objects that matched an argument at the specified position, or an empty list if no positional parameters were matched at that position.
matchedPositionalsSet() - Method in class picocli.CommandLine.ParseResult
Returns a set of matched positional parameters.
matchedPositionalValue(int, T) - Method in class picocli.CommandLine.ParseResult
Returns the command line argument value of the positional parameter at the specified position, converted to the type of the positional parameter, or the specified default value if no positional parameter was matched at that position.
matchedSubgroups() - Method in class picocli.CommandLine.ParseResult.GroupMatch
Returns matches for the subgroups, if any.
matchedValues(CommandLine.Model.ArgSpec) - Method in class picocli.CommandLine.ParseResult.GroupMatch
Returns the values matched for the specified argument, converted to the type of the argument.
matches() - Method in class picocli.CommandLine.ParseResult.GroupMatchContainer
Returns the list of GroupMatch instances: ArgGroupSpecs with a multiplicity greater than one may be matched multiple times.
max - Variable in class picocli.CommandLine.Range
Deprecated.
max() - Method in class picocli.CommandLine.Range
Returns the upper bound of this range (inclusive), or Integer.MAX_VALUE if this range has no upper bound.
max(int) - Method in class picocli.CommandLine.Range
Returns a new Range object with the max value replaced by the specified value.
maxDeltaP - Variable in class edu.sc.seis.TauP.SlownessModel
Maximum difference between successive slowness samples.
maxDepthInterval - Variable in class edu.sc.seis.TauP.SlownessModel
Maximum difference between successive depth samples, default is 115 km.
maxDiffraction - Static variable in class edu.sc.seis.TauP.SeismicPhaseFactory
The maximum degrees that a Pdiff or Sdiff can diffract along the CMB.
maxDistance - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
The maximum distance that this phase can be theoretically observed.
maxInterpError - Variable in class edu.sc.seis.TauP.SlownessModel
 
maxPathInc - Static variable in class edu.sc.seis.TauP.cmdline.TauP_Path
 
maxPathTime - Variable in class edu.sc.seis.TauP.cmdline.TauP_Path
 
maxRadius - Variable in class edu.sc.seis.TauP.VelocityModel
maximum radius of the model (km), default 6371.0
maxRangeInterval - Variable in class edu.sc.seis.TauP.SlownessModel
Maximum difference between successive ranges, in radians.
maxRayParam - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
Maximum ray parameter that exists for this phase.
maxRayParamIndex - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
Index within TauModel.rayParams that corresponds to maxRayParam.
maxRecursion - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
 
maxRefraction - Static variable in class edu.sc.seis.TauP.SeismicPhaseFactory
The maximum degrees that a Pn or Sn can refract along the moho.
MaxValuesExceededException(CommandLine, String) - Constructor for exception picocli.CommandLine.MaxValuesExceededException
 
mergePhases(ProtoSeismicPhase, ProtoSeismicPhase) - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
messages() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the Messages for this argument group specification, or null.
messages() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the Messages for this arg specification, or null.
messages() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the Messages for this usage help message specification, or null.
messages(CommandLine.Model.Messages) - Method in class picocli.CommandLine.Model.ArgGroupSpec
Sets the Messages for this ArgGroupSpec, and returns this ArgGroupSpec.
messages(CommandLine.Model.Messages) - Method in class picocli.CommandLine.Model.ArgSpec
Sets the Messages for this ArgSpec, and returns this ArgSpec.
messages(CommandLine.Model.Messages) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the Messages for this usageMessage specification, and returns this UsageMessageSpec.
Messages(CommandLine.Model.CommandSpec, String) - Constructor for class picocli.CommandLine.Model.Messages
 
Messages(CommandLine.Model.CommandSpec, String, ResourceBundle) - Constructor for class picocli.CommandLine.Model.Messages
 
Messages(CommandLine.Model.CommandSpec, ResourceBundle) - Constructor for class picocli.CommandLine.Model.Messages
 
MethodParam(Method, int) - Constructor for class picocli.CommandLine.Model.MethodParam
 
MgtoKg - Static variable in class edu.sc.seis.TauP.Arrival
 
min - Variable in class picocli.CommandLine.Range
Deprecated.
min() - Method in class picocli.CommandLine.Range
Returns the lower bound of this range (inclusive).
min(int) - Method in class picocli.CommandLine.Range
Returns a new Range object with the min value replaced by the specified value.
minDeltaP - Variable in class edu.sc.seis.TauP.SlownessModel
Minimum difference between successive slowness samples.
minDistance - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
The minimum distance that this phase can be theoretically observed.
minMax() - Method in class edu.sc.seis.TauP.XYPlottingData
 
minMax(double[]) - Method in class edu.sc.seis.TauP.XYPlottingData
 
minMax(double[]) - Method in class edu.sc.seis.TauP.XYSegment
 
minMaxInXRange(double[], double[]) - Method in class edu.sc.seis.TauP.XYPlottingData
 
minMaxInXRange(double[], double[]) - Method in class edu.sc.seis.TauP.XYSegment
 
minMaxInYRange(double[], double[]) - Method in class edu.sc.seis.TauP.XYPlottingData
 
minMaxInYRange(double[], double[]) - Method in class edu.sc.seis.TauP.XYSegment
 
minRadius - Variable in class edu.sc.seis.TauP.VelocityModel
minimum radius of the model (km), default 0.0
minRayParam - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
Minimum ray parameter that exists for this phase.
minRayParamIndex - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
Index within TauModel.rayParams that corresponds to minRayParam.
minus(double) - Method in class edu.sc.seis.TauP.Complex
Subtracts a double from this Complex and returns the difference, this-y.
minus(double, Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the difference of a double and a Complex object, x-y.
minus(Complex) - Method in class edu.sc.seis.TauP.Complex
Returns the difference of this Complex object and another Complex object, this-y.
minus(Complex, double) - Static method in class edu.sc.seis.TauP.Complex
Returns the difference of a Complex object and a double, x-y.
minus(Complex, Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the difference of two Complex objects, x-y.
minusEquals(double) - Method in class edu.sc.seis.TauP.Complex
Subtracts a double from this Complex and returns the difference, this -= y.
minusEquals(Complex) - Method in class edu.sc.seis.TauP.Complex
Subtracts a Complex from this Complex and returns the difference, this -= y.
minusReverse(double) - Method in class edu.sc.seis.TauP.Complex
Returns the difference of this Complex object and a double, this-y.
MissingParameterException(CommandLine, Collection<CommandLine.Model.ArgSpec>, String) - Constructor for exception picocli.CommandLine.MissingParameterException
 
MissingParameterException(CommandLine, CommandLine.Model.ArgSpec, String) - Constructor for exception picocli.CommandLine.MissingParameterException
 
MissingTypeConverterException(CommandLine, String) - Constructor for exception picocli.CommandLine.MissingTypeConverterException
 
MIXEE - picocli.CommandLine.Spec.Target
Injects the CommandSpec of the "mixee" command that receives the options and other command elements defined here, or null if this commands is not mixed into another command.
mixinAnnotatedElements() - Method in class picocli.CommandLine.Model.CommandSpec
Returns a map of the mixin names to mixin IAnnotatedElement objects for this command.
mixins() - Method in class picocli.CommandLine.Model.CommandSpec
Returns a map of the mixin names to mixin CommandSpec objects configured for this command.
mixinStandardHelpOptions() - Method in annotation type picocli.CommandLine.Command
Adds the standard -h and --help usageHelp options and -V and --version versionHelp options to the options of this command.
mixinStandardHelpOptions() - Method in class picocli.CommandLine.Model.CommandSpec
Returns true if the standard help options have been mixed in with this command, false otherwise.
mixinStandardHelpOptions(boolean) - Method in class picocli.CommandLine.Model.CommandSpec
Sets whether the standard help options should be mixed in with this command.
ModelArgs - Class in edu.sc.seis.TauP.cmdline.args
 
ModelArgs() - Constructor for class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
ModelAxisType - Enum in edu.sc.seis.TauP
 
modelName - Variable in class edu.sc.seis.TauP.VelocityModel
name of the velocity model.
modelSplitDepths - Variable in class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
modelTransformer() - Method in annotation type picocli.CommandLine.Command
Returns the model transformer for this command.
modelTransformer() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the model transformer for this CommandSpec instance.
modelTransformer(CommandLine.IModelTransformer) - Method in class picocli.CommandLine.Model.CommandSpec
Sets the model transformer for this CommandSpec instance.
MOHO - Static variable in class edu.sc.seis.TauP.NamedVelocityDiscon
 
mohoBranch - Variable in class edu.sc.seis.TauP.TauModel
Branch with the moho at its top.
mohoDepth - Variable in class edu.sc.seis.TauP.TauModel
Depth of the moho.
mohoDepth - Variable in class edu.sc.seis.TauP.VelocityModel
Depth (km) of the moho.
MomentMagnitude - Class in edu.sc.seis.TauP
 
MomentMagnitude() - Constructor for class edu.sc.seis.TauP.MomentMagnitude
 
MS3 - Static variable in interface edu.sc.seis.TauP.cmdline.args.OutputTypes
 
mseed3FileNames - Variable in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
multiplicity() - Method in annotation type picocli.CommandLine.ArgGroup
Determines how often this group can be specified on the command line; "0..1" (optional) by default.
multiplicity() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Returns the multiplicity of this group: how many occurrences it may have on the command line; "0..1" (optional) by default.
multiplicity() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the multiplicity of this group: how many occurrences it may have on the command line; "0..1" (optional) by default.
multiplicity(String) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Sets the multiplicity of this group: how many occurrences it may have on the command line; "0..1" (optional) by default.
multiplicity(CommandLine.Range) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Sets the multiplicity of this group: how many occurrences it may have on the command line; "0..1" (optional) by default.
MutuallyExclusiveArgsException(CommandLine, String) - Constructor for exception picocli.CommandLine.MutuallyExclusiveArgsException
 
mw_to_N_m(double) - Static method in class edu.sc.seis.TauP.MomentMagnitude
Mw to Mo conversion FMGS eq 7.24, p 210 Math.pow(10, (1.5*Mw + 16.1 )); 1 N-m = 1e7 dyne cm, so minus 7

N

name - Variable in class edu.sc.seis.TauP.PhaseName
name of the phase, ie PKIKP
name - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
The phase name, ie PKiKP.
name() - Method in annotation type picocli.CommandLine.Command
Program name to show in the synopsis.
name() - Method in annotation type picocli.CommandLine.Mixin
Optionally specify a name that the mixin object can be retrieved with from the CommandSpec.
name() - Method in class picocli.CommandLine.Model.CommandSpec
Returns name of this command.
name(String) - Method in class picocli.CommandLine.Model.CommandSpec
Sets the String to use as the program name in the synopsis line of the help message.
namedDiscon - Variable in class edu.sc.seis.TauP.VelocityModel
 
NamedVelocityDiscon - Class in edu.sc.seis.TauP
 
NamedVelocityDiscon(String, double) - Constructor for class edu.sc.seis.TauP.NamedVelocityDiscon
 
names() - Method in class picocli.CommandLine.Model.CommandSpec
Returns all names of this command, including CommandLine.Model.CommandSpec.name() and CommandLine.Model.CommandSpec.aliases().
names() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Returns one or more option names.
names() - Method in class picocli.CommandLine.Model.OptionSpec
Returns one or more option names.
names() - Method in annotation type picocli.CommandLine.Option
One or more option names.
names(String...) - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Replaces the option names with the specified values.
NaN - Static variable in class edu.sc.seis.TauP.Complex
 
ND - Static variable in interface edu.sc.seis.TauP.cmdline.args.OutputTypes
 
ND - Static variable in class edu.sc.seis.TauP.VelocityModel
 
negatable() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Returns whether a negative version for this boolean option is automatically added.
negatable() - Method in class picocli.CommandLine.Model.OptionSpec
Returns whether a negative version for this boolean option is automatically added.
negatable() - Method in annotation type picocli.CommandLine.Option
(Only for boolean options): set this to automatically add a negative version for this boolean option.
negatable(boolean) - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Sets whether a negative version for this boolean option is automatically added, and returns this builder.
negatableOptionTransformer() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the INegatableOptionTransformer used to create the negative form of negatable options.
negatableOptionTransformer(CommandLine.INegatableOptionTransformer) - Method in class picocli.CommandLine.Model.CommandSpec
Sets the INegatableOptionTransformer used to create the negative form of negatable options.
negateDistance() - Method in class edu.sc.seis.TauP.Arrival
Negates the arrival distance.
negateDistance() - Method in class edu.sc.seis.TauP.TimeDist
 
negatedOptionsMap() - Method in class picocli.CommandLine.Model.CommandSpec
Returns a map of the negated option names to option spec objects configured for this command.
negative(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the negative of a Complex object, -z.
negativeDistance() - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
networks - Variable in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
NEVER - picocli.CommandLine.Help.Visibility
 
nextLegs(TauModel, ProtoSeismicPhase, boolean) - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
nextSegment(boolean, PhaseInteraction) - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
NoArrivalException - Exception in edu.sc.seis.TauP
 
NoArrivalException(String) - Constructor for exception edu.sc.seis.TauP.NoArrivalException
Constructs a new exception with the specified detail message.
NoArrivalException(String, Throwable) - Constructor for exception edu.sc.seis.TauP.NoArrivalException
Constructs a new exception with the specified detail message and cause.
NoArrivalException(Throwable) - Constructor for exception edu.sc.seis.TauP.NoArrivalException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
noDisconDepths - Variable in class edu.sc.seis.TauP.TauModel
Depths that should not have reflections or phase conversions.
none - edu.sc.seis.TauP.cmdline.args.ColorType
 
NoSuchLayerException - Exception in edu.sc.seis.TauP
Exception occurring within the VelocityModel when a request is made for a layer that does not exist.
NoSuchLayerException(double) - Constructor for exception edu.sc.seis.TauP.NoSuchLayerException
 
NoSuchLayerException(double, String) - Constructor for exception edu.sc.seis.TauP.NoSuchLayerException
 
NoSuchLayerException(int) - Constructor for exception edu.sc.seis.TauP.NoSuchLayerException
 
NULL_VALUE - Static variable in annotation type picocli.CommandLine.Option
Special value that can be used in some annotation attributes to designate null.
NULL_VALUE - Static variable in annotation type picocli.CommandLine.Parameters
Special value that can be used in some annotation attributes to designate null.
number - Static variable in class edu.sc.seis.TauP.LegPuller
 

O

OCEAN - Static variable in class edu.sc.seis.TauP.NamedVelocityDiscon
 
ofDegrees(double) - Static method in class edu.sc.seis.TauP.DistanceRay
 
ofDegrees(double) - Static method in class edu.sc.seis.TauP.ExactDistanceRay
 
ofDegrees(double) - Static method in class edu.sc.seis.TauP.FixedHemisphereDistanceRay
 
off() - Method in interface picocli.CommandLine.Help.Ansi.IStyle
Returns the ANSI escape code for turning this style off.
off() - Method in enum picocli.CommandLine.Help.Ansi.Style
 
off(CommandLine.Help.Ansi.IStyle...) - Static method in enum picocli.CommandLine.Help.Ansi.Style
Returns the concatenated ANSI escape codes for turning all specified styles off.
OFF - picocli.CommandLine.Help.Ansi
Forced OFF: never emit ANSI escape code regardless of the platform.
OFF - picocli.CommandLine.TraceLevel
 
ofGeodeticStationEvent(Location, Location, double) - Static method in class edu.sc.seis.TauP.DistanceRay
 
ofKilometers(double) - Static method in class edu.sc.seis.TauP.DistanceRay
 
ofKilometers(double) - Static method in class edu.sc.seis.TauP.ExactDistanceRay
 
ofKilometers(double) - Static method in class edu.sc.seis.TauP.FixedHemisphereDistanceRay
 
ofRadians(double) - Static method in class edu.sc.seis.TauP.DistanceRay
 
ofRadians(double) - Static method in class edu.sc.seis.TauP.ExactDistanceRay
 
ofRadians(double) - Static method in class edu.sc.seis.TauP.FixedHemisphereDistanceRay
 
ofRayParamSDegree(double) - Static method in class edu.sc.seis.TauP.RayParamRay
 
ofRayParamSRadian(double) - Static method in class edu.sc.seis.TauP.RayParamRay
 
ofStationEvent(Location, Location) - Static method in class edu.sc.seis.TauP.DistanceRay
 
ofTakeoffAngle(Double) - Static method in class edu.sc.seis.TauP.TakeoffAngleRay
 
OK - Static variable in class picocli.CommandLine.ExitCode
Return value from the execute and executeHelpRequest methods signifying successful termination.
on() - Method in interface picocli.CommandLine.Help.Ansi.IStyle
Returns the ANSI escape code for turning this style on.
on() - Method in enum picocli.CommandLine.Help.Ansi.Style
 
on(CommandLine.Help.Ansi.IStyle...) - Static method in enum picocli.CommandLine.Help.Ansi.Style
Returns the concatenated ANSI escape codes for turning all specified styles on.
ON - picocli.CommandLine.Help.Ansi
Forced ON: always emit ANSI escape code regardless of the platform.
ON_DEMAND - picocli.CommandLine.Help.Visibility
 
onlyAddPoints - Variable in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
onlyFirst - Variable in class edu.sc.seis.TauP.cmdline.TauP_Time
 
onlyPrintRayP - Variable in class edu.sc.seis.TauP.cmdline.TauP_Time
 
onlyPrintTime - Variable in class edu.sc.seis.TauP.cmdline.TauP_Time
 
onlyRevPoints - Variable in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
onlyTurnPoints - Variable in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
onlyUnderPoints - Variable in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
optionArity(Field) - Static method in class picocli.CommandLine.Range
Returns a new Range based on the CommandLine.Option.arity() annotation on the specified field, or the field type's default arity if no arity was specified.
optionList() - Method in class picocli.CommandLine.Help
Returns a description of all options in this command, including any argument groups.
optionList(CommandLine.Help.Layout, Comparator<CommandLine.Model.OptionSpec>, CommandLine.Help.IParamLabelRenderer) - Method in class picocli.CommandLine.Help
Sorts all Options with the specified comparator (if the comparator is non-null), then adds all non-hidden options to the specified TextTable and returns the result of TextTable.toString().
optionListExcludingGroups(List<CommandLine.Model.OptionSpec>) - Method in class picocli.CommandLine.Help
Returns a description of the specified list of options.
optionListExcludingGroups(List<CommandLine.Model.OptionSpec>, CommandLine.Help.Layout, Comparator<CommandLine.Model.OptionSpec>, CommandLine.Help.IParamLabelRenderer) - Method in class picocli.CommandLine.Help
Sorts all Options with the specified comparator (if the comparator is non-null), then adds the specified options to the specified TextTable and returns the result of TextTable.toString().
optionListGroupSections() - Method in class picocli.CommandLine.Help
Returns a rendered section of the usage help message that contains the argument groups that have a non-null heading.
optionListHeading() - Method in annotation type picocli.CommandLine.Command
Set the heading preceding the options list.
optionListHeading() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the optional heading preceding the options list.
optionListHeading(Object...) - Method in class picocli.CommandLine.Help
Returns the text displayed before the option list; an empty string if there are no options, otherwise the result of String.format(optionListHeading, params).
optionListHeading(String) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the heading preceding the options list.
optionParams(CommandLine.Help.Ansi.IStyle...) - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Adds the specified styles to the registered styles for option parameters in this color scheme builder and returns this builder.
optionParamStyles() - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Returns the registered styles for option parameters in this color scheme builder.
optionParamStyles() - Method in class picocli.CommandLine.Help.ColorScheme
Returns the registered styles for option parameters in this color scheme.
optionParamText(String) - Method in class picocli.CommandLine.Help.ColorScheme
Returns a Text with all optionParam styles applied to the specified optionParam string.
optionRenderer - Variable in class picocli.CommandLine.Help.Layout
 
optionRenderer() - Method in class picocli.CommandLine.Help.Layout
Returns the IOptionRenderer used to render options to Text before adding this text to the TextTable in this layout.
options() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the list of options configured for this group.
options() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the list of options configured for this command.
options(CommandLine.Help.Ansi.IStyle...) - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Adds the specified styles to the registered styles for options in this color scheme and returns this color scheme.
OPTIONS_HEADING - Static variable in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
optionsCaseInsensitive() - Method in class picocli.CommandLine.Model.CommandSpec
Returns whether the options are case-insensitive.
optionsCaseInsensitive(boolean) - Method in class picocli.CommandLine.Model.CommandSpec
Sets the case-insensitivity of options.
optionSectionGroups() - Method in class picocli.CommandLine.Help
Returns the list of ArgGroupSpec instances in this command that have a non-null heading, most deeply nested argument groups first.
optionsMap() - Method in class picocli.CommandLine.Model.CommandSpec
Returns a map of the option names to option spec objects configured for this command.
optionStyles() - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Returns the registered styles for options in this color scheme builder.
optionStyles() - Method in class picocli.CommandLine.Help.ColorScheme
Returns the registered styles for options in this color scheme.
optionText(String) - Method in class picocli.CommandLine.Help.ColorScheme
Returns a Text with all option styles applied to the specified option string.
order() - Method in annotation type picocli.CommandLine.ArgGroup
Determines the position in the options list in the usage help message at which this group should be shown.
order() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Returns the position in the options list in the usage help message at which this group should be shown.
order() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the position in the options list in the usage help message at which this group should be shown.
order() - Method in interface picocli.CommandLine.Model.IOrdered
Returns the position in the options list in the usage help message at which this element should be shown.
order() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Returns the position in the options list in the usage help message at which this option should be shown.
order() - Method in class picocli.CommandLine.Model.OptionSpec
Returns the position in the options list in the usage help message at which this option should be shown.
order() - Method in annotation type picocli.CommandLine.Option
When @Command(sortOptions = false) is specified, this attribute can be used to control the order in which options are listed in the usage help message.
order(int) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Sets the position in the options list in the usage help message at which this group should be shown, and returns this builder.
order(int) - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Sets the position in the options list in the usage help message at which this option should be shown, and returns this builder.
originalArgs() - Method in class picocli.CommandLine.ParseResult
Returns the original command line arguments that were passed to the CommandLine.parseArgs(String...) method, before @-file expansion.
originalArgs(String[]) - Method in class picocli.CommandLine.ParseResult.Builder
Sets the specified original command line arguments that were passed to the CommandLine.parseArgs(String...) method, before @-file expansion.
originallyRequired() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the original value of the option's required attribute, regardless of whether the option is used in an exclusive group or not.
originalStringValues() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the original command line arguments matched by this option or positional parameter spec.
originalValue() - Method in class picocli.CommandLine.Range
Returns the original String value that this range was constructed with.
out() - Method in class picocli.CommandLine.AbstractHandler
Deprecated.
Returns the stream to print command output to.
OUTERCORE - Static variable in class edu.sc.seis.TauP.NamedVelocityDiscon
 
Outputs - Class in edu.sc.seis.TauP
Outputs.java contains formating, similar to printf, routines for the output types in the TauP package.
Outputs() - Constructor for class edu.sc.seis.TauP.Outputs
 
OUTPUTTYPE_HEADING - Static variable in class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
 
OutputTypes - Interface in edu.sc.seis.TauP.cmdline.args
 
outTreeAdd(List<ProtoSeismicPhase>, ProtoSeismicPhase) - Static method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
over(double) - Method in class edu.sc.seis.TauP.Complex
Returns this Complex object divided by double, this/y.
over(double, Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns a double divided by a Complex object, x/y.
over(Complex) - Method in class edu.sc.seis.TauP.Complex
Returns this Complex object divided by another Complex object, this/y.
over(Complex, double) - Static method in class edu.sc.seis.TauP.Complex
Returns Complex object divided by a double, x/y.
over(Complex, Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns Complex object divided by a Complex object, x/y.
overEquals(double) - Method in class edu.sc.seis.TauP.Complex
Divides this Complex by a double and returns the result, this /= y.
overEquals(Complex) - Method in class edu.sc.seis.TauP.Complex
Divides this Complex by a Complex and returns the result, this /= y.
overflow - Variable in class picocli.CommandLine.Help.Column
Policy that determines how to handle values larger than the column width.
overlapsRayParam(List<ProtoSeismicPhase>, Double, Double) - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
OverlayVelocityModelArgs - Class in edu.sc.seis.TauP.cmdline.args
 
OverlayVelocityModelArgs() - Constructor for class edu.sc.seis.TauP.cmdline.args.OverlayVelocityModelArgs
 
overReverse(double) - Method in class edu.sc.seis.TauP.Complex
Returns a double dividied by this Complex object, x/this.
OverwrittenOptionException(CommandLine, CommandLine.Model.ArgSpec, String) - Constructor for exception picocli.CommandLine.OverwrittenOptionException
 
overwrittenOptionsAllowed() - Method in class picocli.CommandLine.Model.ParserSpec
 
overwrittenOptionsAllowed(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 

P

p - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
P - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
P_VELOCITY - edu.sc.seis.TauP.VelocityModelMaterial
 
packageMSeed3(float[], float[], float[], String, int) - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
packageMSeed3(float[], String, String, String, int) - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
packageName - Static variable in class edu.sc.seis.TauP.PropertyLoader
 
packageName - Static variable in class edu.sc.seis.TauP.TauModelLoader
 
parameterArity(Field) - Static method in class picocli.CommandLine.Range
Returns a new Range based on the CommandLine.Parameters.arity() annotation on the specified field, or the field type's default arity if no arity was specified.
parameterConsumer() - Method in class picocli.CommandLine.Model.ArgSpec
Returns a custom IParameterConsumer to temporarily suspend picocli's parsing logic and process one or more command line arguments in a custom manner, or null.
parameterConsumer() - Method in annotation type picocli.CommandLine.Option
Optionally specify a custom IParameterConsumer to temporarily suspend picocli's parsing logic and process one or more command line arguments in a custom manner.
parameterConsumer() - Method in annotation type picocli.CommandLine.Parameters
Optionally specify a custom IParameterConsumer to temporarily suspend picocli's parsing logic and process one or more command line arguments in a custom manner.
ParameterException(CommandLine, String) - Constructor for exception picocli.CommandLine.ParameterException
Constructs a new ParameterException with the specified CommandLine and error message.
ParameterException(CommandLine, String, Throwable) - Constructor for exception picocli.CommandLine.ParameterException
Constructs a new ParameterException with the specified CommandLine and error message.
ParameterException(CommandLine, String, Throwable, CommandLine.Model.ArgSpec, String) - Constructor for exception picocli.CommandLine.ParameterException
Constructs a new ParameterException with the specified CommandLine and error message.
ParameterException(CommandLine, String, CommandLine.Model.ArgSpec, String) - Constructor for exception picocli.CommandLine.ParameterException
Constructs a new ParameterException with the specified CommandLine and error message.
parameterIndex(Field) - Static method in class picocli.CommandLine.Range
Returns a new Range based on the CommandLine.Parameters.index() annotation on the specified field.
ParameterIndexGapException(String) - Constructor for exception picocli.CommandLine.ParameterIndexGapException
 
parameterLabelRenderer() - Method in class picocli.CommandLine.Help
Option and positional parameter value label renderer used for the synopsis line(s) and the option list.
parameterList() - Method in class picocli.CommandLine.Help
Returns the rendered positional parameters section of the usage help message for all positional parameters in this command.
parameterList(List<CommandLine.Model.PositionalParamSpec>) - Method in class picocli.CommandLine.Help
Returns the rendered positional parameters section of the usage help message for the specified positional parameters.
parameterList(List<CommandLine.Model.PositionalParamSpec>, CommandLine.Help.Layout, CommandLine.Help.IParamLabelRenderer) - Method in class picocli.CommandLine.Help
Returns the rendered section of the usage help message that lists the specified parameters with their descriptions.
parameterList(CommandLine.Help.Layout, CommandLine.Help.IParamLabelRenderer) - Method in class picocli.CommandLine.Help
Returns the rendered section of the usage help message that lists all positional parameters in this command with their descriptions.
parameterListHeading() - Method in annotation type picocli.CommandLine.Command
Set the heading preceding the parameters list.
parameterListHeading() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the optional heading preceding the parameter list.
parameterListHeading(Object...) - Method in class picocli.CommandLine.Help
Returns the text displayed before the positional parameter list; an empty string if there are no positional parameters, otherwise the result of String.format(parameterListHeading, params).
parameterListHeading(String) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the optional heading preceding the parameter list.
parameterRenderer - Variable in class picocli.CommandLine.Help.Layout
 
parameterRenderer() - Method in class picocli.CommandLine.Help.Layout
Returns the IParameterRenderer used to render positional params to Text before adding this text to the TextTable in this layout.
parameters(CommandLine.Help.Ansi.IStyle...) - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Adds the specified styles to the registered styles for positional parameters in this color scheme builder and returns this builder.
parameterStyles() - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Returns the registered styles for positional parameters in this color scheme builder.
parameterStyles() - Method in class picocli.CommandLine.Help.ColorScheme
Returns the registered styles for positional parameters in this color scheme.
parameterText(String) - Method in class picocli.CommandLine.Help.ColorScheme
Returns a Text with all parameter styles applied to the specified parameter string.
paramLabel() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the name of the option or positional parameter used in the usage help message.
paramLabel() - Method in annotation type picocli.CommandLine.Option
Specify a paramLabel for the option parameter to be used in the usage help message.
paramLabel() - Method in annotation type picocli.CommandLine.Parameters
Specify a paramLabel for the parameter to be used in the usage help message.
parent() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the parent command of this subcommand, or null if this is a top-level command.
parent() - Method in class picocli.CommandLine.Model.Messages
 
parent(CommandLine.Model.CommandSpec) - Method in class picocli.CommandLine.Model.CommandSpec
Sets the parent command of this subcommand.
parentCommandElements() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the list of program elements annotated with {@literal @}ParentCommand configured for this command.
parentGroup() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the parent group that this group is part of, or null if this group is not part of a composite.
parse(String) - Static method in enum picocli.CommandLine.Help.Ansi.Style
Parses the specified comma-separated sequence of style descriptors and returns the associated styles.
parse(String) - Method in class picocli.CommandLine.Help.ColorScheme
Converts the specified markup styles to an array of CommandLine.Help.Ansi.IStyle objects.
parse(String...) - Method in class picocli.CommandLine
Deprecated.
parseAddDepthsList(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
parseArgs(String...) - Method in class picocli.CommandLine
Expands any @-files in the specified command line arguments, then parses the arguments and returns a ParseResult with the options, positional parameters, and subcommands (if any) that were recognized and initialized during the parsing process.
parseFileName(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
parseName(TauModel, ArrayList<String>) - Method in class edu.sc.seis.TauP.SeismicPhaseFactory
Constructs a branch sequence from the given phase name and tau model.
parseName(String) - Static method in class edu.sc.seis.TauP.PhaseName
 
parsePhaseList(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
parses a comma separated list of phase names and adds them to the phaseNames vector.
parsePhaseNameList() - Method in class edu.sc.seis.TauP.cmdline.args.PhaseArgs
 
parsePhaseNameList() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
parser() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the parser specification for this command.
parser(CommandLine.Model.ParserSpec) - Method in class picocli.CommandLine.Model.CommandSpec
Initializes the parser specification for this command from the specified settings and returns this commandSpec.
ParserSpec() - Constructor for class picocli.CommandLine.Model.ParserSpec
 
parseWithHandler(CommandLine.IParseResultHandler2<R>, String[]) - Method in class picocli.CommandLine
parseWithHandler(CommandLine.IParseResultHandler, PrintStream, String...) - Method in class picocli.CommandLine
parseWithHandlers(CommandLine.IParseResultHandler2<R>, CommandLine.IExceptionHandler2<R>, String...) - Method in class picocli.CommandLine
parseWithHandlers(CommandLine.IParseResultHandler, PrintStream, CommandLine.Help.Ansi, CommandLine.IExceptionHandler, String...) - Method in class picocli.CommandLine
path(double, boolean, SlownessModel) - Method in class edu.sc.seis.TauP.TauBranch
 
PATH - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
phase - edu.sc.seis.TauP.cmdline.args.ColorType
 
PHASE - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
PhaseArgs - Class in edu.sc.seis.TauP.cmdline.args
 
PhaseArgs() - Constructor for class edu.sc.seis.TauP.cmdline.args.PhaseArgs
 
PhaseInteraction - Enum in edu.sc.seis.TauP
 
PhaseName - Class in edu.sc.seis.TauP
Convenience class that allows sac header variables to be associated with a seismic phase name.
PhaseName(String) - Constructor for class edu.sc.seis.TauP.PhaseName
 
PhaseName(String, int) - Constructor for class edu.sc.seis.TauP.PhaseName
 
PhaseName(String, String) - Constructor for class edu.sc.seis.TauP.PhaseName
 
phaseNameForSegments() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
phaseNameForSegments(boolean) - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
phaseNames - Variable in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
names of phases to be used, ie PKIKP.
PhaseParseException - Exception in edu.sc.seis.TauP
 
PhaseParseException(Exception) - Constructor for exception edu.sc.seis.TauP.PhaseParseException
 
PhaseParseException(String, Exception) - Constructor for exception edu.sc.seis.TauP.PhaseParseException
 
PhaseParseException(String, String, int) - Constructor for exception edu.sc.seis.TauP.PhaseParseException
 
phaseRegEx - Static variable in class edu.sc.seis.TauP.LegPuller
 
phasesExistsInModel() - Method in class edu.sc.seis.TauP.FailedSeismicPhase
 
phasesExistsInModel() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
phasesExistsInModel() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
phasesExistsInModel() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
PhaseSymbols - Class in edu.sc.seis.TauP
 
PhaseSymbols() - Constructor for class edu.sc.seis.TauP.PhaseSymbols
 
phaseValidate(ArrayList<String>) - Static method in class edu.sc.seis.TauP.LegPuller
Performs consistency checks on the previously tokenized phase name stored in legs.
picocli - package picocli
 
PicocliException(String) - Constructor for exception picocli.CommandLine.PicocliException
 
PicocliException(String, Throwable) - Constructor for exception picocli.CommandLine.PicocliException
 
PIERCE - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
plainString() - Method in class picocli.CommandLine.Help.Ansi.Text
Returns the plain text without any formatting.
PLayers - Variable in class edu.sc.seis.TauP.SlownessModel
Stores the final slowness-depth layers for P waves.
PlotTicks - Class in edu.sc.seis.TauP
 
PlotTicks() - Constructor for class edu.sc.seis.TauP.PlotTicks
 
plus(double) - Method in class edu.sc.seis.TauP.Complex
Returns the sum of this Complex a double, this+y.
plus(double, Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the sum of a double and a Complex, x+y.
plus(Complex) - Method in class edu.sc.seis.TauP.Complex
Returns the sum of this Complex and another Complex, this+y.
plus(Complex, double) - Static method in class edu.sc.seis.TauP.Complex
Returns the sum of a Complex and a double, x+y.
plus(Complex, Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the sum of two Complex objects, x+y.
plusEquals(double) - Method in class edu.sc.seis.TauP.Complex
Adds a double into this Complex and returns the sum, this += y.
plusEquals(Complex) - Method in class edu.sc.seis.TauP.Complex
Adds a Complex to this Complex and returns the sum, this += y.
plusReverse(double) - Method in class edu.sc.seis.TauP.Complex
Returns the sum of this Complex and a double, x+this.
poisson - edu.sc.seis.TauP.ModelAxisType
 
populateCommand(T, String...) - Static method in class picocli.CommandLine
Convenience method that initializes the specified annotated object from the specified command line arguments.
populateSpec(Class<T>, String...) - Static method in class picocli.CommandLine
Convenience method that derives the command specification from the specified interface class, and returns an instance of the specified interface.
port - Variable in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
positionalParameters() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the list of positional parameters configured for this group.
positionalParameters() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the list of positional parameters configured for this command.
posixClusteredShortOptionsAllowed() - Method in class picocli.CommandLine.Model.ParserSpec
 
posixClusteredShortOptionsAllowed(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
posixOptionsMap() - Method in class picocli.CommandLine.Model.CommandSpec
Returns a map of the short (single character) option names to option spec objects configured for this command.
pow(Complex, double) - Static method in class edu.sc.seis.TauP.Complex
Returns the Complex z raised to the x power, with a branch cut for the first parameter (z) along the negative real axis.
pow(Complex, Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the Complex x raised to the Complex y power.
preprocess(Stack<String>, CommandLine.Model.CommandSpec, CommandLine.Model.ArgSpec, Map<String, Object>) - Method in interface picocli.CommandLine.IParameterPreprocessor
Called when either the command, option or positional parameter that has this preprocessor configured was recognized by the picocli parser.
preprocessor() - Method in annotation type picocli.CommandLine.Command
Returns the preprocessor for this command.
preprocessor() - Method in class picocli.CommandLine.Model.ArgSpec
Returns a custom IParameterPreprocessor to either replace or complement picocli's parsing logic for the parameter(s) of this option or position.
preprocessor() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the preprocessor for this CommandSpec instance.
preprocessor() - Method in annotation type picocli.CommandLine.Option
Returns the preprocessor for this option.
preprocessor() - Method in annotation type picocli.CommandLine.Parameters
Returns the preprocessor for this positional parameter.
preprocessor(CommandLine.IParameterPreprocessor) - Method in class picocli.CommandLine.Model.CommandSpec
Sets the preprocessor for this CommandSpec instance.
print() - Method in class edu.sc.seis.TauP.TauModel
 
print() - Method in class edu.sc.seis.TauP.VelocityModel
 
printArrivalsAsText(PrintWriter, List<Arrival>, String, List<Double>, List<Double>, Scatterer, boolean, boolean, boolean, boolean, double, double, List<String>) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Time
 
printAsGmtScript(PrintWriter, String, List<String>, GraphicOutputTypeArgs, boolean) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
printAsGmtText(PrintWriter) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
printAsHtml(PrintWriter, String, List<String>, String, boolean) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
printAsJSON(PrintWriter, int) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
printAsSvg(PrintWriter, String, List<String>, String, boolean) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
printCSV(PrintWriter, VelocityModel) - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
printDistRadius(PrintWriter, double, double) - Static method in class edu.sc.seis.TauP.SvgEarth
 
printDistRadiusAsXY(PrintWriter, double, double) - Static method in class edu.sc.seis.TauP.SvgEarth
 
printGMT(PrintWriter) - Method in class edu.sc.seis.TauP.SlownessModel
prints out the slowness model into a file in a for suitable for plotting with GMT.
printGMT(PrintWriter) - Method in class edu.sc.seis.TauP.VelocityModel
prints out the velocity model into a file in a for suitable for plotting with GMT.
printGMT(String) - Method in class edu.sc.seis.TauP.SlownessModel
prints out the velocity model into a file in a form suitable for plotting with GMT.
printGMT(String) - Method in class edu.sc.seis.TauP.VelocityModel
prints out the velocity model into a file in a form suitable for plotting with GMT.
printGmtScriptBeginning(PrintWriter, String, TauModel, float, String, boolean, String, List<String>) - Static method in class edu.sc.seis.TauP.SvgEarth
 
printGmtScriptBeginning(PrintWriter, String, List<String>, GraphicOutputTypeArgs) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
printGmtScriptLegend(PrintWriter) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
printHelpIfRequested(List<CommandLine>, PrintStream, PrintStream, CommandLine.Help.Ansi) - Static method in class picocli.CommandLine
printHelpIfRequested(List<CommandLine>, PrintStream, PrintStream, CommandLine.Help.ColorScheme) - Static method in class picocli.CommandLine
printHelpIfRequested(List<CommandLine>, PrintStream, CommandLine.Help.Ansi) - Static method in class picocli.CommandLine
printHelpIfRequested(CommandLine.ParseResult) - Static method in class picocli.CommandLine
printIsochron(PrintWriter, Map<Double, List<WavefrontPathSegment>>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
printLabelsGMT(PrintWriter, List<Arrival>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
printModelAsSVG(PrintWriter, TauModel, float, SvgEarthScaling, boolean) - Static method in class edu.sc.seis.TauP.SvgEarth
 
printPierceAsText(PrintWriter, List<Arrival>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
printResult(PrintWriter) - Method in class edu.sc.seis.TauP.cmdline.TauP_PhaseDescribe
 
printResult(PrintWriter) - Method in class edu.sc.seis.TauP.cmdline.TauP_Version
 
printResult(PrintWriter, XYPlotOutput) - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
printResult(PrintWriter, List<Arrival>) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractRayTool
 
printResult(PrintWriter, List<Arrival>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
printResult(PrintWriter, List<Arrival>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
printResult(PrintWriter, List<Arrival>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
printResult(PrintWriter, List<Arrival>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Time
 
printResult(PrintWriter, List<XYPlottingData>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
printResult(PrintWriter, List<XYPlottingData>) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
printResultJson(List<ProtoSeismicPhase>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
printResultJSON(PrintWriter) - Method in class edu.sc.seis.TauP.cmdline.TauP_PhaseDescribe
 
printResultJSON(PrintWriter) - Method in class edu.sc.seis.TauP.cmdline.TauP_Version
 
printResultJSON(PrintWriter, List<Arrival>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
printResultJSON(PrintWriter, List<Arrival>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Time
 
printResultText(PrintWriter) - Method in class edu.sc.seis.TauP.cmdline.TauP_PhaseDescribe
 
printResultText(PrintWriter) - Method in class edu.sc.seis.TauP.cmdline.TauP_Version
 
printResultText(PrintWriter, List<Arrival>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
printResultText(PrintWriter, List<Arrival>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Time
 
printResultText(List<ProtoSeismicPhase>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
printScriptBeginningSvg(PrintWriter, TauModel, float, SvgEarthScaling, String, List<String>, List<String>, String) - Static method in class edu.sc.seis.TauP.SvgEarth
 
printScriptBeginningSVG(PrintWriter, List<Arrival>, float, DistDepthRange, ModelArgs, List<String>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
printSuggestions(PrintStream) - Method in exception picocli.CommandLine.UnmatchedArgumentException
Returns true and prints suggested solutions to the specified stream if such solutions exist, otherwise returns false.
printSuggestions(PrintWriter) - Method in exception picocli.CommandLine.UnmatchedArgumentException
Returns true and prints suggested solutions to the specified stream if such solutions exist, otherwise returns false.
printSuggestions(CommandLine.ParameterException, PrintStream) - Static method in exception picocli.CommandLine.UnmatchedArgumentException
Returns true and prints suggested solutions to the specified stream if such solutions exist, otherwise returns false.
printSuggestions(CommandLine.ParameterException, PrintWriter) - Static method in exception picocli.CommandLine.UnmatchedArgumentException
Returns true and prints suggested solutions to the specified writer if such solutions exist, otherwise returns false.
printSvgEnd(PrintWriter) - Static method in class edu.sc.seis.TauP.SvgEarth
 
printSvgEnding(PrintWriter) - Static method in class edu.sc.seis.TauP.SvgEarth
 
printSvgEndZoom(PrintWriter) - Static method in class edu.sc.seis.TauP.SvgEarth
 
printVersionHelp(PrintStream) - Method in class picocli.CommandLine
Delegates to CommandLine.printVersionHelp(PrintStream, Help.Ansi) with the ANSI setting of the configured color scheme.
printVersionHelp(PrintStream, CommandLine.Help.Ansi) - Method in class picocli.CommandLine
Prints version information from the CommandLine.Command.version() annotation to the specified PrintStream.
printVersionHelp(PrintStream, CommandLine.Help.Ansi, Object...) - Method in class picocli.CommandLine
Prints version information from the CommandLine.Command.version() annotation to the specified PrintStream.
printVersionHelp(PrintWriter) - Method in class picocli.CommandLine
Delegates to CommandLine.printVersionHelp(PrintWriter, Help.Ansi, Object...) with the ANSI setting of the configured color scheme.
printVersionHelp(PrintWriter, CommandLine.Help.Ansi, Object...) - Method in class picocli.CommandLine
Prints version information from the CommandLine.Command.version() annotation to the specified PrintWriter.
processMSeed3File(File) - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
processRecord(MSeed3Record) - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
processSacFile(File) - Method in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
processSacTimeSeries(SacTimeSeries, String) - Method in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
prompt() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the text displayed to the end user for an interactive option or positional parameter when asking for user input.
prompt() - Method in annotation type picocli.CommandLine.Option
Use this attribute to customize the text displayed to the end user for an interactive option when asking for user input.
prompt() - Method in annotation type picocli.CommandLine.Parameters
Use this attribute to customize the text displayed to the end user for an interactive positional parameter when asking for user input.
PropertiesDefaultProvider() - Constructor for class picocli.CommandLine.PropertiesDefaultProvider
Default constructor, used when this default value provider is specified in the annotations:
PropertiesDefaultProvider(File) - Constructor for class picocli.CommandLine.PropertiesDefaultProvider
This constructor loads default values from the specified properties file.
PropertiesDefaultProvider(Properties) - Constructor for class picocli.CommandLine.PropertiesDefaultProvider
This constructor loads default values from the specified properties object.
PropertyLoader - Class in edu.sc.seis.TauP
convenience class for loading properties.
PropertyLoader() - Constructor for class edu.sc.seis.TauP.PropertyLoader
 
propFileName - Static variable in class edu.sc.seis.TauP.PropertyLoader
 
ProtoSeismicPhase - Class in edu.sc.seis.TauP
Represents a partial seismic phase, appended to as a name is parsed.
ProtoSeismicPhase(List<SeismicPhaseSegment>, double) - Constructor for class edu.sc.seis.TauP.ProtoSeismicPhase
 
psFile - Variable in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
ps filename for use within gmt script.
psFile - Variable in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
ps filename for use within gmt script.
puristName - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
name with depths corrected to be actuall discontinuities in the model.
putValue(int, int, CommandLine.Help.Ansi.Text) - Method in class picocli.CommandLine.Help.TextTable
Writes the specified value into the cell at the specified row and column and returns the last row and column written to.
PWAVE - Static variable in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
PWAVE - Static variable in class edu.sc.seis.TauP.SimpleSeismicPhase
 
PWAVE - Static variable in class edu.sc.seis.TauP.SlownessModel
Just useful for calling methods that need to know whether to use P or S waves.
PWAVE_COLOR - Static variable in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 

Q

Q - edu.sc.seis.TauP.ModelAxisType
 
Q_P - edu.sc.seis.TauP.VelocityModelMaterial
 
Q_S - edu.sc.seis.TauP.VelocityModelMaterial
 
QIsDefault() - Method in class edu.sc.seis.TauP.VelocityLayer
 
QIsDefault() - Method in class edu.sc.seis.TauP.VelocityModel
 
qmlStaxmlArgs - Variable in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
QmlStaxmlArgs - Class in edu.sc.seis.TauP.cmdline.args
 
QmlStaxmlArgs() - Constructor for class edu.sc.seis.TauP.cmdline.args.QmlStaxmlArgs
 
Qp - edu.sc.seis.TauP.ModelAxisType
 
QpIsDefault() - Method in class edu.sc.seis.TauP.VelocityLayer
 
Qs - edu.sc.seis.TauP.ModelAxisType
 
QsIsDefault() - Method in class edu.sc.seis.TauP.VelocityLayer
 
quakemlFilename - Variable in class edu.sc.seis.TauP.cmdline.args.QmlStaxmlArgs
 
quakeOTimeTol - Variable in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
quakes - Variable in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
qualifiedName() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the String to use as the program name in the synopsis line of the help message: this command's name, preceded by the qualified name of the parent command, if any, separated by a space.
qualifiedName(String) - Method in class picocli.CommandLine.Model.CommandSpec
Returns this command's fully qualified name, which is its name, preceded by the qualified name of the parent command, if this command has a parent command.
queryParamsToCmdLineArgs(CommandLine.Model.CommandSpec, Map<String, Deque<String>>) - Static method in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 

R

RAD_IDX - Static variable in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
radialSlownessAtReceiver() - Method in class edu.sc.seis.TauP.Arrival
 
radialSlownessAtSource() - Method in class edu.sc.seis.TauP.Arrival
 
radian - edu.sc.seis.TauP.AxisType
 
radian - edu.sc.seis.TauP.DistanceAxisType
 
radian180 - edu.sc.seis.TauP.AxisType
 
radianDepthToXY(XYSegment, double) - Static method in class edu.sc.seis.TauP.XYSegment
 
radians - Variable in class edu.sc.seis.TauP.DistanceRay
 
radians - Variable in class edu.sc.seis.TauP.Theta
 
radius - edu.sc.seis.TauP.DepthAxisType
 
radius - edu.sc.seis.TauP.ModelAxisType
 
radius - Variable in exception edu.sc.seis.TauP.NoSuchLayerException
 
radiusOfEarth - Variable in class edu.sc.seis.TauP.SlownessModel
Radius of the Earth in km, usually input from the velocity model.
radiusOfEarth - Variable in class edu.sc.seis.TauP.TauModel
Radius of the Earth in km, usually input from the velocity model.
radiusOfEarth - Variable in class edu.sc.seis.TauP.VelocityModel
reference radius (km), usually radius of the earth, by default 6371 kilometers.
Range(int, int, boolean, boolean, String) - Constructor for class picocli.CommandLine.Range
Constructs a new Range object with the specified parameters.
RayCalculateable - Class in edu.sc.seis.TauP
 
RayCalculateable() - Constructor for class edu.sc.seis.TauP.RayCalculateable
 
rayparam - edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot.DegRayParam
 
rayParam - Variable in class edu.sc.seis.TauP.DepthRange
rayParam associated with the depth range.
rayparamdeg - edu.sc.seis.TauP.AxisType
 
rayParamFormat - Static variable in class edu.sc.seis.TauP.Outputs
 
rayParamIncCheck() - Method in class edu.sc.seis.TauP.SlownessModel
Checks to make sure that no slowness layer spans more than maxDeltaP.
RayParamIndexRay - Class in edu.sc.seis.TauP
 
RayParamIndexRay(int) - Constructor for class edu.sc.seis.TauP.RayParamIndexRay
 
rayparamkm - edu.sc.seis.TauP.AxisType
 
RayParamKmRay - Class in edu.sc.seis.TauP
 
RayParamKmRay(Double) - Constructor for class edu.sc.seis.TauP.RayParamKmRay
 
rayparamrad - edu.sc.seis.TauP.AxisType
 
RayParamRay - Class in edu.sc.seis.TauP
 
RayParamRay(double) - Constructor for class edu.sc.seis.TauP.RayParamRay
 
rayParams - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
Array of possible ray parameters for this phase.
rayParams - Variable in class edu.sc.seis.TauP.TauModel
ray parameters used to construct the tau branches.
rayParams - Variable in class edu.sc.seis.TauP.Theta
 
rayparamStep - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
re - Variable in class edu.sc.seis.TauP.Complex
 
readFromStream(DataInputStream) - Static method in class edu.sc.seis.TauP.TauBranch
 
readModel(String) - Static method in class edu.sc.seis.TauP.TauModel
 
readModelFromStream(InputStream) - Static method in class edu.sc.seis.TauP.TauModel
 
readNDFile(File) - Static method in class edu.sc.seis.TauP.VelocityModel
This method reads in a velocity model from a "nd" ASCII text file, the format used by Xgbm.
readNDFile(Reader, String) - Static method in class edu.sc.seis.TauP.VelocityModel
 
readPhaseFile(String) - Method in class edu.sc.seis.TauP.cmdline.args.PhaseArgs
Reads in list of phase names from a text file.
readTVelFile(File) - Static method in class edu.sc.seis.TauP.VelocityModel
This method reads in a velocity model from a "tvel" ASCII text file.
readTVelFile(Reader, String) - Static method in class edu.sc.seis.TauP.VelocityModel
 
readVelocityFile(String, String) - Static method in class edu.sc.seis.TauP.VelocityModel
Reads in a velocity file.
real(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the real part of a Complex object.
recalcForAbs(boolean, boolean) - Method in class edu.sc.seis.TauP.XYPlottingData
 
recalcForAbs(boolean, boolean) - Method in class edu.sc.seis.TauP.XYSegment
 
recalcForAbs(List<XYPlottingData>, boolean, boolean) - Static method in class edu.sc.seis.TauP.XYPlotOutput
 
recalcForInfinite(boolean, boolean) - Method in class edu.sc.seis.TauP.XYSegment
Splits the segment around any NaN values, or optionally for any zero values, ie for log.
recalcForLog(boolean, boolean) - Method in class edu.sc.seis.TauP.XYPlottingData
 
recalcForLog(boolean, boolean) - Method in class edu.sc.seis.TauP.XYSegment
 
recalcForLog(List<XYPlottingData>, boolean, boolean) - Static method in class edu.sc.seis.TauP.XYPlotOutput
 
recalcPhases(TauModel, List<PhaseName>, double, double, Scatterer) - Method in class edu.sc.seis.TauP.cmdline.TauP_Table
 
receiverBranch - Variable in class edu.sc.seis.TauP.SeismicPhaseWalk
Temporary assume receiver is at surface.
receiverDepth - Variable in class edu.sc.seis.TauP.SeismicPhaseWalk
 
receiverDepth - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
The receiver depth within the TauModel that was used to generate this phase.
reduce(List<XYPlottingData>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
reduceVelDeg - Variable in class edu.sc.seis.TauP.cmdline.TauP_Curve
the reducing velocity to use if reduceTime == true, in units of radians/second .
reduceVelForAxis(AxisType) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
reduceVelKm - Variable in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
redVelString - Variable in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
refineArrival(int, double, double, int) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
refineArrival(Arrival, Arrival, double, double, int) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
refineDistToleranceRadian - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
 
REFLECT_TOPSIDE - edu.sc.seis.TauP.PhaseInteraction
Used by addToBranch when the path reflects off the bottom of the end of a segment, ie v.
REFLECT_TOPSIDE_CRITICAL - edu.sc.seis.TauP.PhaseInteraction
Used by addToBranch when the path critically reflects off the bottom of the end of a segment, ie "V".
REFLECT_UNDERSIDE - edu.sc.seis.TauP.PhaseInteraction
Used by addToBranch when the path reflects off the top of the end of a segment, ie ^.
REFLECT_UNDERSIDE_CRITICAL - edu.sc.seis.TauP.PhaseInteraction
Used by addToBranch when the path critically reflects off the top of the end of a segment, ie "^x".
refltran - edu.sc.seis.TauP.AxisType
 
refltranpsv - edu.sc.seis.TauP.AxisType
 
ReflTrans - Class in edu.sc.seis.TauP
 
ReflTrans(double, double, double, double, double, double) - Constructor for class edu.sc.seis.TauP.ReflTrans
 
ReflTransAxisType - Enum in edu.sc.seis.TauP
 
ReflTransFluidFluid - Class in edu.sc.seis.TauP
 
ReflTransFluidFluid(double, double, double, double) - Constructor for class edu.sc.seis.TauP.ReflTransFluidFluid
 
ReflTransFluidFreeSurface - Class in edu.sc.seis.TauP
 
ReflTransFluidFreeSurface(double, double) - Constructor for class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
ReflTransFluidSolid - Class in edu.sc.seis.TauP
 
ReflTransFluidSolid(double, double, double, double, double) - Constructor for class edu.sc.seis.TauP.ReflTransFluidSolid
 
ReflTransFreeSurface - Class in edu.sc.seis.TauP
 
refltransh - edu.sc.seis.TauP.AxisType
 
REFLTRANSPLOT - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
ReflTransSolidFluid - Class in edu.sc.seis.TauP
 
ReflTransSolidFluid(double, double, double, double, double) - Constructor for class edu.sc.seis.TauP.ReflTransSolidFluid
 
ReflTransSolidFreeSurface - Class in edu.sc.seis.TauP
 
ReflTransSolidFreeSurface(double, double, double) - Constructor for class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
ReflTransSolidSolid - Class in edu.sc.seis.TauP
 
ReflTransSolidSolid(double, double, double, double, double, double) - Constructor for class edu.sc.seis.TauP.ReflTransSolidSolid
 
regExCheck(String) - Static method in class edu.sc.seis.TauP.LegPuller
 
registerConverter(Class<K>, CommandLine.ITypeConverter<K>) - Method in class picocli.CommandLine
Registers the specified type converter for the specified class.
relativePhaseList - Variable in class edu.sc.seis.TauP.cmdline.TauP_Time
 
relativePhaseName - Variable in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
relativePhaseName - Variable in class edu.sc.seis.TauP.cmdline.TauP_Time
 
remove(CommandLine.Model.ArgSpec) - Method in class picocli.CommandLine.Model.CommandSpec
(INCUBATING) Removes the specified option spec or positional parameter spec from the list of configured arguments to expect.
removeDuplicatePathPoints(List<TimeDist>) - Static method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
removePattern(String) - Method in class picocli.CommandLine.RegexTransformer.Builder
Removes the negative replacement and synopsis replacement for the specified regular expression.
removeSubcommand(String) - Method in class picocli.CommandLine.Model.CommandSpec
Removes the subcommand with the specified name or alias from this CommandSpec and returns the CommandLine instance that was associated with the specified name, or null of the specified name was not associated with a subcommand.
render(CommandLine.Help) - Method in interface picocli.CommandLine.IHelpSectionRenderer
Renders a section of the usage help, like header heading, header, synopsis heading, synopsis, description heading, description, etc.
render(CommandLine.Model.OptionSpec, CommandLine.Help.IParamLabelRenderer, CommandLine.Help.ColorScheme) - Method in interface picocli.CommandLine.Help.IOptionRenderer
Returns a text representation of the specified option and its parameter(s) if any.
render(CommandLine.Model.PositionalParamSpec, CommandLine.Help.IParamLabelRenderer, CommandLine.Help.ColorScheme) - Method in interface picocli.CommandLine.Help.IParameterRenderer
Returns a text representation of the specified positional parameter.
renderedDescription() - Method in class picocli.CommandLine.Model.ArgSpec
renderParameterLabel(CommandLine.Model.ArgSpec, CommandLine.Help.Ansi, List<CommandLine.Help.Ansi.IStyle>) - Method in interface picocli.CommandLine.Help.IParamLabelRenderer
Returns a text rendering of the option parameter or positional parameter; returns an empty string "" if the option is a boolean and does not take a parameter.
replaceLayers(VelocityLayer[], String, boolean, boolean) - Method in class edu.sc.seis.TauP.VelocityModel
 
required() - Method in class picocli.CommandLine.Model.ArgSpec
Returns whether this is a required option or positional parameter without a default value.
required() - Method in annotation type picocli.CommandLine.Option
Indicates whether this option is required.
requiredArgs() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the required options and positional parameters in this group; may be empty but not null.
requiredArgs() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the list of required options and positional parameters configured for this command.
requiredOptionMarker() - Method in annotation type picocli.CommandLine.Command
Prefix required options with this character in the options list.
requiredOptionMarker() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the character used to prefix required options in the options list.
requiredOptionMarker(char) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the character used to prefix required options in the options list.
reset - picocli.CommandLine.Help.Ansi.Style
 
resetOriginalStringValues() - Method in class picocli.CommandLine.Model.ArgSpec
Sets the originalStringValues to a new list instance.
resetStringValues() - Method in class picocli.CommandLine.Model.ArgSpec
Sets the stringValues to a new list instance.
resetStyle() - Method in class picocli.CommandLine.Help.ColorScheme
Returns the style that "resets" the style state to neutral.
resizeLabels(int) - Static method in class edu.sc.seis.TauP.SvgUtil
 
resourceBundle() - Method in annotation type picocli.CommandLine.Command
Set the base name of the ResourceBundle to find option and positional parameters descriptions, as well as usage help message sections and section headings.
resourceBundle() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the resource bundle for this command.
resourceBundle() - Method in class picocli.CommandLine.Model.Messages
Returns the ResourceBundle of this object or null.
resourceBundle(ResourceBundle) - Method in class picocli.CommandLine.Model.CommandSpec
Initializes the resource bundle for this command: sets the UsageMessageSpec.messages to a Messages object created from this command spec and the specified bundle, and then sets the ArgSpec.messages of all options and positional parameters in this command to the same Messages instance.
resourceBundle(CommandLine.Model.Messages) - Static method in class picocli.CommandLine.Model.Messages
Returns the ResourceBundle of the specified Messages object or null if the specified Messages object is null.
resourceBundleBaseName() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the resource bundle base name for this command.
resourceBundleBaseName() - Method in class picocli.CommandLine.Model.Messages
Returns the base name of the ResourceBundle of this object or null.
resourceBundleBaseName(String) - Method in class picocli.CommandLine.Model.CommandSpec
Initializes the resource bundle for this command: sets the UsageMessageSpec.messages to a Messages object created from this command spec and the specified bundle, and then sets the ArgSpec.messages of all options and positional parameters in this command to the same Messages instance.
resourceBundleBaseName(CommandLine.Model.Messages) - Static method in class picocli.CommandLine.Model.Messages
Returns the ResourceBundle of the specified Messages object or null if the specified Messages object is null.
resultAsJSONObject(String, List<Double>, List<Double>, List<PhaseName>, List<Arrival>) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Time
 
returnResultOrExit(R) - Method in class picocli.CommandLine.AbstractHandler
Deprecated.
Convenience method for subclasses that returns the specified result object if no exit code was set, or otherwise, if an exit code was set, calls System.exit with the configured exit code to terminate the currently running Java virtual machine.
reverse - picocli.CommandLine.Help.Ansi.Style
 
richStackTraceString(Throwable) - Method in class picocli.CommandLine.Help.ColorScheme
Returns a String with the error styles applied to the stack trace lines showing the throwable class name and error message (including "Caused by:..." lines), and the stack trace styles applied to the remaining stack trace of lines the specified Throwable.
root() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the root option or positional parameter (on the parent command), if this option or positional parameter was inherited; or null if it was not.
root() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the root command: the top-level command of the hierarchy, never null.
rotate(double, double, double[], double) - Static method in class edu.sc.seis.TauP.SphericalCoords
rotates a point about a pole by an angle.
rotationPole(double, double, double, double) - Static method in class edu.sc.seis.TauP.SphericalCoords
Find the rotation pole required to rotate the first lat lon pair to the second.
row - Variable in class picocli.CommandLine.Help.TextTable.Cell
Table row index (zero based).
rowCount() - Method in class picocli.CommandLine.Help.TextTable
Returns the current number of rows of this TextTable.
rp - Variable in class edu.sc.seis.TauP.ReflTrans
 
RpAngle - edu.sc.seis.TauP.ReflTransAxisType
 
Rpp - edu.sc.seis.TauP.ReflTransAxisType
 
RppEnergy - edu.sc.seis.TauP.ReflTransAxisType
 
Rps - edu.sc.seis.TauP.ReflTransAxisType
 
RpsEnergy - edu.sc.seis.TauP.ReflTransAxisType
 
RsAngle - edu.sc.seis.TauP.ReflTransAxisType
 
Rshsh - edu.sc.seis.TauP.ReflTransAxisType
 
RshshEnergy - edu.sc.seis.TauP.ReflTransAxisType
 
Rsp - edu.sc.seis.TauP.ReflTransAxisType
 
RspEnergy - edu.sc.seis.TauP.ReflTransAxisType
 
Rss - edu.sc.seis.TauP.ReflTransAxisType
 
RssEnergy - edu.sc.seis.TauP.ReflTransAxisType
 
rtod - Static variable in class edu.sc.seis.TauP.SphericalCoords
 
RtoD - Static variable in class edu.sc.seis.TauP.SphericalCoords
 
run() - Method in class picocli.AutoComplete.GenerateCompletion
 
run() - Method in class picocli.CommandLine.HelpCommand
Invokes usage for the specified command, or for the parent command.
run(Class<R>, CommandLine.IFactory, PrintStream, PrintStream, CommandLine.Help.Ansi, String...) - Static method in class picocli.CommandLine
Deprecated.
run(Class<R>, CommandLine.IFactory, PrintStream, String...) - Static method in class picocli.CommandLine
Deprecated.
run(Class<R>, CommandLine.IFactory, PrintStream, CommandLine.Help.Ansi, String...) - Static method in class picocli.CommandLine
Deprecated.
run(Class<R>, CommandLine.IFactory, String...) - Static method in class picocli.CommandLine
Deprecated.
run(R, PrintStream, PrintStream, CommandLine.Help.Ansi, String...) - Static method in class picocli.CommandLine
Deprecated.
run(R, PrintStream, String...) - Static method in class picocli.CommandLine
Deprecated.
run(R, PrintStream, CommandLine.Help.Ansi, String...) - Static method in class picocli.CommandLine
Deprecated.
run(R, String...) - Static method in class picocli.CommandLine
Deprecated.
RunAll() - Constructor for class picocli.CommandLine.RunAll
 
RunFirst() - Constructor for class picocli.CommandLine.RunFirst
 
RunLast() - Constructor for class picocli.CommandLine.RunLast
 

S

s - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
S - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
S_VELOCITY - edu.sc.seis.TauP.VelocityModelMaterial
 
SAC - Static variable in interface edu.sc.seis.TauP.cmdline.args.OutputTypes
 
sacFileNames - Variable in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
sacTNum - Variable in class edu.sc.seis.TauP.PhaseName
sac t header to be associated with the phase
sacTNumForTriplication(int) - Method in class edu.sc.seis.TauP.PhaseName
Gets sac header for the index triplication.
sacTNumTriplication - Variable in class edu.sc.seis.TauP.PhaseName
list of sac t headers to be associated with the phase, including n triplications
save(Properties) - Static method in class edu.sc.seis.TauP.PropertyLoader
writes the current system properties out to the file given.
save(Properties, String) - Static method in class edu.sc.seis.TauP.PropertyLoader
writes the current system properties out to the file given.
saveUsageToFile(String, File, String) - Static method in class edu.sc.seis.TauP.cmdline.ToolRun
 
SCATTER - edu.sc.seis.TauP.PhaseInteraction
indicates end of the inbound phase to a scatterer.
SCATTER_CODE - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
SCATTER_DOWN - edu.sc.seis.TauP.PhaseInteraction
indicates end of the inbound phase to a scatterer, where last segment is downgoing.
ScatterArrivalFailException - Exception in edu.sc.seis.TauP
 
ScatterArrivalFailException(Exception) - Constructor for exception edu.sc.seis.TauP.ScatterArrivalFailException
 
ScatterArrivalFailException(String) - Constructor for exception edu.sc.seis.TauP.ScatterArrivalFailException
 
ScatterArrivalFailException(String, Exception) - Constructor for exception edu.sc.seis.TauP.ScatterArrivalFailException
 
ScatteredArrival - Class in edu.sc.seis.TauP
 
ScatteredArrival(ScatteredSeismicPhase, RayCalculateable, Arrival, Arrival, boolean) - Constructor for class edu.sc.seis.TauP.ScatteredArrival
 
ScatteredSeismicPhase - Class in edu.sc.seis.TauP
 
ScatteredSeismicPhase(Arrival, SimpleSeismicPhase, double, double, boolean) - Constructor for class edu.sc.seis.TauP.ScatteredSeismicPhase
 
Scatterer - Class in edu.sc.seis.TauP
 
Scatterer(double, double) - Constructor for class edu.sc.seis.TauP.Scatterer
 
Scatterer(double, FixedHemisphereDistanceRay) - Constructor for class edu.sc.seis.TauP.Scatterer
 
scattererDepth - Variable in class edu.sc.seis.TauP.cmdline.args.TableModelArgs
 
scattererDist - Variable in class edu.sc.seis.TauP.cmdline.args.TableModelArgs
 
scatterWave - Static variable in class edu.sc.seis.TauP.LegPuller
 
scope() - Method in annotation type picocli.CommandLine.Command
Returns whether subcommands inherit their attributes from this parent command.
scope() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Returns the CommandLine.Model.IScope that determines where the setter sets the value (or the getter gets the value) of the annotated program element associated with this group.
scope() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the CommandLine.Model.IScope that determines where the setter sets the value (or the getter gets the value) of the annotated program element associated with this group.
scope() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the binding CommandLine.Model.IScope that determines on which object to set the value (or from which object to get the value) of this argument.
scope() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
scope() - Method in annotation type picocli.CommandLine.Option
Determines on which command(s) this option exists: on this command only (the default), or whether this is a "global" option that is applied to this command and all subcommands, sub-subcommands, etc.
scope() - Method in annotation type picocli.CommandLine.Parameters
Determines on which command(s) this positional parameter exists: on this command only (the default), or whether this is a "global" parameter that is applied to this command and all subcommands, sub-subcommands, etc.
scope(CommandLine.Model.IScope) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Sets the CommandLine.Model.IScope that targets where the setter sets the value of the annotated program element associated with this group, and returns this builder.
scopeType() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the scope of this argument; is it local, or inherited (it applies to this command as well as all sub- and sub-subcommands).
scopeType() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the scope of this argument; is it local, or inherited (it applies to this command as well as all sub- and sub-subcommands).
scopeType(CommandLine.ScopeType) - Method in class picocli.CommandLine.Model.CommandSpec
Sets the scope of where this argument applies: only this command, or also all sub (and sub-sub) commands, and returns this builder.
SEABED - Static variable in class edu.sc.seis.TauP.NamedVelocityDiscon
 
secondDerivative(float[], float) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
SECTION_KEY_AT_FILE_PARAMETER - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the @-file parameter list section.
SECTION_KEY_COMMAND_LIST - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Subcommand List section.
SECTION_KEY_COMMAND_LIST_HEADING - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Subcommand List Heading section.
SECTION_KEY_DESCRIPTION - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Description section.
SECTION_KEY_DESCRIPTION_HEADING - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Description Heading section.
SECTION_KEY_END_OF_OPTIONS - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the -- End of Options list section.
SECTION_KEY_EXIT_CODE_LIST - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Exit Code List section.
SECTION_KEY_EXIT_CODE_LIST_HEADING - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Exit Code List Heading section.
SECTION_KEY_FOOTER - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Footer section.
SECTION_KEY_FOOTER_HEADING - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Footer Heading section.
SECTION_KEY_HEADER - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Header section.
SECTION_KEY_HEADER_HEADING - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Header Heading section.
SECTION_KEY_OPTION_LIST - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Option List section.
SECTION_KEY_OPTION_LIST_HEADING - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Option List Heading section.
SECTION_KEY_PARAMETER_LIST - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Parameter List section.
SECTION_KEY_PARAMETER_LIST_HEADING - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Parameter List Heading section.
SECTION_KEY_SYNOPSIS - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Synopsis section.
SECTION_KEY_SYNOPSIS_HEADING - Static variable in class picocli.CommandLine.Model.UsageMessageSpec
Section key to control the section renderer for the Synopsis Heading section.
sectionKeys() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the section keys in the order that the usage help message should render the sections.
sectionKeys(List<String>) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the section keys in the order that the usage help message should render the sections.
sectionMap() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the map of section keys and renderers used to construct the usage help message.
sectionMap(Map<String, CommandLine.IHelpSectionRenderer>) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the map of section keys and renderers used to construct the usage help message to a copy of the specified map.
segmentDescribe(SeismicPhase) - Static method in interface edu.sc.seis.TauP.SeismicPhase
 
segmentDescribeJSON(SeismicPhase) - Static method in interface edu.sc.seis.TauP.SeismicPhase
 
segmentList - Variable in class edu.sc.seis.TauP.XYPlottingData
 
segmentListAsString() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
SeismicPhase - Interface in edu.sc.seis.TauP
 
SeismicPhaseFactory - Class in edu.sc.seis.TauP
 
SeismicPhaseSegment - Class in edu.sc.seis.TauP
 
SeismicPhaseSegment(TauModel, int, int, boolean, PhaseInteraction, boolean, String, double, double) - Constructor for class edu.sc.seis.TauP.SeismicPhaseSegment
 
SeismicPhaseWalk - Class in edu.sc.seis.TauP
 
SeismicPhaseWalk(TauModel) - Constructor for class edu.sc.seis.TauP.SeismicPhaseWalk
 
SeismicPhaseWalk(TauModel, Double, Double, double) - Constructor for class edu.sc.seis.TauP.SeismicPhaseWalk
 
SeismicSourceArgs - Class in edu.sc.seis.TauP.cmdline.args
 
SeismicSourceArgs() - Constructor for class edu.sc.seis.TauP.cmdline.args.SeismicSourceArgs
 
SeismogramOutputTypeArgs - Class in edu.sc.seis.TauP.cmdline.args
 
SeismogramOutputTypeArgs(String, String) - Constructor for class edu.sc.seis.TauP.cmdline.args.SeismogramOutputTypeArgs
 
self() - Method in class picocli.CommandLine.AbstractHandler
Deprecated.
Returns this to allow method chaining when calling the setters for a fluent API.
self() - Method in class picocli.CommandLine.DefaultExceptionHandler
Deprecated.
 
self() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Returns this builder.
self() - Method in class picocli.CommandLine.Model.PositionalParamSpec.Builder
Returns this builder.
self() - Method in class picocli.CommandLine.RunAll
 
self() - Method in class picocli.CommandLine.RunFirst
 
self() - Method in class picocli.CommandLine.RunLast
 
SELF - picocli.CommandLine.Spec.Target
Injects the CommandSpec of the command where this @Spec-annotated program element is declared.
separator() - Method in annotation type picocli.CommandLine.Command
String that separates options from option parameters.
separator() - Method in interface picocli.CommandLine.Help.IParamLabelRenderer
Returns the separator between option name and param label.
separator() - Method in class picocli.CommandLine.Model.ParserSpec
Returns the String to use as the separator between options and option parameters.
separator(String) - Method in class picocli.CommandLine.Model.ParserSpec
Sets the String to use as the separator between options and option parameters.
set(T) - Method in interface picocli.CommandLine.Model.ISetter
Sets the new value of the option or positional parameter.
setAbbreviatedOptionsAllowed(boolean) - Method in class picocli.CommandLine
Sets whether abbreviated option names should be matched.
setAbbreviatedSubcommandsAllowed(boolean) - Method in class picocli.CommandLine
Sets whether abbreviated subcommands should be matched.
setAbsolute(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setAccessible(boolean) - Method in class picocli.CommandLine.Model.MethodParam
 
setAddDepth(List<Double>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
setAddMethodSubcommands(Boolean) - Method in class picocli.CommandLine.Model.CommandSpec
Sets whether method commands should be added as subcommands.
setAdjustLineBreaksForWideCJKCharacters(boolean) - Method in class picocli.CommandLine.Help.TextTable
 
setAdjustLineBreaksForWideCJKCharacters(boolean) - Method in class picocli.CommandLine
Sets whether line breaks should take wide Chinese, Japanese and Korean characters into account, and returns this UsageMessageSpec.
setAllowInnerCoreS(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
setAllowInnerCoreS(boolean) - Method in class edu.sc.seis.TauP.SlownessModel
 
setAllowOptionsAsOptionParameters(boolean) - Method in class picocli.CommandLine
Sets whether options can have parameter values that match the name of an option in this command, or whether such values should be rejected with a missing parameter exception.
setAllowPWave(boolean) - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
setAllowSubcommandsAsOptionParameters(boolean) - Method in class picocli.CommandLine
Sets whether options can have parameter values that match subcommand names or aliases, or whether such values should be rejected with a missing parameter exception.
setAllowSWave(boolean) - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
setAngleStep(double) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setAtFileCommentChar(Character) - Method in class picocli.CommandLine
Sets the character that starts a single-line comment or null if all content of argument files should be interpreted as arguments (without comments).
setAutoColor(boolean) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
setAzimuth(double) - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
setBackAzimuth(double) - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
setBotDensity(double) - Method in class edu.sc.seis.TauP.VelocityLayer
 
setBotDepth(double) - Method in class edu.sc.seis.TauP.VelocityLayer
 
setBotPVelocity(double) - Method in class edu.sc.seis.TauP.VelocityLayer
 
setBotQp(double) - Method in class edu.sc.seis.TauP.VelocityLayer
 
setBotQs(double) - Method in class edu.sc.seis.TauP.VelocityLayer
 
setBotSVelocity(double) - Method in class edu.sc.seis.TauP.VelocityLayer
 
setCaseInsensitiveEnumValuesAllowed(boolean) - Method in class picocli.CommandLine
Sets whether the parser should ignore case when converting arguments to enum values.
setCmbDepth(double) - Method in class edu.sc.seis.TauP.VelocityModel
 
setColoring(ColorType) - Method in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
setColoringArgs(ColoringArgs) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
setColorList(List<String>) - Method in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
setColorScheme(CommandLine.Help.ColorScheme) - Method in class picocli.CommandLine
Sets the color scheme to use when printing help.
setCommandName(String) - Method in class picocli.CommandLine
Sets the command name (also called program name) displayed in the usage help synopsis to the specified value.
setDEBUG(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
setDEBUG(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
Turns on debugging output.
setDefaultValueProvider(CommandLine.IDefaultValueProvider) - Method in class picocli.CommandLine
Sets a default value provider for the command and sub-commands
setDegree(List<Double>) - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
setDegreeList(List<Double>) - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
setDegreeMinMax(double[]) - Method in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
setDegreeMinMax(double, double) - Method in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
setDeltaT(double) - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
Set the value of deltaT.
setDepth(double) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setDepth(double) - Method in class edu.sc.seis.TauP.CriticalDepth
 
setDepthAxisMinMax(double[]) - Method in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
setDepthAxisType(DepthAxisType) - Method in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
setDepthMinMax(double[]) - Method in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
setDepthMinMax(double, double) - Method in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
setDescription(String) - Method in class edu.sc.seis.TauP.RayCalculateable
 
setDirectory(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
setDistAxisMinMax(double[]) - Method in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
setDistAxisType(DistanceAxisType) - Method in class edu.sc.seis.TauP.cmdline.args.DistDepthRange
 
setEhKey(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
setEndOfOptionsDelimiter(String) - Method in class picocli.CommandLine
Sets the end-of-options delimiter that signals that the remaining command line arguments should be treated as positional parameters.
setEnergyFlux(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setErr(PrintWriter) - Method in class picocli.CommandLine
Sets the writer to use when printing diagnostic (error) messages during command execution.
setEvdpkm(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
setExecutionExceptionHandler(CommandLine.IExecutionExceptionHandler) - Method in class picocli.CommandLine
Sets a custom handler for dealing with exceptions that occurred in the Callable, Runnable or Method user object of a command when the command was executed via the execute method.
setExecutionResult(Object) - Method in class picocli.CommandLine
Sets the result of calling the business logic on the command's user object.
setExecutionStrategy(CommandLine.IExecutionStrategy) - Method in class picocli.CommandLine
Sets the execution strategy that the execute method should use to invoke the business logic on the user objects of this command and/or the user-specified subcommand(s).
setExitCodeExceptionMapper(CommandLine.IExitCodeExceptionMapper) - Method in class picocli.CommandLine
Sets the mapper used by the execute method to map exceptions to exit codes.
setExpandAtFiles(boolean) - Method in class picocli.CommandLine
Sets whether arguments starting with '@' should be treated as the path to an argument file and its contents should be expanded into separate arguments for each line in the specified file.
setFreeSurfRF(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setGUI(boolean) - Static method in class edu.sc.seis.TauP.Alert
 
setHeaderFile(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_Table
 
setHelpFactory(CommandLine.IHelpFactory) - Method in class picocli.CommandLine
Sets a new IHelpFactory to customize the usage help message.
setHelpSectionKeys(List<String>) - Method in class picocli.CommandLine
Sets the section keys in the order that the usage help message should render the sections.
setHelpSectionMap(Map<String, CommandLine.IHelpSectionRenderer>) - Method in class picocli.CommandLine
Sets the map of section keys and renderers used to construct the usage help message.
setIncidentDown(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setIncidentPWave(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setIncidentShWave(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setIncidentSWave(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setIncidentUp(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setInterpolateVariables(boolean) - Method in class picocli.CommandLine
Sets whether variables should be interpolated in String values.
setIocbDepth(double) - Method in class edu.sc.seis.TauP.VelocityModel
 
setLayerNum(int, boolean) - Method in class edu.sc.seis.TauP.CriticalDepth
sets slowness layer for waveType waves with this depth at its top.
setLayerParams(double[]) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setLayerParams(double, double, double, double, double, double) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setLevel(CommandLine.TraceLevel) - Method in class picocli.CommandLine.Tracer
Sets the trace level that needs to be matched or exceeded for internal tracing statements to be printed.
setLoadBundles(boolean) - Static method in class picocli.CommandLine.Model.Messages
During annotation processing, resource bundles may not be available on the classpath and thereby cause failures.
setMapwidth(Float) - Method in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
setMapwidth(Float) - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
setMapWidth(float) - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
Sets the gmt map width to be used with the output script and for creating the circles for each discontinuity.
setMapWidthUnit(String) - Method in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
setMapWidthUnit(String) - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
setMapWidthUnit(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
setMaxDeltaP(double) - Method in class edu.sc.seis.TauP.SlownessModel
 
setMaxDeltaP(float) - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
setMaxDepthInterval(double) - Method in class edu.sc.seis.TauP.SlownessModel
 
setMaxDepthInterval(float) - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
setMaxDiffraction(double) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
setMaxInterpError(double) - Method in class edu.sc.seis.TauP.SlownessModel
sets the maximum value of the estimated error due to linear interpolation.
setMaxInterpError(float) - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
setMaxKmpsLaps(double) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
setMaxPathInc(double) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
setMaxPathTime(float) - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
setMaxRadius(double) - Method in class edu.sc.seis.TauP.VelocityModel
 
setMaxRangeInterval(double) - Method in class edu.sc.seis.TauP.SlownessModel
sets the maximum range interval for surface focus turning waves between slowness samples, input in degrees.
setMaxRangeInterval(float) - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
setMaxRefraction(double) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
 
setMinDeltaP(double) - Method in class edu.sc.seis.TauP.SlownessModel
 
setMinDeltaP(float) - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
setMinRadius(double) - Method in class edu.sc.seis.TauP.VelocityModel
 
setModelFilename(String) - Method in class edu.sc.seis.TauP.cmdline.args.InputVelocityModelArgs
 
setModelFilename(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
setModelName(String) - Method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
setModelName(String) - Method in class edu.sc.seis.TauP.cmdline.args.OverlayVelocityModelArgs
 
setModelName(String) - Method in class edu.sc.seis.TauP.cmdline.args.TableModelArgs
 
setModelName(String) - Method in class edu.sc.seis.TauP.cmdline.args.VelocityModelArgs
 
setModelName(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
setModelName(String) - Method in class edu.sc.seis.TauP.VelocityModel
set the model name.
setModelName(List<String>) - Method in class edu.sc.seis.TauP.cmdline.args.VelocityModelListArgs
 
setModelSplitDepths(List<Double>) - Method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
Additional depths, beyond source, receiver and scatterer depths to split the model branches.
setMohoDepth(double) - Method in class edu.sc.seis.TauP.VelocityModel
 
SETMSEED3 - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
setMseed3FileNames(List<String>) - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
setNDModelFilename(String) - Method in class edu.sc.seis.TauP.cmdline.args.OverlayVelocityModelArgs
 
setNDModelFilename(String) - Method in class edu.sc.seis.TauP.cmdline.args.VelocityModelArgs
 
setNDModelFilename(List<String>) - Method in class edu.sc.seis.TauP.cmdline.args.VelocityModelListArgs
 
setNegatableOptionTransformer(CommandLine.INegatableOptionTransformer) - Method in class picocli.CommandLine
Sets the INegatableOptionTransformer used to create the negative form of negatable options.
setNegDistance(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
setNetworks(Map<Network, List<Station>>) - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
setNoDisconDepths(double[]) - Method in class edu.sc.seis.TauP.TauModel
 
setNumXTicks(int) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
setNumYTicks(int) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
setOnlyAddPoints(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
setOnlyRevPoints(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
setOnlyTurnPoints(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
setOnlyUnderPoints(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
setOptionsCaseInsensitive(boolean) - Method in class picocli.CommandLine
Sets whether upper case and lower case should be ignored when matching option names.
setOut(PrintWriter) - Method in class picocli.CommandLine
Sets the writer to use when printing user-requested usage help or version help during command execution.
setOutFile(String) - Method in class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
 
setOutFile(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityMerge
 
setOutFileBase(String) - Method in class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
 
setOutFileBase(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
setOutFileExtension(String) - Method in class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
 
setOutFileExtension(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
setOutputFormat(String) - Method in class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
 
setOutputFormat(String) - Method in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
setOutputFormat(String) - Method in class edu.sc.seis.TauP.cmdline.args.SeismogramOutputTypeArgs
 
setOutputFormat(String) - Method in class edu.sc.seis.TauP.cmdline.args.TableOutputTypeArgs
 
setOutputFormat(String) - Method in class edu.sc.seis.TauP.cmdline.args.TauModelOutputTypeArgs
 
setOutputFormat(String) - Method in class edu.sc.seis.TauP.cmdline.args.TextOutputTypeArgs
 
setOutputFormat(String) - Method in class edu.sc.seis.TauP.cmdline.args.VelModelOutputTypeArgs
 
setOutputFormat(String) - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
setOutputFormat(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
usually one of TEXT or JSON.
setOverwrittenOptionsAllowed(boolean) - Method in class picocli.CommandLine
Sets whether options for single-value fields can be specified multiple times on the command line without a CommandLine.OverwrittenOptionException being thrown.
setParameterExceptionHandler(CommandLine.IParameterExceptionHandler) - Method in class picocli.CommandLine
Sets the handler for dealing with invalid user input when the command is executed.
setPhaseFiles(List<String>) - Method in class edu.sc.seis.TauP.cmdline.args.PhaseArgs
 
setPhaseNameList(List<PhaseName>) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
setPhaseNames(List<PhaseName>) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
setPhaseNames(List<String>) - Method in class edu.sc.seis.TauP.cmdline.args.PhaseArgs
names of phases to be used, ie PKIKP.
setPhaseNames(List<String>) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
setPLayerNum(int) - Method in class edu.sc.seis.TauP.CriticalDepth
 
setPosixClusteredShortOptionsAllowed(boolean) - Method in class picocli.CommandLine
Sets whether short options like -x -v -f SomeFile can be clustered together like -xvfSomeFile.
setPsFile(String) - Method in class edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
 
setPsFile(String) - Method in class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
setQuakemlFilename(String) - Method in class edu.sc.seis.TauP.cmdline.args.QmlStaxmlArgs
 
setQuakeOTimeTol(Duration) - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
setQuakes(List<Event>) - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
setRadiusOfEarth(double) - Method in class edu.sc.seis.TauP.SlownessModel
 
setRadiusOfEarth(double) - Method in class edu.sc.seis.TauP.VelocityModel
sets radius of the earth (km), by default 6371 kilometers.
setRayparamStep(double) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setReceiverDepth(double) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
setReceiverDepths(List<Double>) - Method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
setReduceVelDeg(double) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
set the reducing velocity, in degrees/second.
setReduceVelKm(double) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
set the reducing velocity, in kilometers/second.
setRelativePhaseName(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
setRelativeToArrival(Arrival) - Method in class edu.sc.seis.TauP.Arrival
 
setResourceBundle(ResourceBundle) - Method in class picocli.CommandLine
Sets the ResourceBundle containing usage help message strings.
SETSAC - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
SetSacException - Exception in edu.sc.seis.TauP
 
SetSacException(String) - Constructor for exception edu.sc.seis.TauP.SetSacException
Constructs a new exception with the specified detail message.
SetSacException(String, Throwable) - Constructor for exception edu.sc.seis.TauP.SetSacException
Constructs a new exception with the specified detail message and cause.
setSacFileNames(String[]) - Method in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
setSacTHeader(SacTimeSeries, int, Arrival) - Static method in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
setSacVarNums() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
setScatterer(double, double) - Method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
setScatterer(double, double) - Method in class edu.sc.seis.TauP.cmdline.args.TableModelArgs
 
setScatterer(Scatterer) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
setScatterer(List<Double>) - Method in class edu.sc.seis.TauP.cmdline.args.TableModelArgs
 
setSearchValue(RayCalculateable) - Method in class edu.sc.seis.TauP.Arrival
 
setSeismicMoment(double) - Method in class edu.sc.seis.TauP.Arrival
 
setSeparateFilesByTime(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
setSeparator(String) - Method in class picocli.CommandLine
Sets the String the parser uses to separate option names from option values to the specified value.
setShootRayParamKM(List<Double>) - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
setShootRayParams(List<Double>) - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
setSingleReceiverDepth(double) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
setSingleSourceDepth(double) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
setSLayerNum(int) - Method in class edu.sc.seis.TauP.CriticalDepth
 
setSlownessTolerance(double) - Method in class edu.sc.seis.TauP.SlownessModel
 
setSourceDepths(List<Double>) - Method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
setSpherical(boolean) - Method in class edu.sc.seis.TauP.VelocityModel
 
setSplitQuotedStrings(boolean) - Method in class picocli.CommandLine
Deprecated.
Most applications should not change the default. The rare application that does need to split parameter values without respecting quotes should use CommandLine.Model.ParserSpec.splitQuotedStrings(boolean).
setStationxmlFilename(String) - Method in class edu.sc.seis.TauP.cmdline.args.QmlStaxmlArgs
 
setStopAtPositional(boolean) - Method in class picocli.CommandLine
Sets whether the parser interprets the first positional parameter as "end of options" so the remaining arguments are all treated as positional parameters.
setStopAtUnmatched(boolean) - Method in class picocli.CommandLine
Sets whether the parser should stop interpreting options and positional parameters as soon as it encounters an unmatched option.
setSubcommandsCaseInsensitive(boolean) - Method in class picocli.CommandLine
Sets whether upper case and lower case should be ignored when matching subcommands.
setTakeoffAngles(List<Double>) - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
setTauModel(TauModel) - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
setter() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Returns the CommandLine.Model.ISetter that is responsible for modifying the value of the annotated program element associated with this group.
setter() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the CommandLine.Model.ISetter that is responsible for modifying the value of the annotated program element associated with this group.
setter() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the CommandLine.Model.ISetter that is responsible for modifying the value of this argument.
setter() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
setter() - Method in class picocli.CommandLine.Model.UnmatchedArgsBinding
Returns the setter responsible for consuming the unmatched arguments.
setter(CommandLine.Model.ISetter) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Sets the CommandLine.Model.ISetter that is responsible for modifying the value of the annotated program element associated with this group, and returns this builder.
setTimeStep(float) - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
setTitle(String) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
setTMod(TauModel) - Method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
setToggleBooleanFlags(boolean) - Method in class picocli.CommandLine
Sets whether the value of boolean flag options should be "toggled" when the option is matched.
setTool(TauP_AbstractPhaseTool) - Method in class edu.sc.seis.TauP.cmdline.args.PhaseArgs
 
setToolPropsFilename(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
setTopDensity(double) - Method in class edu.sc.seis.TauP.VelocityLayer
 
setTopDepth(double) - Method in class edu.sc.seis.TauP.VelocityLayer
 
setTopPVelocity(double) - Method in class edu.sc.seis.TauP.VelocityLayer
 
setTopQp(double) - Method in class edu.sc.seis.TauP.VelocityLayer
 
setTopQs(double) - Method in class edu.sc.seis.TauP.VelocityLayer
 
setTopSVelocity(double) - Method in class edu.sc.seis.TauP.VelocityLayer
 
setTrimQuotes(boolean) - Method in class picocli.CommandLine
Sets whether the parser should trim quotes from command line arguments before processing them.
setTvelModelFilename(String) - Method in class edu.sc.seis.TauP.cmdline.args.OverlayVelocityModelArgs
 
setTvelModelFilename(String) - Method in class edu.sc.seis.TauP.cmdline.args.VelocityModelArgs
 
setTvelModelFilename(List<String>) - Method in class edu.sc.seis.TauP.cmdline.args.VelocityModelListArgs
 
setUnmatchedArgumentsAllowed(boolean) - Method in class picocli.CommandLine
Sets whether the end user may specify unmatched arguments on the command line without a CommandLine.UnmatchedArgumentException being thrown.
setUnmatchedOptionsAllowedAsOptionParameters(boolean) - Method in class picocli.CommandLine
Sets whether options can have parameter values that resemble an option, or whether such values should be rejected as unknown options.
setUnmatchedOptionsArePositionalParams(boolean) - Method in class picocli.CommandLine
Sets whether arguments on the command line that resemble an option should be treated as positional parameters.
setUsageHelpAutoWidth(boolean) - Method in class picocli.CommandLine
Sets whether picocli should attempt to detect the terminal size and adjust the usage help message width to take the full terminal width.
setUsageHelpLongOptionsMaxWidth(int) - Method in class picocli.CommandLine
Returns the maximum usage help long options column max width to the specified value.
setUsageHelpWidth(int) - Method in class picocli.CommandLine
Sets the maximum width of the usage help message.
setUseSimplifiedAtFiles(boolean) - Method in class picocli.CommandLine
Sets whether to use a simplified argument file format that is compatible with JCommander.
setValue(T) - Method in class picocli.CommandLine.Model.ArgSpec
Sets the value of this argument to the specified value and returns the previous value.
setValue(T, CommandLine) - Method in class picocli.CommandLine.Model.ArgSpec
Deprecated.
use CommandLine.Model.ArgSpec.setValue(Object) instead. This was a design mistake.
setVelFileType(String) - Method in class edu.sc.seis.TauP.cmdline.args.InputVelocityModelArgs
 
setVelFileType(String) - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
setVelLayerNum(int) - Method in class edu.sc.seis.TauP.CriticalDepth
 
setVelocityModel(VelocityModel) - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
setVerbose(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
Turns on verbose output.
setWithTime(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
setxAxisAbs(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
setxAxisInvert(boolean) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
setxAxisLog(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
setxAxisMinMax(double[]) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
setxAxisMinMax(double[]) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setxAxisMinMax(double[]) - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
setxAxisMinMax(double[]) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
setxAxisType(AxisType) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
setxAxisType(TauP_ReflTransPlot.DegRayParam) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setxAxisType(ModelAxisType) - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
setXLabel(String) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
setxMinMax(double, double) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
setyAxisAbs(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
setyAxisInvert(boolean) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
setyAxisLog(boolean) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
setyAxisMinMax(double[]) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
setyAxisMinMax(double[]) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setyAxisMinMax(double[]) - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
setyAxisMinMax(double[]) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
setyAxisType(AxisType) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
setyAxisType(ModelAxisType) - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
setyAxisType(List<ReflTransAxisType>) - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
setYLabel(String) - Method in class edu.sc.seis.TauP.XYPlotOutput
 
setyMinMax(double, double) - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
Sfun - Class in edu.sc.seis.TauP
Collection of special functions.
shDelta - Variable in class edu.sc.seis.TauP.ReflTransSolidSolid
delta for SH-SH equations
shearmodulus - edu.sc.seis.TauP.ModelAxisType
 
shiftBranch(int) - Method in class edu.sc.seis.TauP.TauBranch
 
ShootableRay - Class in edu.sc.seis.TauP
 
ShootableRay() - Constructor for class edu.sc.seis.TauP.ShootableRay
 
shootRay(double) - Method in class edu.sc.seis.TauP.FailedSeismicPhase
 
shootRay(double) - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
shootRay(double) - Method in interface edu.sc.seis.TauP.SeismicPhase
 
shootRay(double) - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
shortestFirst() - Static method in class picocli.CommandLine.Help
Sorts short strings before longer strings.
shortestName() - Method in class picocli.CommandLine.Model.OptionSpec
Returns the shortest option name.
showAtFileInUsageHelp() - Method in annotation type picocli.CommandLine.Command
Specify true to show a [@<filename>...] entry in the synopsis and parameter list of the usage help message.
showAtFileInUsageHelp() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets whether to show a [@<filename>...] entry in the synopsis and parameter list of the usage help message.
showAtFileInUsageHelp(boolean) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets whether to show a [@<filename>...] entry in the synopsis and parameter list of the usage help message.
showDefaultValue() - Method in class picocli.CommandLine.Model.ArgSpec
Returns whether this option or positional parameter's default value should be shown in the usage help.
showDefaultValue() - Method in annotation type picocli.CommandLine.Option
Use this attribute to control for a specific option whether its default value should be shown in the usage help message.
showDefaultValue() - Method in annotation type picocli.CommandLine.Parameters
Use this attribute to control for a specific positional parameter whether its default value should be shown in the usage help message.
showDefaultValues() - Method in annotation type picocli.CommandLine.Command
Specify true to show default values in the description column of the options list (except for boolean options).
showDefaultValues() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns whether the options list in the usage help message should show default values for all non-boolean options.
showDefaultValues(boolean) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets whether the options list in the usage help message should show default values for all non-boolean options.
showEndOfOptionsDelimiterInUsageHelp() - Method in annotation type picocli.CommandLine.Command
Specify true to show a [--] "End of options" entry in the synopsis and option list of the usage help message.
showEndOfOptionsDelimiterInUsageHelp() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets whether to show a [--] (End of Options) entry in the synopsis and options list of the usage help message.
showEndOfOptionsDelimiterInUsageHelp(boolean) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets whether to show a [--] (End of Options) entry in the synopsis and options list of the usage help message.
SimpleSeismicPhase - Class in edu.sc.seis.TauP
Stores and transforms seismic phase names to and from their corresponding sequence of branches.
SimpleSeismicPhase(ProtoSeismicPhase, double[], double[], double[], double, double, int, int, double, double, boolean) - Constructor for class edu.sc.seis.TauP.SimpleSeismicPhase
 
sin(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the sine of a Complex.
sinh(double) - Static method in class edu.sc.seis.TauP.Sfun
Returns the inverse (arc) hyperbolic sine of a double.
sinh(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the hyperbolic sine of a Complex.
size() - Method in class edu.sc.seis.TauP.cmdline.args.VelocityModelListArgs
 
size() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
SKIP_HEADER - Static variable in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
SLayers - Variable in class edu.sc.seis.TauP.SlownessModel
Stores the final slowness-depth layers for S waves.
slopeIntercept(double, double, double, double) - Static method in class edu.sc.seis.TauP.LinearInterpolation
 
slownessdeg - edu.sc.seis.TauP.ModelAxisType
 
slownessdeg_p - edu.sc.seis.TauP.ModelAxisType
 
slownessdeg_s - edu.sc.seis.TauP.ModelAxisType
 
SlownessLayer - Class in edu.sc.seis.TauP
Class to hold a single slowness layer sample.
SlownessLayer(double, double, double, double) - Constructor for class edu.sc.seis.TauP.SlownessLayer
top slowness, top depth, bottom slowness, bottom depth
SlownessLayer(VelocityLayer, boolean) - Constructor for class edu.sc.seis.TauP.SlownessLayer
Compute the slowness layer from a velocity layer.
SlownessLayer(VelocityLayer, boolean, double) - Constructor for class edu.sc.seis.TauP.SlownessLayer
Compute the slowness layer from a velocity layer.
SlownessLayer(VelocityLayer, boolean, double, boolean) - Constructor for class edu.sc.seis.TauP.SlownessLayer
Compute the slowness layer from a velocity layer.
slownessLike(ModelAxisType) - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
SlownessModel - Class in edu.sc.seis.TauP
This class provides storage and methods for generating slowness-depth pairs.
SlownessModel(double, VelocityModel, List<CriticalDepth>, List<DepthRange>, List<DepthRange>, List<DepthRange>, List<SlownessLayer>, List<SlownessLayer>, double, double, double, double, double, boolean, double) - Constructor for class edu.sc.seis.TauP.SlownessModel
 
SlownessModel(VelocityModel, double, double, double, double, double, boolean, double) - Constructor for class edu.sc.seis.TauP.SlownessModel
 
SlownessModelException - Exception in edu.sc.seis.TauP
Exceptions unique to the slowness model are implemented here.
SlownessModelException(String) - Constructor for exception edu.sc.seis.TauP.SlownessModelException
 
SlownessModelException(String, Exception) - Constructor for exception edu.sc.seis.TauP.SlownessModelException
 
slownessrad - edu.sc.seis.TauP.ModelAxisType
 
slownessrad_p - edu.sc.seis.TauP.ModelAxisType
 
slownessrad_s - edu.sc.seis.TauP.ModelAxisType
 
slownessTolerance - Variable in class edu.sc.seis.TauP.SlownessModel
Tolerance for slownesses.
SOFTWARE - Static variable in class picocli.CommandLine.ExitCode
Return value from the execute method signifying internal software error: an exception occurred when invoking the Runnable, Callable or Method user object of a command.
sortArrivals(List<Arrival>) - Static method in class edu.sc.seis.TauP.Arrival
 
sortOptions() - Method in annotation type picocli.CommandLine.Command
Specify false to show Options in declaration order in the option list of the usage help message (or to sort options by their order index if set).
sortOptions() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns whether the options list in the usage help message should be sorted alphabetically.
sortOptions(boolean) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets whether the options list in the usage help message should be sorted alphabetically.
sortSynopsis() - Method in annotation type picocli.CommandLine.Command
Specify false to show options in declaration order in the synopsis of the usage help message (or to sort options by their order index if set).
sortSynopsis() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns whether the options in the synopsis should be sorted alphabetically.
sortSynopsis(boolean) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets whether the options in the synopsis should be sorted alphabetically.
sourceBranch - Variable in class edu.sc.seis.TauP.TauModel
Branch with the source at its top.
sourceDepth - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
The source depth within the TauModel that was used to generate this phase.
sourceDepth - Variable in class edu.sc.seis.TauP.TauModel
Depth for which tau model was constructed.
sourceSegmentIsPWave() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
sourceSegmentIsPWave() - Method in interface edu.sc.seis.TauP.SeismicPhase
True if the initial leg, leaving the source, wavetype is a P wave, false if an S wave.
sourceSegmentIsPWave() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
SPAN - picocli.CommandLine.Help.Column.Overflow
 
specElements() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Returns the list of program elements annotated with {@literal @}Spec configured for this group.
specElements() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the list of program elements annotated with {@literal @}Spec configured for this group.
specElements() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the list of program elements annotated with {@literal @}Spec configured for this command.
spherical - Variable in class edu.sc.seis.TauP.TauModel
True if this is a spherical slowness model.
spherical - Variable in class edu.sc.seis.TauP.VelocityModel
is this a spherical model? Default is true.
SphericalCoords - Class in edu.sc.seis.TauP
Utility class for spherical coordinate (lat-lon) transformations.
SphericalCoords() - Constructor for class edu.sc.seis.TauP.SphericalCoords
 
SphericalSModel - Class in edu.sc.seis.TauP
This class provides storage and methods for generating slowness-depth pairs in a spherical earth model.
SphericalSModel(double, VelocityModel, List<CriticalDepth>, List<DepthRange>, List<DepthRange>, List<DepthRange>, List<SlownessLayer>, List<SlownessLayer>, double, double, double, double, double, boolean, double) - Constructor for class edu.sc.seis.TauP.SphericalSModel
 
SphericalSModel(VelocityModel) - Constructor for class edu.sc.seis.TauP.SphericalSModel
 
SphericalSModel(VelocityModel, double, double, double, double, double, boolean, double) - Constructor for class edu.sc.seis.TauP.SphericalSModel
 
SPIKES - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
split() - Method in annotation type picocli.CommandLine.Option
Specify a regular expression to use to split option parameter values before applying them to the field.
split() - Method in annotation type picocli.CommandLine.Parameters
Specify a regular expression to use to split positional parameter values before applying them to the field.
splitBranch(double) - Method in class edu.sc.seis.TauP.TauModel
returns a new TauModel with the branches containing depth split at depth.
splitForRepeatRayParam(double[], double[]) - Static method in interface edu.sc.seis.TauP.SeismicPhase
Split calculated array into segments for repeated ray parameter values, which indicate a discontinuity in the calculations usually due to low velocity zone.
splitLayer(double, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
 
splitLayerForNewRayParam(double, boolean, SlownessLayer) - Method in class edu.sc.seis.TauP.SlownessModel
 
SplitLayerInfo - Class in edu.sc.seis.TauP
SplitLayerInfo.java Created: Wed Feb 3 11:32:14 1999
SplitLayerInfo(SlownessModel, boolean, boolean, double) - Constructor for class edu.sc.seis.TauP.SplitLayerInfo
 
splitLines() - Method in class picocli.CommandLine.Help.Ansi.Text
 
splitPhaseNameList(String) - Static method in class edu.sc.seis.TauP.cmdline.args.PhaseArgs
 
splitQuotedStrings() - Method in class picocli.CommandLine.Model.ParserSpec
 
splitQuotedStrings(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
splitRegex() - Method in class picocli.CommandLine.Model.ArgSpec
Returns a regular expression to split option parameter values or "" if the value should not be split.
splitRegexSynopsisLabel() - Method in class picocli.CommandLine.Model.ArgSpec
Returns a regular expression to split option parameter for usage information.
splitSynopsisLabel() - Method in annotation type picocli.CommandLine.Option
Specify the string to display for the split regular expression in the usage help synopsis.
splitSynopsisLabel() - Method in annotation type picocli.CommandLine.Parameters
Specify a string to show the split option parameter values in usage
SPLOT - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
sqBotVp - Variable in class edu.sc.seis.TauP.ReflTrans
 
sqBotVs - Variable in class edu.sc.seis.TauP.ReflTrans
 
sqRP - Variable in class edu.sc.seis.TauP.ReflTrans
 
sqrt(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the square root of a Complex, with a branch cut along the negative real axis.
sqTopVp - Variable in class edu.sc.seis.TauP.ReflTrans
 
sqTopVs - Variable in class edu.sc.seis.TauP.ReflTrans
 
stackTraces(CommandLine.Help.Ansi.IStyle...) - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Adds the specified styles to the registered styles for stack traces in this color scheme builder and returns this builder.
stackTraceStyles() - Method in class picocli.CommandLine.Help.ColorScheme.Builder
Returns the registered styles for stack traces in this color scheme builder.
stackTraceStyles() - Method in class picocli.CommandLine.Help.ColorScheme
Returns the registered styles for stack traces in this color scheme.
stackTraceText(String) - Method in class picocli.CommandLine.Help.ColorScheme
Returns a Text with all stackTrace styles applied to all lines in the specified stackTrace string.
stackTraceText(Throwable) - Method in class picocli.CommandLine.Help.ColorScheme
Returns a Text with all stackTrace styles applied to all lines in the stack trace of the specified Throwable.
staLatLon - Variable in class edu.sc.seis.TauP.RayCalculateable
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_PhaseDescribe
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_Table
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_Time
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityMerge
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_Version
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
start() - Method in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
start(SeismicPhaseSegment, double) - Static method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
START - edu.sc.seis.TauP.PhaseInteraction
 
startAutocolorG(PrintWriter) - Static method in class edu.sc.seis.TauP.SvgUtil
 
startEmpty(String, TauModel, double) - Static method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
startNewPhase(TauModel, boolean, PhaseInteraction, boolean, double) - Static method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
StationBackAzimuth - Class in edu.sc.seis.TauP
 
StationBackAzimuth(Location, Double) - Constructor for class edu.sc.seis.TauP.StationBackAzimuth
 
stationxmlFilename - Variable in class edu.sc.seis.TauP.cmdline.args.QmlStaxmlArgs
 
StdModelGenerator - Class in edu.sc.seis.TauP
Generate standard models.
StdModelGenerator() - Constructor for class edu.sc.seis.TauP.StdModelGenerator
 
StdModelGenerator.StdModelCandidates - Class in edu.sc.seis.TauP
 
STDOUT_FILENAME - Static variable in class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
 
step - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
stopAtPositional() - Method in class picocli.CommandLine.Model.ParserSpec
 
stopAtPositional(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
stopAtUnmatched() - Method in class picocli.CommandLine.Model.ParserSpec
 
stopAtUnmatched(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
string(String) - Method in enum picocli.CommandLine.Help.Ansi
Returns a String where any markup like @|bg(red),white,underline some text|@ is converted to ANSI escape codes if this Ansi is ON, or suppressed if this Ansi is OFF.
string(String) - Method in class picocli.CommandLine.Help.ColorScheme
Returns a String where any markup like @|bg(red),white,underline some text|@ is converted to the styles defined in this ColorScheme (if its Ansi mode is ON), or to the plain text without the markup (if this ColorScheme's Ansi mode is OFF).
stringValues() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the untyped command line arguments matched by this option or positional parameter spec.
subcommand() - Method in class picocli.CommandLine.ParseResult
Returns the ParseResult for the last subcommand of this command that was matched on the command line, or null if no subcommand was matched.
subcommand(CommandLine.ParseResult) - Method in class picocli.CommandLine.ParseResult.Builder
Sets the specified ParseResult for a subcommand that was matched on the command line.
subcommands() - Method in annotation type picocli.CommandLine.Command
A list of classes to instantiate and register as subcommands.
subcommands() - Method in class picocli.CommandLine.Help
Returns the map of non-hidden subcommand Help instances for this command Help.
subcommands() - Method in class picocli.CommandLine.Model.CommandSpec
Returns a read-only view of the subcommand map.
subcommands() - Method in class picocli.CommandLine.ParseResult
Returns a list with the ParseResult objects for each subcommand of this command that was matched on the command line or an empty list if no subcommands were matched.
subcommandsCaseInsensitive() - Method in class picocli.CommandLine.Model.CommandSpec
Returns whether the subcommands are case-insensitive.
subcommandsCaseInsensitive(boolean) - Method in class picocli.CommandLine.Model.CommandSpec
Sets the case-insensitivity of subcommands.
subcommandsRepeatable() - Method in annotation type picocli.CommandLine.Command
Returns whether the subcommands of this command are repeatable, that is, whether such subcommands can occur multiple times and may be followed by sibling commands instead of only by child commands of the subcommand.
subcommandsRepeatable() - Method in class picocli.CommandLine.Model.CommandSpec
Returns whether the subcommands of this command are repeatable, that is, whether such subcommands can occur multiple times and may be followed by sibling commands instead of just child commands.
subcommandsRepeatable(boolean) - Method in class picocli.CommandLine.Model.CommandSpec
Sets whether the subcommands of this command are repeatable, that is, whether such subcommands can occur multiple times and may be followed by sibling commands instead of just child commands.
subgroups() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Returns the list of subgroups that this group is composed of.
subgroups() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Return the subgroups that this group is composed of; may be empty but not null.
substring(int) - Method in class picocli.CommandLine.Help.Ansi.Text
Returns a new Text instance that is a substring of this Text.
substring(int, int) - Method in class picocli.CommandLine.Help.Ansi.Text
Returns a new Text instance that is a substring of this Text.
suffix - Static variable in class edu.sc.seis.TauP.Complex
String used in converting Complex to String.
sumBranches(TauModel, ProtoSeismicPhase) - Static method in class edu.sc.seis.TauP.SeismicPhaseFactory
Sums the appropriate branches for this phase.
surfaceDepth - Variable in class edu.sc.seis.TauP.TauModel
 
surfaceWave - Static variable in class edu.sc.seis.TauP.LegPuller
 
SVG - Static variable in interface edu.sc.seis.TauP.cmdline.args.OutputTypes
 
SvgEarth - Class in edu.sc.seis.TauP
 
SvgEarth() - Constructor for class edu.sc.seis.TauP.SvgEarth
 
SvgEarthScaling - Class in edu.sc.seis.TauP
 
SvgEarthScaling(double) - Constructor for class edu.sc.seis.TauP.SvgEarthScaling
Whole earth scaling, given radius of earth
SvgEarthScaling(double[], double) - Constructor for class edu.sc.seis.TauP.SvgEarthScaling
 
SvgUtil - Class in edu.sc.seis.TauP
 
SvgUtil() - Constructor for class edu.sc.seis.TauP.SvgUtil
 
SWAVE - Static variable in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
SWAVE - Static variable in class edu.sc.seis.TauP.SimpleSeismicPhase
 
SWAVE - Static variable in class edu.sc.seis.TauP.SlownessModel
Just useful for calling methods that need to know whether to use P or S waves.
SWAVE_COLOR - Static variable in class edu.sc.seis.TauP.cmdline.args.ColoringArgs
 
synopsis() - Method in class picocli.CommandLine.Help
Deprecated.
synopsis() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the synopsis of this group.
synopsis(int) - Method in class picocli.CommandLine.Help
Returns a synopsis for the command, reserving the specified space for the synopsis heading.
synopsisAutoIndentThreshold() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the fraction of the usage help CommandLine.Model.UsageMessageSpec.width() that is the threshold up to which the 2nd line and subsequent lines of a multi-line synopsis should be aligned to the end of the command name.
synopsisAutoIndentThreshold(double) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the fraction of the usage help CommandLine.Model.UsageMessageSpec.width() that is the threshold up to which the 2nd line and subsequent lines of a multi-line synopsis should be aligned to the end of the command name.
synopsisHeading() - Method in annotation type picocli.CommandLine.Command
Set the heading preceding the synopsis text.
synopsisHeading() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the optional heading preceding the synopsis.
synopsisHeading(Object...) - Method in class picocli.CommandLine.Help
Returns the text displayed before the synopsis text; the result of String.format(synopsisHeading, params).
synopsisHeading(String) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the optional heading preceding the synopsis.
synopsisHeadingLength() - Method in class picocli.CommandLine.Help
Returns the number of characters the synopsis heading will take on the same line as the synopsis.
synopsisIndent() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the indentation to use on the 2nd line and subsequent lines of a multi-line synopsis when the length of the synopsis heading and the fully qualified command name exceed the CommandLine.Model.UsageMessageSpec.width() times the CommandLine.Model.UsageMessageSpec.synopsisAutoIndentThreshold(), -1 by default.
synopsisIndent(int) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the indentation to use on the 2nd line and subsequent lines of a multi-line synopsis when the length of the synopsis heading and the fully qualified command name exceed the CommandLine.Model.UsageMessageSpec.synopsisAutoIndentThreshold() fraction of the CommandLine.Model.UsageMessageSpec.width(), -1 by default.
synopsisSubcommandLabel() - Method in annotation type picocli.CommandLine.Command
Specify the String to show in the synopsis for the subcommands of this command.
synopsisSubcommandLabel() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the String representing the subcommands in the synopsis.
synopsisSubcommandLabel(String) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the String representing the subcommands in the synopsis.
synopsisText(CommandLine.Help.ColorScheme, Set<CommandLine.Model.ArgSpec>) - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the synopsis of this group.

T

table - Variable in class picocli.CommandLine.Help.Layout
 
TABLE - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
TableModelArgs - Class in edu.sc.seis.TauP.cmdline.args
 
TableModelArgs() - Constructor for class edu.sc.seis.TauP.cmdline.args.TableModelArgs
 
TableOutputTypeArgs - Class in edu.sc.seis.TauP.cmdline.args
 
TableOutputTypeArgs(String, String) - Constructor for class edu.sc.seis.TauP.cmdline.args.TableOutputTypeArgs
 
takeoffangle - edu.sc.seis.TauP.AxisType
 
TakeoffAngleRay - Class in edu.sc.seis.TauP
 
TakeoffAngleRay(Double) - Constructor for class edu.sc.seis.TauP.TakeoffAngleRay
 
tan(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the tangent of a Complex.
tanh(double) - Static method in class edu.sc.seis.TauP.Sfun
Returns the hyperbolic tangent of a double.
tanh(Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the hyperbolic tanh of a Complex.
tau - edu.sc.seis.TauP.AxisType
 
tau - Variable in class edu.sc.seis.TauP.TauBranch
Holds tau evaluated at the ith ray parameter for this branch.
TauBranch - Class in edu.sc.seis.TauP
provides storage and methods for distance, time and tau increments for a branch.
TauBranch(boolean, double, double, double, double, double, double[], double[], double[]) - Constructor for class edu.sc.seis.TauP.TauBranch
 
TauBranch(double, double, boolean) - Constructor for class edu.sc.seis.TauP.TauBranch
 
tauBranches - Variable in class edu.sc.seis.TauP.TauModel
2D Array containing a TauBranch object corresponding to each "branch" of the tau model, 0 is P and 1 is S.
TauModel - Class in edu.sc.seis.TauP
provides storage all of the TauBranch's comprising a model.
TauModel(boolean, double, int, double[], double, int, double, int, double, int, double, SlownessModel, double[], TauBranch[][]) - Constructor for class edu.sc.seis.TauP.TauModel
 
TauModel(SlownessModel) - Constructor for class edu.sc.seis.TauP.TauModel
 
TauModelException - Exception in edu.sc.seis.TauP
Exceptions unique to the tau model are implemented here.
TauModelException(Exception) - Constructor for exception edu.sc.seis.TauP.TauModelException
 
TauModelException(String) - Constructor for exception edu.sc.seis.TauP.TauModelException
 
TauModelException(String, Exception) - Constructor for exception edu.sc.seis.TauP.TauModelException
 
TauModelLoader - Class in edu.sc.seis.TauP
static class that loads a tau model, after searching for it.
TauModelLoader() - Constructor for class edu.sc.seis.TauP.TauModelLoader
 
TauModelOutputTypeArgs - Class in edu.sc.seis.TauP.cmdline.args
 
TauModelOutputTypeArgs(String, String) - Constructor for class edu.sc.seis.TauP.cmdline.args.TauModelOutputTypeArgs
 
TAUP - Static variable in interface edu.sc.seis.TauP.cmdline.args.OutputTypes
 
TauP_AbstractPhaseTool - Class in edu.sc.seis.TauP.cmdline
 
TauP_AbstractPhaseTool(AbstractOutputTypeArgs) - Constructor for class edu.sc.seis.TauP.cmdline.TauP_AbstractPhaseTool
 
TauP_AbstractRayTool - Class in edu.sc.seis.TauP.cmdline
 
TauP_AbstractRayTool(AbstractOutputTypeArgs) - Constructor for class edu.sc.seis.TauP.cmdline.TauP_AbstractRayTool
 
TauP_Create - Class in edu.sc.seis.TauP.cmdline
TauP_Create - Re-implementation of the seismic travel time calculation method described in "The Computation of Seismic Travel Times" by Buland and Chapman, BSSA vol.
TauP_Create() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Create
 
TauP_Curve - Class in edu.sc.seis.TauP.cmdline
 
TauP_Curve() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Curve
 
TauP_Find - Class in edu.sc.seis.TauP.cmdline
 
TauP_Find() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Find
 
TauP_Path - Class in edu.sc.seis.TauP.cmdline
Calculate travel paths for different phases using a linear interpolated ray parameter between known slowness samples.
TauP_Path() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Path
 
TauP_Path(String) - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Path
 
TauP_PhaseDescribe - Class in edu.sc.seis.TauP.cmdline
 
TauP_PhaseDescribe() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_PhaseDescribe
 
TauP_Pierce - Class in edu.sc.seis.TauP.cmdline
Calculate pierce points for different branches using linear interpolation between known slowness samples.
TauP_Pierce() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
TauP_Pierce(TauModel) - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
TauP_Pierce(String) - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Pierce
 
TauP_ReflTransPlot - Class in edu.sc.seis.TauP.cmdline
 
TauP_ReflTransPlot() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
TauP_ReflTransPlot.DegRayParam - Enum in edu.sc.seis.TauP.cmdline
 
TauP_SetMSeed3 - Class in edu.sc.seis.TauP.cmdline
 
TauP_SetMSeed3() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
TauP_SetSac - Class in edu.sc.seis.TauP.cmdline
Calculate times for phases and set sac headers based on gcarc or dist or station lat and lon and event lat and lon.
TauP_SetSac() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
TauP_Spikes - Class in edu.sc.seis.TauP.cmdline
 
TauP_Spikes() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
TauP_Table - Class in edu.sc.seis.TauP.cmdline
Creates a table of travel times for a phase.
TauP_Table() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Table
 
TauP_Time - Class in edu.sc.seis.TauP.cmdline
Calculate travel times for different branches using linear interpolation between known slowness samples.
TauP_Time() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Time
 
TauP_Time(TauModel) - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Time
 
TauP_Time(String) - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Time
creates a TauP_Time object with the tau model specified by modelName already loaded.
TauP_Tool - Class in edu.sc.seis.TauP.cmdline
Base class for tools within the TauP Toolkit.
TauP_Tool(AbstractOutputTypeArgs) - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Tool
 
TauP_VelocityMerge - Class in edu.sc.seis.TauP.cmdline
Replaces part of a velocity model with layers from another.
TauP_VelocityMerge() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_VelocityMerge
 
TauP_VelocityPlot - Class in edu.sc.seis.TauP.cmdline
Creates plots of a velocity model.
TauP_VelocityPlot() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
TauP_Version - Class in edu.sc.seis.TauP.cmdline
 
TauP_Version() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Version
 
TauP_Wavefront - Class in edu.sc.seis.TauP.cmdline
Plots of wavefronts, distance along the ray at points in time.
TauP_Wavefront() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
TauP_Web - Class in edu.sc.seis.TauP.cmdline
 
TauP_Web() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_Web
 
TauP_WebServe - Class in edu.sc.seis.TauP.cmdline
 
TauP_WebServe() - Constructor for class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
TauPConfig - Class in edu.sc.seis.TauP
 
TauPConfig() - Constructor for class edu.sc.seis.TauP.TauPConfig
 
TauPException - Exception in edu.sc.seis.TauP
Exceptions unique to the tau model are implemented here.
TauPException(String) - Constructor for exception edu.sc.seis.TauP.TauPException
 
TauPException(String, Throwable) - Constructor for exception edu.sc.seis.TauP.TauPException
 
TauPException(Throwable) - Constructor for exception edu.sc.seis.TauP.TauPException
 
taupMetadata(PrintWriter, String, List<String>, double[]) - Static method in class edu.sc.seis.TauP.SvgUtil
 
taupMetadataGMT(PrintWriter, String, List<String>, double[]) - Static method in class edu.sc.seis.TauP.SvgUtil
 
text(String) - Method in enum picocli.CommandLine.Help.Ansi
Returns a new Text object for this Ansi mode, encapsulating the specified string which may contain markup like @|bg(red),white,underline some text|@.
text(String) - Method in class picocli.CommandLine.Help.ColorScheme
Returns a new Text object for this ColorScheme, encapsulating the specified string which may contain markup like @|bg(red),white,underline some text|@.
Text(int) - Constructor for class picocli.CommandLine.Help.Ansi.Text
Constructs a Text with the specified max length (for use in a TextTable Column).
Text(int, CommandLine.Help.ColorScheme) - Constructor for class picocli.CommandLine.Help.Ansi.Text
Constructs a Text with the specified max length (for use in a TextTable Column).
Text(String) - Constructor for class picocli.CommandLine.Help.Ansi.Text
Constructs a Text with the specified String, which may contain markup like @|bg(red),white,underline some text|@.
Text(String, CommandLine.Help.ColorScheme) - Constructor for class picocli.CommandLine.Help.Ansi.Text
Constructs a Text with the specified String (which may contain markup), and ColorScheme.
Text(CommandLine.Help.Ansi.Text) - Constructor for class picocli.CommandLine.Help.Ansi.Text
Copy constructor.
TEXT - Static variable in interface edu.sc.seis.TauP.cmdline.args.OutputTypes
 
textAt(int, int) - Method in class picocli.CommandLine.Help.TextTable
Returns the Text slot at the specified row and column to write a text value into.
TextOutputTypeArgs - Class in edu.sc.seis.TauP.cmdline.args
 
TextOutputTypeArgs(String, String) - Constructor for class edu.sc.seis.TauP.cmdline.args.TextOutputTypeArgs
 
textTable() - Method in class picocli.CommandLine.Help.Layout
Returns the TextTable used in this layout.
TextTable(CommandLine.Help.Ansi, CommandLine.Help.Column[]) - Constructor for class picocli.CommandLine.Help.TextTable
TextTable(CommandLine.Help.ColorScheme, CommandLine.Help.Column[]) - Constructor for class picocli.CommandLine.Help.TextTable
 
theta - edu.sc.seis.TauP.AxisType
 
Theta - Class in edu.sc.seis.TauP
 
Theta(Arrival) - Constructor for class edu.sc.seis.TauP.Theta
 
thetaAtX - Variable in class edu.sc.seis.TauP.Theta
 
throwOrExit(CommandLine.ExecutionException) - Method in class picocli.CommandLine.AbstractHandler
Deprecated.
Convenience method for subclasses that throws the specified ExecutionException if no exit code was set, or otherwise, if an exit code was set, prints the stacktrace of the specified exception to the diagnostic error stream and calls System.exit with the configured exit code to terminate the currently running Java virtual machine.
time - edu.sc.seis.TauP.AxisType
 
time - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
Array of times corresponding to the ray parameters stored in rayParams.
time - Variable in class edu.sc.seis.TauP.TauBranch
Holds time (seconds) evaluated at the ith ray parameter for this branch.
TIME - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
TimeDist - Class in edu.sc.seis.TauP
Holds the ray parameter, time and distance increments, and optionally a depth, for a ray passing through some layer.
TimeDist() - Constructor for class edu.sc.seis.TauP.TimeDist
 
TimeDist(double) - Constructor for class edu.sc.seis.TauP.TimeDist
 
TimeDist(double, double, double) - Constructor for class edu.sc.seis.TauP.TimeDist
 
TimeDist(double, double, double, double) - Constructor for class edu.sc.seis.TauP.TimeDist
 
timeFormat - Static variable in class edu.sc.seis.TauP.Outputs
 
timeFormatNoPad - Static variable in class edu.sc.seis.TauP.Outputs
 
times(double) - Method in class edu.sc.seis.TauP.Complex
Returns the product of this Complex object and a double, this*y.
times(double, Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the product of a double and a Complex object, x*y.
times(Complex) - Method in class edu.sc.seis.TauP.Complex
Returns the product of this Complex object and another Complex object, this*y.
times(Complex, double) - Static method in class edu.sc.seis.TauP.Complex
Returns the product of a Complex object and a double, x*y.
times(Complex, Complex) - Static method in class edu.sc.seis.TauP.Complex
Returns the product of two Complex objects, x*y.
timesEquals(double) - Method in class edu.sc.seis.TauP.Complex
Multiplies this Complex by a double and returns the product, this *= y.
timesEquals(Complex) - Method in class edu.sc.seis.TauP.Complex
Multiplies this Complex object by another Complex and returns the product, this *= y.
timesReverse(double) - Method in class edu.sc.seis.TauP.Complex
Returns the product of a double and this Complex, x*this.
tMod - Variable in class edu.sc.seis.TauP.cmdline.args.ModelArgs
Tau model calculated previously.
tMod - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
TauModel to generate phase for.
tModDepth - Variable in class edu.sc.seis.TauP.cmdline.args.ModelArgs
TauModel derived from tMod by correcting it for a non-surface source.
toBuilder() - Method in class picocli.CommandLine.Model.OptionSpec
Returns a new Builder initialized with the attributes from this OptionSpec.
toBuilder() - Method in class picocli.CommandLine.Model.PositionalParamSpec
Returns a new Builder initialized with the attributes from this PositionalParamSpec.
toggleBooleanFlags() - Method in class picocli.CommandLine.Model.ParserSpec
 
toggleBooleanFlags(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
toJSONString() - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
toolNameFromClass(Class) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
toolProps - Variable in class edu.sc.seis.TauP.cmdline.TauP_Create
 
toolProps - Variable in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
ToolRun - Class in edu.sc.seis.TauP.cmdline
 
ToolRun() - Constructor for class edu.sc.seis.TauP.cmdline.ToolRun
 
topDensity - Variable in class edu.sc.seis.TauP.ReflTrans
 
topDepth - Variable in class edu.sc.seis.TauP.DepthRange
Top of the depth range.
TOPSIDE_CRITICAL_REFLECTION - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
TOPSIDE_REFLECTION - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
topVertSlownessP - Variable in class edu.sc.seis.TauP.ReflTrans
 
topVertSlownessS - Variable in class edu.sc.seis.TauP.ReflTrans
 
topVp - Variable in class edu.sc.seis.TauP.ReflTrans
 
topVs - Variable in class edu.sc.seis.TauP.ReflTrans
 
toSlowness(double, double) - Method in class edu.sc.seis.TauP.SlownessModel
 
toSlowness(double, double) - Method in class edu.sc.seis.TauP.SphericalSModel
Returns the slowness for a velocity at a depth.
toSlownessLayer(VelocityLayer, boolean) - Method in class edu.sc.seis.TauP.SlownessModel
 
toSlownessLayer(VelocityLayer, boolean) - Method in class edu.sc.seis.TauP.SphericalSModel
Converts a velocity layer into a slowness layer.
toString - Variable in class picocli.CommandLine.Model.ArgSpec
 
toString() - Method in class edu.sc.seis.TauP.Arrival
 
toString() - Method in class edu.sc.seis.TauP.Complex
Returns a String representation for the specified Complex.
toString() - Method in class edu.sc.seis.TauP.DepthRange
 
toString() - Method in class edu.sc.seis.TauP.DistanceRay
 
toString() - Method in class edu.sc.seis.TauP.ExactDistanceRay
 
toString() - Method in class edu.sc.seis.TauP.FixedHemisphereDistanceRay
 
toString() - Method in class edu.sc.seis.TauP.NamedVelocityDiscon
 
toString() - Method in class edu.sc.seis.TauP.PhaseName
 
toString() - Method in class edu.sc.seis.TauP.RayCalculateable
 
toString() - Method in class edu.sc.seis.TauP.ReflTransFluidFluid
 
toString() - Method in class edu.sc.seis.TauP.ReflTransFluidFreeSurface
 
toString() - Method in class edu.sc.seis.TauP.ReflTransFluidSolid
 
toString() - Method in class edu.sc.seis.TauP.ReflTransSolidFluid
 
toString() - Method in class edu.sc.seis.TauP.ReflTransSolidFreeSurface
 
toString() - Method in class edu.sc.seis.TauP.ReflTransSolidSolid
 
toString() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
toString() - Method in class edu.sc.seis.TauP.SeismicPhaseSegment
 
toString() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
toString() - Method in class edu.sc.seis.TauP.SlownessLayer
returns a String description of this SlownessLayer.
toString() - Method in class edu.sc.seis.TauP.SlownessModel
 
toString() - Method in class edu.sc.seis.TauP.SphericalSModel
 
toString() - Method in class edu.sc.seis.TauP.TauBranch
 
toString() - Method in class edu.sc.seis.TauP.TauModel
 
toString() - Method in class edu.sc.seis.TauP.TimeDist
 
toString() - Method in class edu.sc.seis.TauP.VelocityLayer
 
toString() - Method in class edu.sc.seis.TauP.VelocityModel
 
toString() - Method in class picocli.CommandLine.Help.Ansi.Text
Returns a String representation of the text with ANSI escape codes embedded, unless ANSI is CommandLine.Help.Ansi.enabled() not enabled}, in which case the plain text is returned.
toString() - Method in class picocli.CommandLine.Help.ColorScheme
 
toString() - Method in class picocli.CommandLine.Help.Column
 
toString() - Method in class picocli.CommandLine.Help.Layout
Returns the section of the usage help message accumulated in the TextTable owned by this layout.
toString() - Method in class picocli.CommandLine.Help.TextTable
 
toString() - Method in class picocli.CommandLine.Model.ArgGroupSpec
 
toString() - Method in class picocli.CommandLine.Model.ArgSpec
Returns a string respresentation of this option or positional parameter.
toString() - Method in class picocli.CommandLine.Model.CommandSpec
Returns a string representation of this command, used in error messages and trace messages.
toString() - Method in class picocli.CommandLine.Model.MethodParam
 
toString() - Method in class picocli.CommandLine.Model.ParserSpec
 
toString() - Method in class picocli.CommandLine.ParseResult.GroupMatch
 
toString() - Method in class picocli.CommandLine.ParseResult.GroupMatchContainer
 
toString() - Method in class picocli.CommandLine.PropertiesDefaultProvider
 
toString() - Method in class picocli.CommandLine.Range
 
toString() - Method in class picocli.CommandLine.RegexTransformer
 
toString() - Method in class picocli.CommandLine.Tracer
 
toString(StringBuilder) - Method in class picocli.CommandLine.Help.TextTable
Copies the text representation that we built up from the options into the specified StringBuilder.
toVelocity(double, double) - Method in class edu.sc.seis.TauP.SlownessModel
 
toVelocity(double, double) - Method in class edu.sc.seis.TauP.SphericalSModel
Returns the velocity for a slowness at a depth.
TpAngle - edu.sc.seis.TauP.ReflTransAxisType
 
Tpp - edu.sc.seis.TauP.ReflTransAxisType
 
TppEnergy - edu.sc.seis.TauP.ReflTransAxisType
 
Tps - edu.sc.seis.TauP.ReflTransAxisType
 
TpsEnergy - edu.sc.seis.TauP.ReflTransAxisType
 
tracer() - Static method in class picocli.CommandLine
Returns the Tracer used internally for printing internal debug statements.
TRANS_IDX - Static variable in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
TRANSDOWN - edu.sc.seis.TauP.PhaseInteraction
Used by addToBranch when the path transmits down through the end of a segment.
transform(CommandLine.Model.CommandSpec) - Method in interface picocli.CommandLine.IModelTransformer
Given an original CommandSpec, return the object that should be used instead.
TRANSUP - edu.sc.seis.TauP.PhaseInteraction
Used by addToBranch when the path transmits up through the end of a segment.
TRANSUPDIFFRACT - edu.sc.seis.TauP.PhaseInteraction
Used by addToBranch when the path transmits up across a boundary then diffracts along that boundary.
trapazoid(float[], float, float, float, float) - Static method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
travelLeg - Static variable in class edu.sc.seis.TauP.LegPuller
 
travelSuffix - Static variable in class edu.sc.seis.TauP.LegPuller
 
trimDuplicates(List<TimeDist>) - Static method in class edu.sc.seis.TauP.AbstractPathSegment
 
trimQuotes() - Method in class picocli.CommandLine.Model.ParserSpec
 
trimQuotes(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
TRUNCATE - picocli.CommandLine.Help.Column.Overflow
 
TsAngle - edu.sc.seis.TauP.ReflTransAxisType
 
Tshsh - edu.sc.seis.TauP.ReflTransAxisType
 
TshshEnergy - edu.sc.seis.TauP.ReflTransAxisType
 
Tsp - edu.sc.seis.TauP.ReflTransAxisType
 
TspEnergy - edu.sc.seis.TauP.ReflTransAxisType
 
Tss - edu.sc.seis.TauP.ReflTransAxisType
 
TssEnergy - edu.sc.seis.TauP.ReflTransAxisType
 
tstar - edu.sc.seis.TauP.AxisType
 
TURN - edu.sc.seis.TauP.PhaseInteraction
Used by addToBranch when the path turns within a segment.
turndepth - edu.sc.seis.TauP.AxisType
 
TVEL - Static variable in class edu.sc.seis.TauP.VelocityModel
 
TWOPI - Static variable in class edu.sc.seis.TauP.SphericalCoords
 
type() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the type to convert the option or positional parameter to before setting the value.
type() - Method in annotation type picocli.CommandLine.Option
Optionally specify a type to control exactly what Class the option parameter should be converted to.
type() - Method in annotation type picocli.CommandLine.Parameters
Optionally specify a type to control exactly what Class the positional parameter should be converted to.
TypeConversionException(String) - Constructor for exception picocli.CommandLine.TypeConversionException
Constructs a TypeConversionException.
typedValues() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the typed command line arguments matched by this option or positional parameter spec.
typeInfo - Variable in class picocli.CommandLine.Model.ArgSpec
 
typeInfo() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Returns the type info for the annotated program element associated with this group.
typeInfo() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns the type info for the annotated program element associated with this group.
typeInfo() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the ITypeInfo that can be used both at compile time (by annotation processors) and at runtime.
typeInfo(CommandLine.Model.ITypeInfo) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Sets the type info for the annotated program element associated with this group, and returns this builder.

U

underline - picocli.CommandLine.Help.Ansi.Style
 
UNDERSIDE_REFLECTION - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
unmatched() - Method in class picocli.CommandLine.ParseResult
Returns a list of command line arguments that did not match any options or positional parameters.
unmatchedArgsBindings() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the list of UnmatchedArgumentsBindings configured for this command; each UnmatchedArgsBinding captures the arguments that could not be matched to any options or positional parameters.
UnmatchedArgumentException(CommandLine, String) - Constructor for exception picocli.CommandLine.UnmatchedArgumentException
 
UnmatchedArgumentException(CommandLine, List<String>) - Constructor for exception picocli.CommandLine.UnmatchedArgumentException
 
UnmatchedArgumentException(CommandLine, List<String>, String) - Constructor for exception picocli.CommandLine.UnmatchedArgumentException
 
UnmatchedArgumentException(CommandLine, Stack<String>) - Constructor for exception picocli.CommandLine.UnmatchedArgumentException
 
unmatchedArgumentsAllowed() - Method in class picocli.CommandLine.Model.ParserSpec
 
unmatchedArgumentsAllowed(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
unmatchedOptionsAllowedAsOptionParameters() - Method in class picocli.CommandLine.Model.ParserSpec
 
unmatchedOptionsAllowedAsOptionParameters(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
unmatchedOptionsArePositionalParams() - Method in class picocli.CommandLine.Model.ParserSpec
 
unmatchedOptionsArePositionalParams(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 
unsetDepthCorrected() - Method in class edu.sc.seis.TauP.cmdline.args.ModelArgs
 
unsetScatterer() - Method in class edu.sc.seis.TauP.cmdline.args.TableModelArgs
 
unspecified(boolean) - Method in class picocli.CommandLine.Range
Returns a new Range object with the isUnspecified value replaced by the specified value.
updateArgGroupAttributes(CommandLine.ArgGroup) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Updates this builder from the specified annotation values.
updateCommandAttributes(CommandLine.Command, CommandLine.IFactory) - Method in class picocli.CommandLine.Model.CommandSpec
Updates the following attributes from the specified @Command annotation: aliases, parser separator, command name, version, help command, version provider, default provider and usage message spec.
usage(PrintStream) - Method in class picocli.CommandLine
usage(PrintStream, CommandLine.Help.Ansi) - Method in class picocli.CommandLine
usage(PrintStream, CommandLine.Help.ColorScheme) - Method in class picocli.CommandLine
Prints a usage help message for the annotated command class to the specified PrintStream.
usage(PrintWriter) - Method in class picocli.CommandLine
usage(PrintWriter, CommandLine.Help.Ansi) - Method in class picocli.CommandLine
Similar to CommandLine.usage(PrintStream, Help.Ansi) but with the specified PrintWriter instead of a PrintStream.
usage(PrintWriter, CommandLine.Help.ColorScheme) - Method in class picocli.CommandLine
Similar to CommandLine.usage(PrintStream, Help.ColorScheme), but with the specified PrintWriter instead of a PrintStream.
usage(Object, PrintStream) - Static method in class picocli.CommandLine
Equivalent to new CommandLine(command).usage(out).
usage(Object, PrintStream, CommandLine.Help.Ansi) - Static method in class picocli.CommandLine
Equivalent to new CommandLine(command).usage(out, ansi).
usage(Object, PrintStream, CommandLine.Help.ColorScheme) - Static method in class picocli.CommandLine
Equivalent to new CommandLine(command).usage(out, colorScheme).
USAGE - Static variable in class picocli.CommandLine.ExitCode
Return value from the execute method signifying command line usage error: user input for the command was incorrect, e.g., the wrong number of arguments, a bad flag, a bad syntax in a parameter, or whatever.
usageHelp() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Returns whether this option allows the user to request usage help.
usageHelp() - Method in class picocli.CommandLine.Model.OptionSpec
Returns whether this option allows the user to request usage help.
usageHelp() - Method in annotation type picocli.CommandLine.Option
Set usageHelp=true for the --help option that triggers display of the usage help message.
usageHelp(boolean) - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Sets whether this option allows the user to request usage help, and returns this builder.
usageHelpAutoWidth() - Method in annotation type picocli.CommandLine.Command
If true, picocli will attempt to detect the terminal width and adjust the usage help message accordingly.
usageHelpWidth() - Method in annotation type picocli.CommandLine.Command
usageMessage() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the usage help message specification for this command.
usageMessage(CommandLine.Model.UsageMessageSpec) - Method in class picocli.CommandLine.Model.CommandSpec
Initializes the usageMessage specification for this command from the specified settings and returns this commandSpec.
UsageMessageSpec() - Constructor for class picocli.CommandLine.Model.UsageMessageSpec
 
useAnsi(CommandLine.Help.Ansi) - Method in class picocli.CommandLine.AbstractHandler
UseDefaultConverter() - Constructor for class picocli.CommandLine.UseDefaultConverter
 
useErr(PrintStream) - Method in class picocli.CommandLine.AbstractHandler
useOut(PrintStream) - Method in class picocli.CommandLine.AbstractHandler
userObject() - Method in class picocli.CommandLine.Model.ArgSpec
Returns the user object associated with this option or positional parameters.
userObject() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the user object associated with this command.
userObject() - Method in interface picocli.CommandLine.Model.IAnnotatedElement
 
useSimplifiedAtFiles() - Method in class picocli.CommandLine.Model.ParserSpec
 
useSimplifiedAtFiles(boolean) - Method in class picocli.CommandLine.Model.ParserSpec
 

V

validate() - Method in class edu.sc.seis.TauP.SlownessLayer
 
validate() - Method in class edu.sc.seis.TauP.SlownessModel
Performs consistency check on the slowness model.
validate() - Method in class edu.sc.seis.TauP.SphericalSModel
Performs consistency check on the velocity model.
validate() - Method in class edu.sc.seis.TauP.TauModel
 
validate() - Method in class edu.sc.seis.TauP.VelocityModel
Performs internal consistency checks on the velocity model.
validate() - Method in annotation type picocli.CommandLine.ArgGroup
Determines whether picocli should validate the rules of this group (true by default).
validate() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Returns whether picocli should validate the rules of this group: for a mutually exclusive group this means that no more than one arguments in the group is specified on the command line; for a co-occurring group this means that all arguments in the group are specified on the command line.
validate() - Method in class picocli.CommandLine.Model.ArgGroupSpec
Returns whether picocli should validate the rules of this group: for a mutually exclusive group this means that no more than one arguments in the group is specified on the command line; for a co-occurring group this means that all arguments in the group are specified on the command line.
validate(boolean) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
Sets whether picocli should validate the rules of this group: for a mutually exclusive group this means that no more than one arguments in the group is specified on the command line; for a co-occurring group this means that all arguments in the group are specified on the command line.
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.args.DistanceArgs
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_AbstractRayTool
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_Create
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_Find
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_Path
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_PhaseDescribe
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetMSeed3
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_SetSac
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_Table
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_Tool
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityMerge
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_Version
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_Wavefront
 
validateArguments() - Method in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
validateRPCompatibility() - Method in class edu.sc.seis.TauP.SlownessModel
 
validateSegList() - Method in class edu.sc.seis.TauP.ProtoSeismicPhase
 
value() - Method in annotation type picocli.CommandLine.Spec
Whether to inject the CommandSpec of this command (the default) or the CommandSpec of the "mixee" command that receives the options and other command elements defined here.
valueIsDefaultValue - Variable in class picocli.CommandLine.Model.ArgSpec
 
valueOf(boolean) - Static method in enum picocli.CommandLine.Help.Ansi
Returns Ansi.ON if the specified enabled flag is true, Ansi.OFF otherwise.
valueOf(String) - Static method in enum edu.sc.seis.TauP.AxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.sc.seis.TauP.cmdline.args.ColorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot.DegRayParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class edu.sc.seis.TauP.Complex
Parses a string into a Complex.
valueOf(String) - Static method in enum edu.sc.seis.TauP.DepthAxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.sc.seis.TauP.DistanceAxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.sc.seis.TauP.ModelAxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.sc.seis.TauP.PhaseInteraction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.sc.seis.TauP.ReflTransAxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.sc.seis.TauP.VelocityModelMaterial
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum picocli.CommandLine.Help.Ansi.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum picocli.CommandLine.Help.Ansi
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum picocli.CommandLine.Help.Column.Overflow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum picocli.CommandLine.Help.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class picocli.CommandLine.Range
Leniently parses the specified String as a Range value and return the result.
valueOf(String) - Static method in enum picocli.CommandLine.ScopeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum picocli.CommandLine.Spec.Target
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum picocli.CommandLine.TraceLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.sc.seis.TauP.AxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.sc.seis.TauP.cmdline.args.ColorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot.DegRayParam
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.sc.seis.TauP.DepthAxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.sc.seis.TauP.DistanceAxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.sc.seis.TauP.ModelAxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.sc.seis.TauP.PhaseInteraction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.sc.seis.TauP.ReflTransAxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.sc.seis.TauP.VelocityModelMaterial
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum picocli.CommandLine.Help.Ansi.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum picocli.CommandLine.Help.Ansi
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum picocli.CommandLine.Help.Column.Overflow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum picocli.CommandLine.Help.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum picocli.CommandLine.ScopeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum picocli.CommandLine.Spec.Target
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum picocli.CommandLine.TraceLevel
Returns an array containing the constants of this enum type, in the order they are declared.
vectorLength - Static variable in class edu.sc.seis.TauP.SlownessModel
Initial length of the slowness vectors.
vectorLength - Static variable in class edu.sc.seis.TauP.VelocityModel
the initial length of the layer vector.
velFileType - Variable in class edu.sc.seis.TauP.cmdline.args.InputVelocityModelArgs
 
VELMERGE - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
VelModelOutputTypeArgs - Class in edu.sc.seis.TauP.cmdline.args
 
VelModelOutputTypeArgs(String) - Constructor for class edu.sc.seis.TauP.cmdline.args.VelModelOutputTypeArgs
 
velocity - edu.sc.seis.TauP.ModelAxisType
 
velocity_density - edu.sc.seis.TauP.ModelAxisType
 
velocityAtReceiver() - Method in class edu.sc.seis.TauP.Arrival
 
velocityAtReceiver() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
velocityAtReceiver() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
velocityAtReceiver() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
velocityAtSource() - Method in class edu.sc.seis.TauP.Arrival
 
velocityAtSource() - Method in class edu.sc.seis.TauP.ScatteredSeismicPhase
 
velocityAtSource() - Method in interface edu.sc.seis.TauP.SeismicPhase
 
velocityAtSource() - Method in class edu.sc.seis.TauP.SimpleSeismicPhase
 
VelocityLayer - Class in edu.sc.seis.TauP
The VelocityModelLayer class stores and manipulates a singly layer.
VelocityLayer(int, double, double, double, double, double, double) - Constructor for class edu.sc.seis.TauP.VelocityLayer
 
VelocityLayer(int, double, double, double, double, double, double, double, double) - Constructor for class edu.sc.seis.TauP.VelocityLayer
 
VelocityLayer(int, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class edu.sc.seis.TauP.VelocityLayer
 
velocityLike(ModelAxisType) - Method in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
VelocityModel - Class in edu.sc.seis.TauP
This class defines basic classes to store and manipulate a velocity model.
VelocityModel(String, double, double, double, double, double, double, boolean, List<VelocityLayer>) - Constructor for class edu.sc.seis.TauP.VelocityModel
 
VelocityModelArgs - Class in edu.sc.seis.TauP.cmdline.args
 
VelocityModelArgs() - Constructor for class edu.sc.seis.TauP.cmdline.args.VelocityModelArgs
 
VelocityModelException - Exception in edu.sc.seis.TauP
Exceptions unique to VelocityModel
VelocityModelException(String) - Constructor for exception edu.sc.seis.TauP.VelocityModelException
 
VelocityModelListArgs - Class in edu.sc.seis.TauP.cmdline.args
 
VelocityModelListArgs() - Constructor for class edu.sc.seis.TauP.cmdline.args.VelocityModelListArgs
 
VelocityModelMaterial - Enum in edu.sc.seis.TauP
 
VelPlotOutputTypeArgs - Class in edu.sc.seis.TauP.cmdline.args
 
VelPlotOutputTypeArgs(String, String) - Constructor for class edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
 
verbose - Variable in class edu.sc.seis.TauP.SimpleSeismicPhase
Enables verbose output.
verbose - Static variable in class edu.sc.seis.TauP.SlownessModel
True to enable verbose output.
VERBOSE - Static variable in class edu.sc.seis.TauP.TauPConfig
 
version() - Method in annotation type picocli.CommandLine.Command
Version information for this command, to print to the console when the user specifies an option to request version help.
version() - Method in class picocli.CommandLine.Model.CommandSpec
Returns version information for this command, to print to the console when the user specifies an option to request version help.
version(String...) - Method in class picocli.CommandLine.Model.CommandSpec
Sets version information literals for this command, to print to the console when the user specifies an option to request version help.
VERSION - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
VERSION - Static variable in class picocli.CommandLine
This is picocli version "4.7.7-SNAPSHOT".
versionHelp() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Returns whether this option allows the user to request version information.
versionHelp() - Method in class picocli.CommandLine.Model.OptionSpec
Returns whether this option allows the user to request version information.
versionHelp() - Method in annotation type picocli.CommandLine.Option
Set versionHelp=true for the --version option that triggers display of the version information.
versionHelp(boolean) - Method in class picocli.CommandLine.Model.OptionSpec.Builder
Sets whether this option allows the user to request version information, and returns this builder.
versionProvider() - Method in annotation type picocli.CommandLine.Command
Class that can provide version information dynamically at runtime.
versionProvider() - Method in class picocli.CommandLine.Model.CommandSpec
Returns the version provider for this command, to generate the CommandLine.Model.CommandSpec.version() strings.
versionProvider(CommandLine.IVersionProvider) - Method in class picocli.CommandLine.Model.CommandSpec
Sets version provider for this command, to generate the CommandLine.Model.CommandSpec.version() strings.
VersionProvider - Class in edu.sc.seis.TauP.cmdline.args
 
VersionProvider() - Constructor for class edu.sc.seis.TauP.cmdline.args.VersionProvider
 
VERT_IDX - Static variable in class edu.sc.seis.TauP.cmdline.TauP_Spikes
 
vMod - Variable in class edu.sc.seis.TauP.SlownessModel
Velocity Model used to get slowness model.
Vp - edu.sc.seis.TauP.ModelAxisType
 
vpdensity - edu.sc.seis.TauP.ModelAxisType
 
VPLOT - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
vpvs - edu.sc.seis.TauP.ModelAxisType
 
Vs - edu.sc.seis.TauP.ModelAxisType
 
vsdensity - edu.sc.seis.TauP.ModelAxisType
 

W

walkPhases(int) - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
walkPhases(TauModel, List<ProtoSeismicPhase>, int) - Method in class edu.sc.seis.TauP.SeismicPhaseWalk
 
warn(String, Object...) - Method in class picocli.CommandLine.Tracer
Prints the specified message if the current trace level is WARN or higher.
WARN - picocli.CommandLine.TraceLevel
 
warning(Exception) - Static method in class edu.sc.seis.TauP.Alert
 
warning(String) - Static method in class edu.sc.seis.TauP.Alert
 
warning(String, String) - Static method in class edu.sc.seis.TauP.Alert
 
WAVEFRONT - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
WavefrontPathSegment - Class in edu.sc.seis.TauP
 
WavefrontPathSegment(List<TimeDist>, boolean, String, TimeDist, int, int, SeismicPhase, double) - Constructor for class edu.sc.seis.TauP.WavefrontPathSegment
 
wavetype - edu.sc.seis.TauP.cmdline.args.ColorType
 
WEB - Static variable in class edu.sc.seis.TauP.cmdline.ToolRun
 
webRunTool(TauP_Tool, Map<String, Deque<String>>, HttpServerExchange) - Method in class edu.sc.seis.TauP.cmdline.TauP_WebServe
 
wgs85_flattening - Static variable in class edu.sc.seis.TauP.DistAz
 
wgs85_invflattening - Static variable in class edu.sc.seis.TauP.DistAz
 
wgs85_meanEarthRadius - Static variable in class edu.sc.seis.TauP.DistAz
 
width - Variable in class picocli.CommandLine.Help.Column
Column width in characters
width() - Method in class picocli.CommandLine.Model.UsageMessageSpec
Returns the maximum usage help message width.
width(int) - Method in class picocli.CommandLine.Model.UsageMessageSpec
Sets the maximum usage help message width to the specified value.
withAmplitude - Variable in class edu.sc.seis.TauP.cmdline.TauP_Find
 
withAmplitude - Variable in class edu.sc.seis.TauP.cmdline.TauP_Time
 
withEventAzimuth(Location, double) - Method in class edu.sc.seis.TauP.RayCalculateable
 
withEventAzimuth(Location, double) - Method in class edu.sc.seis.TauP.ShootableRay
 
withStationBackAzimuth(Location, double) - Method in class edu.sc.seis.TauP.RayCalculateable
 
withStationBackAzimuth(Location, double) - Method in class edu.sc.seis.TauP.ShootableRay
 
withTime - Variable in class edu.sc.seis.TauP.cmdline.TauP_Path
 
withToString(String) - Method in class picocli.CommandLine.Model.CommandSpec
Sets the string representation of this command, used in error messages and trace messages.
WRAP - picocli.CommandLine.Help.Column.Overflow
 
wrapWithoutInspection(Object) - Static method in class picocli.CommandLine.Model.CommandSpec
Creates and returns a new CommandSpec with the specified associated user object.
wrapWithoutInspection(Object, CommandLine.IFactory) - Static method in class picocli.CommandLine.Model.CommandSpec
Creates and returns a new CommandSpec with the specified associated user object.
writeGMTText(PrintWriter, DistDepthRange, String, String, boolean) - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
writeJSON(PrintWriter, String) - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
writeJSON(PrintWriter, String, boolean) - Method in class edu.sc.seis.TauP.Arrival
 
writeJSON(PrintWriter, String, boolean, boolean, boolean, double, double) - Method in class edu.sc.seis.TauP.Arrival
 
writeJSON(PrintWriter, String, String, List<Double>, List<Double>, List<SeismicPhase>, List<Arrival>) - Static method in class edu.sc.seis.TauP.cmdline.TauP_AbstractRayTool
 
writeJSON(PrintWriter, String, String, List<Double>, List<Double>, List<SeismicPhase>, List<Arrival>, boolean, boolean, boolean, float, double) - Static method in class edu.sc.seis.TauP.cmdline.TauP_AbstractRayTool
 
writeModel(String) - Method in class edu.sc.seis.TauP.TauModel
 
writeModelToStream(OutputStream) - Method in class edu.sc.seis.TauP.TauModel
 
writeSVGCartesian(PrintWriter) - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
writeSVGCartesian(PrintWriter, double) - Method in class edu.sc.seis.TauP.AbstractPathSegment
 
writeToND(Writer) - Method in class edu.sc.seis.TauP.VelocityModel
 
writeToStream(DataOutputStream) - Method in class edu.sc.seis.TauP.TauBranch
 

X

x - Variable in class edu.sc.seis.TauP.XYSegment
 
xAxisAbs - Variable in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
xAxisLog - Variable in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
xAxisMinMax - Variable in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
xAxisMinMax - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
xAxisMinMax - Variable in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
xAxisType - Variable in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
xAxisType - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
xAxisType - Variable in class edu.sc.seis.TauP.XYPlottingData
 
xyForDistRadius(double, double) - Static method in class edu.sc.seis.TauP.SvgEarth
 
XYPlotOutput - Class in edu.sc.seis.TauP
 
XYPlotOutput(List<XYPlottingData>, ModelArgs) - Constructor for class edu.sc.seis.TauP.XYPlotOutput
 
xyplotScriptBeginning(PrintWriter, String, List<String>, float, int, List<String>) - Static method in class edu.sc.seis.TauP.SvgUtil
 
xyplotScriptBeginning(PrintWriter, String, List<String>, float, int, List<String>, String) - Static method in class edu.sc.seis.TauP.SvgUtil
 
xyplotScriptBeginning(PrintWriter, String, List<String>, float, int, List<String>, String, double[]) - Static method in class edu.sc.seis.TauP.SvgUtil
 
XYPlottingData - Class in edu.sc.seis.TauP
Line, possbily in multiple segments, representing a single data type.
XYPlottingData(List<XYSegment>, String, String, String, String, List<String>) - Constructor for class edu.sc.seis.TauP.XYPlottingData
 
XYPlottingData(List<XYSegment>, String, String, String, List<String>) - Constructor for class edu.sc.seis.TauP.XYPlottingData
 
XYSegment - Class in edu.sc.seis.TauP
 
XYSegment(double[], double[]) - Constructor for class edu.sc.seis.TauP.XYSegment
 

Y

y - Static variable in class edu.sc.seis.TauP.PhaseSymbols
 
y - Variable in class edu.sc.seis.TauP.XYSegment
 
yAxisAbs - Variable in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
yAxisLog - Variable in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
yAxisMinMax - Variable in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
yAxisMinMax - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
yAxisMinMax - Variable in class edu.sc.seis.TauP.cmdline.TauP_VelocityPlot
 
yAxisType - Variable in class edu.sc.seis.TauP.cmdline.TauP_Curve
 
yAxisType - Variable in class edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot
 
yAxisType - Variable in class edu.sc.seis.TauP.XYPlottingData
 
youngsmodulus - edu.sc.seis.TauP.ModelAxisType
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages