I recently purchased the camera above from Germany. I did not try it yet, but I am noticing what I think is abnormal noise in my dark frames. It would be great if somebody could take a look and either confirm my thoughts or convince me that my camera is actually working as expected.
For this test I am collecting 180s dark frames at -10C (or as much as it can cool in my apartment) in APT and Nina. I tried different gain and offset setting, HCG and LCG. "low-noise" mode is on. I tried with the native and Ascom driver.
You can find them at this link, I hope file names are self explanatory.
https://www.dropbox....t=w8lyrouz&dl=0
I would expect my dark frames to be narrow and to be centered at very low counts. Instead I observe a prominent tail on the high-counts side. The extent of the tail changes with temperature and setting used. I attach a screenshot where I compare a dark frame of 180s taken with my old ASI2600MM and one taken with the new camera. I think the difference in the histogram tail is evident. Both dark frames are taken with gain 100, despite they likely indicate different conversions. For the ASI2600MM, gain 100 is a very popular value. For the ToupTek I could not find a recommended gain, but I noticed this is the gain where the tail is weaker.
Next, I count hot pixels. For this I use the simple script provided here: https://pixinsight.c...t-pixels.16830/
This calculates the number of pixels above a threshold:
// RGB/K:
nhp += $T>hpt;
$T>hpt;
// Symbols:
hpt=0.8;nhp=global(+,0);
They are 5 for the Touptek and 9 for the ASI. Impressive, also considering there are 2.4X more pixels in the Touptek.
If I instead calculate the pixels that are above the median of neighboring pixels with:
// RGB/K:
nhp += $T>hpt*medfilt($T);
$T>hpt;
// Symbols:
hpt=3;nhp=global(+,0);
I obtain a staggering 7725 warm pixels for the Touptek versus 32 in the ZWO. This is consistent with the visual appearance of the dark frames, which is plenty of non-saturated white pixels.
What do you think? Is the camera defective? Am I using the wrong settings?
I reported my doubts to the seller on the same day I received the camera. Eight days have passed and so far they could not reply on this issue.
Thank you in advance for your help on this matter.