2025-03-14 21:59:59 -06:00
|
|
|
# fitstopnm
|
|
|
|
|
|
|
|
|
|
> FITS(Flexible Image Transport System) 파일을 PNM 이미지로 변환.
|
2026-02-18 06:55:01 -07:00
|
|
|
> 같이 보기: `pamtofits`.
|
2025-03-14 21:59:59 -06:00
|
|
|
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/fitstopnm.html>.
|
|
|
|
|
|
|
|
|
|
- FITS 파일을 PNM 이미지로 변환:
|
|
|
|
|
|
|
|
|
|
`fitstopnm {{경로/대상/파일.fits}} > {{경로/대상/출력파일.pnm}}`
|
|
|
|
|
|
|
|
|
|
- FITS 파일의 세 번째 축의 지정된 위치에서 이미지를 변환:
|
|
|
|
|
|
|
|
|
|
`fitstopnm -image {{z_position}} {{경로/대상/파일.fits}} > {{경로/대상/출력파일.pnm}}`
|