unrot

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2024 License: BSD-2-Clause Imports: 14 Imported by: 0

Documentation

Overview

Package unrot implements a command to rotate a reconstruction from past to present coordinates.

Index

Constants

This section is empty.

Variables

View Source
var Command = &command.Command{
	Usage: `unrot -i|--input <file> [-o|--output <file>]
	<project>`,
	Short: "rotate a reconstruction to present coordinates",
	Long: `
Command unrot reads a reconstruction and rotates the pixels to the present
coordinates.

The flag --input, or -i, is required and indicates the input reconstruction.

By default, the output file will have the same name as the input, with the
prefix "unrot-". The flag --output, or -o, can be used to define a particular
name for the output file.

The argument of the command is the name of the project file. The project must
contain a plate motion model.
	`,
	SetFlags: setFlags,
	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