Closed Gero-B closed 2 years ago
Hi Gero,
Thanks for telling me about this problem. At the moment I don't have access to my developing environment. I will have a look at the issue next week.
Was the debayering option the only cause for different behavior between GUI and CLI?
All the best, Rolf
Thanks for the help, so far debayering is the only option I've noticed behaving differently. As a workaround I've been converting my inputs to grayscale before processing so it's not a pressing issue
Danke!
Hi Gero,
the bug is fixed. I created a new PSS version (0.9.3) and uploaded it to PyPi.
All the best, Rolf
Hi, I've been attempting to automate my workflow using the PSS CLI and discovered that I'm getting different results when running via GUI and CLI given the same set of configuration params. Mainly
--debayering Grayscale
still results in a color image.Confirming it was read properly by arg parser:
FIle is .mp4 format
full command for above output:
planetarysystemstacker DSC_0001_003.mp4 --debayering Grayscale --protocol_detail 2
Might just be missing something obvious