LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pgmtost4

Convert PGM images to SBIG ST-4 autoguider format

TLDR

Convert PGM to SBIG ST-4 format
$ pgmtost4 [input.pgm] > [output.st4]
copy

SYNOPSIS

pgmtost4 [file]

DESCRIPTION

pgmtost4 reads a PGM image as input and produces an SBIG ST-4 camera CCD image as output. The ST-4 format is used by Santa Barbara Instrument Group astronomical autoguider cameras. This format is distinct from the SBIG format used with most other SBIG cameras. Part of the Netpbm toolkit.

INSTALL

sudo apt install netpbm
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

SEE ALSO

Copied to clipboard
Kai