LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pnmtofits

Convert PNM images to FITS astronomy format

TLDR

Convert PNM to FITS format
$ pnmtofits [input.pnm] > [output.fits]
copy

SYNOPSIS

pnmtofits [file]

DESCRIPTION

pnmtofits converts PNM images to FITS (Flexible Image Transport System) format used in astronomy. Part of 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