scriptorron / indi_pylibcamera

INDI libcamera driver made in Python
MIT License
13 stars 4 forks source link

removed left shift of raw data #10

Closed scriptorron closed 1 year ago

scriptorron commented 1 year ago

Changing to right allignment was not a good idea: saturation detection does not work anymore. It seems there is nothing in FITS that tells how many bits are used and what the maximum pixel value is.

Reverting these changes!