文件名称:fitstoimg:该程序将.fits文件转换为.jpg。 适合jpeg
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-04 07:32:50
png jpeg fits Python
适用于Python中的图像 该程序将.fits文件转换为.jpg文件。 (或者您也可以稍作修改即可将拟合文件转换为png或bmp) 安装 命令git clone 。 在当前目录中新建文件夹“ data”和“ image”,然后将.fits文件复制到data文件夹。 ( mkdir data , mkdir image ) 命令python fitstoimg.py 。 在linux环境中,您应该修改目录字符'\'->'/'。 它已在Windows 10,Linux Ubuntu 16.04上进行了测试。 $ git clone https://github.com/psds075/fitstoimg.git $ mkdir data $ mkdir image $ python3 fitstoimg.py 代码(fitstoimg.py) import os import
【文件预览】:
fitstoimg-master
----fitstoimg.py(956B)
----README.md(2KB)
----__pycache__()
--------img_scale.cpython-36.pyc(5KB)
----img_scale.py(6KB)