找回密碼
 申請討論區帳戶
查看: 581|回復: 4

Siril 免費的開源天文圖像處理工具

[複製鏈接]
發表於 2023-6-9 23:17:20 | 顯示全部樓層 |閱讀模式
本帖最後由 WCYue 於 2023-12-14 02:19 編輯

Siril 是一款開源免費的天文圖像處理工具

有 Linux、Windows、MacOS 版本

目前的版本是 1.2.0 rc1,發佈日期:2023年6月5日

下載網站:https://siril.org/

操作手冊
https://siril.readthedocs.io/_/downloads/en/stable/pdf/

https://siril.readthedocs.io/_/downloads/en/latest/pdf/
 樓主| 發表於 2023-6-9 23:19:51 | 顯示全部樓層
本帖最後由 WCYue 於 2023-6-9 23:28 編輯

Siril 和 Telescope.Live 推出新教程系列

https://siril.org/2023/05/siril- ... ew-tutorial-series/
 樓主| 發表於 2023-6-9 23:27:00 | 顯示全部樓層
詳細教學資源

https://siril.org/tutorials/
 樓主| 發表於 2023-6-20 11:31:56 | 顯示全部樓層
Siril 是一款針對天文圖像處理的軟件,支援多種操作系統且具有專業的圖像處理功能。在處理天文圖像時,你可以使用自動化流程,像是創建一個 script 文件來完成這些任務。這裡將展示如何使用一個示例 script 文件來自動化 Siril 進行圖像處理。

假設你已經安裝好了 Siril 和所需的依賴項,以下是一個簡單的 script 文件示例,使用 .ssf (Siril Script File)格式。這個示例 script 文件將完成對 FITS 檔案格式的照片進行去除偏置(bias)、暗電流(dark)以及平場(flat)校正的處理。

```bash
# 切換至工作目錄
cd /path/to/your/working/directory

# 載入偏置圖像
load bias_0001.fits
stack bias median
save master-bias

# 載入暗電流圖像
load dark_0001.fits
preprocess dark_ prepro_bias subtract
stack prepro_dark median
save master-dark

# 載入平場圖像
load flat_0001.fits
preprocess flat_ prepro_bias subtract
stack prepro_flat median
save master-flat

# 載入目標圖像
load target_0001.fits
preprocess target_ prepro_bias_dark_flat subtract

# 對齊目標圖像
register prepro_target

# 疊加目標圖像
stack r_prepro_target median

# 儲存處理後的圖像
save final_image
```

將這個 script 文件命名為 `siril_script.ssf`,並將它保存在你的工作目錄中。然後在終端機中運行以下命令來執行 script 文件:

```bash
siril -s /path/to/your/working/directory/siril_script.ssf
```

這個 script 文件將完成以下操作:

1. 載入偏置、暗電流和平場圖像。
2. 預處理偏置、暗電流和平場圖像,並使用中值疊加法來創建 master 圖像。
3. 將目標圖像進行去除偏置、暗電流和平場校正。
4. 對齊處理過的目標圖像。
5. 使用中值疊加法合成最終圖像。
6. 儲存處理後的最終圖像。

請注意,這個示例 script 文件可能需要根據你的具體需求進行一定的修改,例如檔案名稱、路徑等。根據你的圖像數據和目標,你可能還需要添加更多的圖像處理步驟(例如背景去除、色彩校正等)。在使用 script 文件之前,建議閱讀 Siril 的官方文檔以瞭解更多詳細信息和可用命令。
 樓主| 發表於 2023-7-8 22:24:21 | 顯示全部樓層
本帖最後由 WCYue 於 2023-7-8 22:27 編輯

Siril processing steps in general

1. Start with Siril: global registration, stacking, deconvolution, noise filter, green noise removal, histogram lighting adjustments, wavelet adjustments.

2. Once get it close to what you like, run the starnet plug in Siril to create a starless layer.

3. Start with the starless layer and heavily blur to get the background the way you like it ( sometimes with background extraction though not in this case); put a crisp starless layer on top with a mask, showing only the details that you really want to draw out.  Then put the original version with the stars on top and adjust opacity to your liking.  

4.  Final saturation and lighting adjustments.
您需要登錄後才可以回帖 登錄 | 申請討論區帳戶

本版積分規則

Archiver|手機版|小黑屋|香港天文學會

GMT+8, 2024-4-27 02:33 , Processed in 0.010879 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回復 返回頂部 返回列表