euler

package
v0.0.0-...-d35a074 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2024 License: BSD-2-Clause Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL