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.
Click to show internal directories.
Click to hide internal directories.