fi*, fl*: add Korean translation (#14255)

This commit is contained in:
HoJeong Im
2024-10-21 01:05:00 +09:00
committed by GitHub
parent c15320f56c
commit ee2c7d2780
14 changed files with 293 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 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}}`