HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pamtofits — Convert a Netpbm image to the Flexible Image Transport System (FITS) format. See also: `fitstopnm`.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandpamtofitsconvertclinetpbmimageflexible

Problem

How to use the pamtofits command: Convert a Netpbm image to the Flexible Image Transport System (FITS) format. See also: fitstopnm. More information: <https://netpbm.sourceforge.net/doc/pamtofits.html>.

Solution

pamtofits — Convert a Netpbm image to the Flexible Image Transport System (FITS) format. See also: fitstopnm. More information: <https://netpbm.sourceforge.net/doc/pamtofits.html>.

Convert a Netpbm image to the FITS format:
pamtofits {{path/to/image.pam}} > {{path/to/output.fits}}

Code Snippets

Convert a Netpbm image to the FITS format

pamtofits {{path/to/image.pam}} > {{path/to/output.fits}}

Context

tldr-pages: common/pamtofits

Revisions (0)

No revisions yet.