Documentation ¶
Overview ¶
Package euler implements a command to print the Euler rotations of a plate.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &command.Command{
Usage: "euler <rotation-model> [<plate>...]",
Short: "print Euler rotations of a plate",
Long: `
Command euler reads a rotation model and prints the rotations for the plates
in that model.
The first argument of the command is the name of the file that contains the
rotation model. One or more plate IDs can be given as additional arguments. If
no plate is given, the command will print the rotations of all plates in the
model.
The output uses the same format as a rotation model:
- The first column is the ID of the moving plate.
- The second column is the most recent time, in million years.
- The third column is the latitude of the Euler pole.
- The fourth column is the longitude of the Euler pole.
- The fifth column is the angle of the rotation in degrees.
- The sixth column is the fixed plate.
`,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.