Page 1 of 1

RAW images with SharpCap

Posted: Mon Apr 03, 2017 10:57 am
by JAC
I have a 12 bit mono camera (ZWO ASI174MM)
I have been using this with SharpCap to profile LED and Laser light sources.

I need to save the images without expanding the dynamic range to 16 bits.
Just copying the 12 bit colour space into the 16 bit one is okay.

I suspect if I apply gamma correction the image will be distorted?

Any suggestions?

Jeff

Re: RAW images with SharpCap

Posted: Mon Apr 03, 2017 7:58 pm
by admin
Hi Jeff,

not really possible I'm afraid as the ZWO camera (like quite a few others) stretches the 12 bit range to 16 bits inside the camera SDK. Your best bet would be to capture to FITS and then post process the data by dividing every pixel by 16.

I don't know how linear these sensors are in the first place, but you are correct that applying a gamma will definitely make them non-linear.

cheers,

Robin