“图像处理”的版本间差异
跳到导航
跳到搜索
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
[[PS图]] |
[[PS图]] |
||
*格式转换 |
|||
ds9可以简单的完成图像格式的转换 |
|||
As an example, the following command will open the file "name.fits", |
|||
zoom it to fit the window, save it in JPEG format to the file |
|||
"filename.jpeg", and then exit |
|||
ds9 name.fits -zoom to fit -saveimage jpeg filename.jpeg -exit |
|||
ds9的command line 可以进行图像的批处理,具体可通过ds9 --help 查看。 |
|||
例如 ds9 -cmap heat a1.fits 可以用heat的颜色表来load图像。 |
2013年12月19日 (四) 08:27的版本
- 格式转换
ds9可以简单的完成图像格式的转换 As an example, the following command will open the file "name.fits", zoom it to fit the window, save it in JPEG format to the file "filename.jpeg", and then exit
ds9 name.fits -zoom to fit -saveimage jpeg filename.jpeg -exit
ds9的command line 可以进行图像的批处理,具体可通过ds9 --help 查看。 例如 ds9 -cmap heat a1.fits 可以用heat的颜色表来load图像。