×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Bias sbig frame not known

  • Posts: 41
  • Thank you received: 6
I have this problem when taking Bias frames. I had the same problem multiple times.

I have the latest installed kstars-bleeding from the ppa. Hardware is an SBIG ST8XME.

I made a sequence: dark, bias, light. Then made scheduler: go to object, align and capture. He aborts on trying to take the bias after having taken the darks successfully. When I make the whole thing without taking bias-frames no error.

This is piece of logging where error occurs. Last time I had this error too.

2016-08-24T22:40:50.529 - WARN - QObject::disconnect: (receiver name: 'Capture')
2016-08-24T22:40:50.531 - DEBG - Capture: "Capturing image..."
2016-08-24T22:40:50.552 - DEBG - SBIG CCD : "Taking 30s exposure on main camera... "
2016-08-24T22:40:50.575 - DEBG - SBIG CCD : "Unknown selected CCD frame type FRAME_BIAS "
2016-08-24T22:40:50.576 - DEBG - Capture: "Capture failed."
2016-08-24T22:40:50.577 - DEBG - Capture: "Restarting capture attempt #1"
2016-08-24T22:40:50.579 - DEBG - Capture: "Capturing image..."
2016-08-24T22:40:50.590 - DEBG - SBIG CCD : "Taking 30s exposure on main camera... "
2016-08-24T22:40:50.618 - DEBG - SBIG CCD : "Unknown selected CCD frame type FRAME_BIAS "
2016-08-24T22:40:50.621 - DEBG - Capture: "Capture failed."
2016-08-24T22:40:50.623 - DEBG - Capture: "Restarting capture attempt #2"
2016-08-24T22:40:50.624 - DEBG - Capture: "Capturing image..."
2016-08-24T22:40:50.631 - DEBG - SBIG CCD : "Taking 30s exposure on main camera... "
2016-08-24T22:40:50.668 - DEBG - SBIG CCD : "Unknown selected CCD frame type FRAME_BIAS "
2016-08-24T22:40:50.668 - DEBG - Capture: "Capture failed."
2016-08-24T22:40:50.670 - WARN - QObject::disconnect: No such signal ISD::CCD::newImage(QImage*)
2016-08-24T22:40:50.670 - WARN - QObject::disconnect: (receiver name: 'Capture')
2016-08-24T22:40:50.690 - DEBG - WARNING: Phonon::createPath: Cannot connect Phonon::MediaObject ( no objectName ) to Phonon::AudioOutput ( no objectName ).
2016-08-24T22:40:50.795 - DEBG - Aborting aboutToFinish handling.
2016-08-24T22:40:51.033 - DEBG - Scheduler: "HR And capture failed!"
2016-08-24T22:40:51.035 - DEBG - Scheduler: Find next job...

indiserver is this one:
2016-08-24T21:01:39: startup: indiserver
Usage: indiserver [options] driver [driver ...]
Purpose: server for local and remote INDI drivers
INDI Library: 1.2.0
Code $Rev$. Protocol 1.7.
The following user(s) said Thank You: Jasem Mutlaq
7 years 7 months ago #9764

Please Log in or Create an account to join the conversation.

  • Posts: 130
  • Thank you received: 11

Replied by Klaus on topic Bias sbig frame not known

SBIG does not offer taking bias frames on their cameras - means zero exposure time and shutter closed. You can only take a fake bias with the shortest exposure time available. AFAIK the bias is taken into account internally in the camera.

CS
Klaus
7 years 7 months ago #9766

Please Log in or Create an account to join the conversation.

  • Posts: 2876
  • Thank you received: 809
An alternative that I do is to just subtract the master dark frame from the light frames. Since it includes the bias, it has the same effect as subtracting the master bias frame from both the light frames and dark frames and then subtracting the master dark frame from the light frames. Now if you divide the light frames by flat frames, there can be an issue because then you are no longer just subtracting and the bias would not just cancel out. One solution is to subtract dark frames from the flat frames first so there is no bias in the flat frames. They of course would be much shorter darks (almost bias frames). This would allow you to not even have to worry about actual bias frames.
7 years 7 months ago #9767

Please Log in or Create an account to join the conversation.

Bias frames are absolutely supported within the driver. This was a copy/paste error and is now fixed. Thanks for the report! You can test it again tomorrow.
7 years 7 months ago #9775

Please Log in or Create an account to join the conversation.

  • Posts: 130
  • Thank you received: 11

Replied by Klaus on topic Bias sbig frame not known

Page 11 of the SBIG Universal Driver docu states that whenever you request an exposure shorter than the minimum exposure time (which is always greater and never equal to zero) you get an image with minimum exposure time and this is never a real bias! You may say that the INDI driver supports it by requesting a zero exposure image from the cam but what you get is different from what you expect. Correct me if I'm wrong but than please give me the technical details of how to get a real bias from my ST402. BTW, the SBIG Windows app does not offer taking bias images, at least not in an obvious way. Imagine why.

CS
Klaus
7 years 7 months ago #9783

Please Log in or Create an account to join the conversation.

It is captured at the minimum exposure length offered by the camera. The error reported above is not related to this issue but a simple programming error. I will add this information about the bias frames to the SBIG driver page so that folks are aware of this issue in case they opt to take a "bias" frame.
The following user(s) said Thank You: Klaus
7 years 7 months ago #9784

Please Log in or Create an account to join the conversation.

Time to create page: 0.721 seconds