Documentation
¶
Overview ¶
Package stages implements a command to print the time stages defined in a time pixelation model.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &command.Command{
Usage: "stages <time-pix-file>",
Short: "print time stages of a time pixelation model",
Long: `
Command stages reads a time pixelation model and print the time stages (in
million years) defined in the model.
The first argument of the command is the name of the file that contains the
time pixelation model.
`,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.