mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 20:35:25 +02:00
13 lines
490 B
Markdown
13 lines
490 B
Markdown
# fitstopnm
|
|
|
|
> FITS(Flexible Image Transport System) 파일을 PNM 이미지로 변환.
|
|
> 참조: `pamtofits`.
|
|
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/fitstopnm.html>.
|
|
|
|
- FITS 파일을 PNM 이미지로 변환:
|
|
|
|
`fitstopnm {{경로/대상/파일.fits}} > {{경로/대상/출력파일.pnm}}`
|
|
|
|
- FITS 파일의 세 번째 축의 지정된 위치에서 이미지를 변환:
|
|
|
|
`fitstopnm -image {{z_position}} {{경로/대상/파일.fits}} > {{경로/대상/출력파일.pnm}}`
|