diff --git a/html/documentation/explanations/startrails.html b/html/documentation/explanations/startrails.html index b9f61357b..546e9daaa 100644 --- a/html/documentation/explanations/startrails.html +++ b/html/documentation/explanations/startrails.html @@ -62,7 +62,8 @@
startrails
program-./startrails -d ./images/20180223/ -e jpg -b 0.15 -o ./images/20180223/startrails/startrails.jpg +cd ~/allsky +bin/startrails -d images/20240223/ -e jpg -b 0.15 -o images/20240223/startrails/startrails-20240223.jpg
@@ -72,10 +73,11 @@
startrails
programTip: If you set the -Image Width +Image Width and -Image Height -of your camera in the WebUI Camera Settings page to the actual values of your camera, +Image Height +of your camera in the WebUI Allsky Settings +page to the actual values of your camera, startrails generation will skip any file that's not the correct size. This will eliminate any garbage images that happen to be generated.@@ -108,23 +110,21 @@
./generateForDay.sh -s test
.
+generateForDay.sh --startrails test
.
./generateForDay.sh -s test # this should give pretty good results
+generateForDay.sh --startrails test # this should give pretty good results
generateForDay.sh
as needed.
-rm -fr ~/allsky/images/test # remove the temporary directory
./generateForDay.sh -s DATE
+ generateForDay.sh --startrails DATE
generateForDay.sh
.