testing on rpi 4B+ #5
Replies: 10 comments 9 replies
-
Not bad. Nice to see another setup work. livestack might be going a little heavy handed on the color saturation. I might dial that down a bit. How was the performance on the RPi4 in livestack vs siril? |
Beta Was this translation helpful? Give feedback.
-
Also, thanks for the bug reports! Glad to see it working with FITS files generated by a different camera than what I own. |
Beta Was this translation helpful? Give feedback.
-
siril is running on a i7-7700HQ 8 core / 16 Gb / Quadro M1200 graphics
laptop, livestack is on the pi 4+ 8 Gb with a 128Gb SSD drive.
I haven't done a timing but siril is orders of magnitude faster, and that
is fine, since livestack is processing lights as they
come off the camera, in this case it would have been every 30 seconds.
Interestingly, I had taken 5 shots with Ekos and named
the object 'DOUBLE_CLUSTER' and the other 12 shots named 'NGC_884' and
livestack "knew" based on fits header tag to
stack 2 separate sets of images. I cheated it by chaning the fits header
object tag in all files to just 'NGC_884' and had livestack
do all 17 as one set.
…On Wed, Dec 30, 2020 at 3:48 PM Rick Bassham ***@***.***> wrote:
Not bad. Nice to see another setup work. livestack might be going a little
heavy handed on the color saturation. I might dial that down a bit.
How was the performance on the RPi4 in livestack vs siril?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFQNZIW37F6JMNC7OCCNULSXOG3DANCNFSM4VOWMSEA>
.
|
Beta Was this translation helpful? Give feedback.
-
and thank-you for creating this software!!! I couldnt get it to come up in localhost:8080 in chrome running on the pi, and I couldnt get ekos-live to run within Ekos on the pi: it wouldn't accept any credentials I entered. Here is what I hope to do with livestack within my workflow:
|
Beta Was this translation helpful? Give feedback.
-
Alright, try this: Make a copy of your docker-compose.yml file in case there are conflicts. # this will undo any changes you've made to your docker-compose.yml file
git checkout docker-compose.yml
git pull
docker-compose pull nginx
# now update your livestack volumes to be what they need to be in docker-compose.yml
docker-compose up |
Beta Was this translation helpful? Give feedback.
-
Also, the terminal output should show some lines like |
Beta Was this translation helpful? Give feedback.
-
timings on dark processing ... lights to come later stellarmate@stellarmate:~/Documents/livestack $ docker-compose up |
Beta Was this translation helpful? Give feedback.
-
here is from process of the first light ... nginx_1 | 172.18.0.1 - - [30/Dec/2020:22:07:37 +0000] "GET / HTTP/1.1" 200 372 "-" "Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.141 Safari/537.36" "-" |
Beta Was this translation helpful? Give feedback.
-
so now on my laptop I can remotely view the stacked png file in firefox but there are no UI elements, just a simple |
Beta Was this translation helpful? Give feedback.
-
Thanks again for all the testing on this. It's good to see it working on another system. I've added you as a contributor to the project as recognition. |
Beta Was this translation helpful? Give feedback.
-
I ran a test of livestack running on a pi 4B+ 8Gb with SM OS 1.5.5.
The images are from some initial tests of a new ASI533MC Pro with shots of the Perseus double cluster
taken 2020-12-29 before and after a meridian flip. 10 darks taken with the same gain,
exposure, temperature and offset were placed in the livestack input folder. On startup, livestack created a master dark and I then scp'd 17 (curated previously in ASTAP) lights. For each light, lightstack subtracts the master dark, debayers, aligns, stacks and stretches the resulting stacked image. I ran a Siril script on the same set of dark and light data files for comparison, applied basic background neutralization and photometric color calibration and saved the auto-stretched result.
livestack:
siril:
Beta Was this translation helpful? Give feedback.
All reactions