Siril 0.99.8

Status
Es sind keine weiteren Antworten möglich.

lock042

Aktives Mitglied
Hello,
we are glad to announce the release of the new version of Siril: 0.99.8.This is the third beta version of the upcoming 1.0 version. It comes with many improvements and bug fixes over the second beta (0.99.6) and also some over the stable version (0.9.12), and continues the big refactoring started with the 0.99 series.The biggest improvements are new tools for astrometry and performance and stability improvements.

You can learn more by reading this: https://siril.org/download/2021-02-10-siril-0.99.8/
There is also a video showing all new features.

--> the version 0.99.8.1 was quickly released to fix a very annoying bug with ASIAIR images.
 
Love the new color tool and the snapshot feature. This is just stretched and saturated with the new tool. Taken with the snapshot tool. This is by far the best freeware tool on the market right now.
2021-02-15T18.57.56.png

CS Joachim
 
Wie läuft das eigentlich mit den Scipts wenn ich nur Lights und Bias stacken will? - gibts dafür kein Script oder kann man ein anderes nehmen?

VG
Tim
 
Hi Tim,

hab's nicht getestet, aber sollte vermutlich passen. Wenn man die Scripts im Texteditor öffnet (am besten Notepad++ installieren), kann man sie beinahe wie Prosa lesen.

OSC:

Code:
requires 0.99.4

#build master-bias
cd biases
convert bias -out=../process
cd ../process
stack bias rej 3 3 -nonorm
cd ..

#preprocess lights
cd lights
convert light -out=../process
cd ../process
preprocess light -bias=bias_stacked -cfa -equalize_cfa -debayer

#align lights
register pp_light

#stack calibrated lights
stack r_pp_light rej 3 3 -norm=addscale -output_norm -out=../result

cd ..
close

Bei Mono:

Code:
requires 0.99.4

#build master-bias
cd biases
convert bias -out=../process
cd ../process
stack bias rej 3 3 -nonorm
cd ..

#preprocess lights
cd lights
convert light -out=../process
cd ../process
preprocess light -bias=bias_stacked

#align lights
register pp_light

#stack calibrated lights
stack r_pp_light rej 3 3 -norm=addscale -output_norm -out=../result

cd ..
close

LG Michael
 
Zuletzt bearbeitet:
Hallo Michael!

Das funktioniert leider nicht-vermutlich mache ich irgendwas falsch.
Ich habe ein bestehendes OSC-Script geöffnet und den unteren Text durch deinen ersetzt.
Ich sehe es nach der aktualisierung auch in der Liste,aber es kommt immer ein "Fehler in Zeile xy"

LG
Tim
 
Hallo Tim,

hmmm, bei mir funzt es...
Mal kurz auf Fehlersuche - als Home Directory hast Du das Verzeichnis ausgewählt, in dem sich die zwei Unterordner "lights" und "biases" befinden, und darin jeweils deine Rohbilder?
Ansonsten hab ich Dir das OSC-Script mal hier angehängt, aufgrund der Dateitypenrestriktionen musst du logischerweise das letzte .txt löschen und die OSC_Preprocessing_bias_only.ssf dann in Dein Scripts-Verzeichnis kopieren. Vielleicht hat es ja beim Copy-Pasten aus dem Forum irgendetwas mit der Formatierung zerhackt, die Dateien sind da empfindlich (Zeilenumbruch, UTF-8 etc...).
Vielleicht klappt es ja mit der angehängten Datei.
Auch wäre es interessant, die exakte und komplette Fehlermeldung zu haben ;).

LG Michael
 

Anhänge

Status
Es sind keine weiteren Antworten möglich.
Zurück
Oben