Files
tldr/pages.zh/common/fitstopnm.md

13 lines
425 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# fitstopnm
> 将灵活图像传输系统FITS文件转换为PNM图像。
> 另请参见:`pamtofits`。
> 更多信息:<https://netpbm.sourceforge.net/doc/fitstopnm.html>。
- 将FITS文件转换为PNM图像
`fitstopnm {{path/to/file.fits}} > {{path/to/output.pnm}}`
- 转换FITS文件中第三个轴上指定位置的图像
`fitstopnm -image {{z_position}} {{path/to/file.fits}} > {{path/to/output.pnm}}`