add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

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