Documentation ¶
Overview ¶
Package list implements a command to list plates from a plate pixelation file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &command.Command{
Usage: "list [--len] [<pix-file>...]",
Short: "list plates from a file with pixelated plates",
Long: `
List reads one or more pixelated plates files and prints a list of the plates,
including the names of the features and their time intervals.
One or more input files can be given as arguments. If no files are given, the
input will be read from the standard input.
If the --len flag is specified, it will print the number of pixels for each
feature.
`,
SetFlags: setFlags,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.