未分類」カテゴリーアーカイブ

Sirilによる画像処理手順

starnetファイルの準備

https://www.starnetastro.com/download/ からコマンドラインツールをダウンロードして、実行ファイルを登録する
ーーーーーーーーーーーーーーーーーーーーーーーーー
快適星活4回目 天体画像処理ソフトSirilの紹介
https://www.youtube.com/watch?v=OEn_rVE-yw0
ZWO SEESTAR S50 DATA POST PROCESSING

Fix your broken Seestar S50 astrophotography images with Siril

Seestar S50 Siril tutorial - easy astrophotography image processing

Using Deconvolution to Improve the Resolution of Deep-Sky Images in Siril


Conversion TAB
addfiles +
 ファイル一覧を選択して
add
シーケンス名を付けて、
debayerにチェックを入れて
Convert

Calibration TAB はスキップ(seestarの場合は、S50内で処理済)
Registration TAB
 Global Star Alignmentの選択を確認

Align 左画面に星が赤色で囲まれる

Plot TABで整列の様子をグラフ表示
左の画像を見るには、AutoStretchを実行
不要な画像をファイルを一枚毎確認しながら除外できる(当該ファイルの行でspace key)
上のStacking(整列) をクリック

必要に応じて、クロップ(左に表示される画像をマウス操作で選択し、、)
背景の除去(Background Extraction)
  一番暗い部分を選択して
 生成ボタン
 背景計算

 グリーンノイズの除去(必要に応じて?)

画像処理(左上)
 色補正
 画像パラメタで、対象の星雲名を入力して、検索をクリック
 見つかると、Rsolver Name の欄に名前が表示される
 OKボタン
上メニュー 保存

線形モードで表示
画像処理(右上)
 StarNet Star removal
   prestretch linear imageにチェックを入れる
  
  Hypabolic Stretch 
     Local Stretchスライダーを最大に
  Stretch Parametersスライダーで調整
  { 調整は、画面を見ながら試行錯誤 }

  カラーサチレーションで調整
  ノイズリダクション

nextCloud

portの確認と変更

$ sudo snap get -d nextcloud

$ sudo snap set nextcloud ports.http=8080 ports.https=8443

snapでインストールしたNextcloudの設定を変更するには

$sudo snap get nextcloud
$sudo snap list
$sudo snap get nextcloud http
$sudo snap get nextcloud ports

$sudo /snap/bin/nextcloud.occ \
config:system:get trusted_domains

$sudo /snap/bin/nextcloud.occ \
config:system:set trusted_domains 1 --value=192.168.68.0/24

Snap(Snappy) コマンドの使い方

SeeStar first light

SeeStarの仕様

  • センサー:IMX462
    サイズ:142 X 129 X 257mm
    対物レンズ:50mm3枚玉アポクロマート
    焦点距離:246mm
    焦点距離:F4.9
    重量:3kg
    バッテリー内蔵:6時間駆動

SeeStarで各30分のスタック後、簡易な画像処理(ステライメージでレベル調整、トーンカーブ調整)

M1
IC443

gphoto2でカメラ制御

NIKON Coolpix P950

~$ gphoto2 –list-config
/main/actions/bulb
/main/actions/autofocusdrive
/main/actions/changeafarea
/main/actions/controlmode
/main/actions/viewfinder
/main/actions/opcode
/main/settings/datetime
/main/settings/thumbsize
/main/settings/fastfs
/main/settings/capturetarget
/main/settings/autofocus
/main/status/serialnumber
/main/status/manufacturer
/main/status/cameramodel
/main/status/deviceversion
/main/status/vendorextension
/main/status/batterylevel
/main/status/availableshots
/main/status/minfocallength
/main/status/maxfocallength
/main/status/liveviewprohibit
/main/imgsettings/iso
/main/capturesettings/exposurecompensation
/main/capturesettings/f-number
/main/capturesettings/focallength
/main/capturesettings/focusmode
/main/capturesettings/expprogram
/main/capturesettings/capturemode
/main/capturesettings/shutterspeed2
/main/capturesettings/liveviewafmode

cuda対応のtorchをインストール

ubuntu22.04へ非推奨のcuda11.6をインストール

$ sudo apt install --no-install-recommends nvidia-driver-510
$ sudo apt install nvidia-prime
$ sudo apt install nvidia-cuda-toolkit

https://stackoverflow.com/questions/70340812/how-to-install-pytorch-with-cuda-support-with-pip-in-visual-studio

python
Python 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import torch
>>> print(torch.__version__)
1.13.1+cpu

---------------------------
> nvidia-smi
Sat Mar 11 11:43:37 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 510.06       Driver Version: 510.06       CUDA Version: 11.6     |
|-------------------------------+----------------------+----------------------+


pip3 install torch==1.13.1+cu116  -f https://download.pytorch.org/whl/cu116/torch_stable.html

> pip3 install torch==1.13.1+cu116  -f https://download.pytorch.org/whl/cu116/torch_stable.html
Looking in links: https://download.pytorch.org/whl/cu116/torch_stable.html
Collecting torch==1.13.1+cu116
  Downloading https://download.pytorch.org/whl/cu116/torch-1.13.1%2Bcu116-cp39-cp39-win_amd64.whl (2434.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 GB 562.9 kB/s eta 0:00:00
Requirement already satisfied: typing-extensions in c:\users\ei2k-\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from torch==1.13.1+cu116) (4.0.1)
Installing collected packages: torch
  Attempting uninstall: torch
    Found existing installation: torch 1.13.1
    Uninstalling torch-1.13.1:
      Successfully uninstalled torch-1.13.1
Successfully installed torch-1.13.1+cu116
PS C:\Users\ei2k-> python
Python 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import torch
>>> print(torch.__version__)
1.13.1+cu116
>>>