×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Strange warning in the CCD tab

  • Posts: 1957
  • Thank you received: 420
I just noticed this warning in the CCD tab. When I checked, the corresponding configuration setting was disabled. Did I miss an option somewhere?

Wouter


3 years 11 months ago #55201
Attachments:

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

I see there is one more place in line 2539 where ignoreJobProgress is set to true:
 // JM 2018-09-24: If this is the first job added
// We always ignore job progress by default.
if (jobs.isEmpty() && preview == false)
     ignoreJobProgress = true;

So that's probably related to your warning... I'll ask Wolfgang if he can look into this since he's currently refactoring the capture code.
The following user(s) said Thank You: Wouter van Reeven
3 years 11 months ago #55202

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

  • Posts: 1957
  • Thank you received: 420
Perhaps this is related to the fact that I have the FITS viewer disabled?
3 years 11 months ago #55206

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

  • Posts: 1187
  • Thank you received: 370
Hi Wouter,
looks like a bug. Could you please provide the log files?

Wolfgang
3 years 11 months ago #55220

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

  • Posts: 1957
  • Thank you received: 420
Thanks for looking into this Wolfgang. It is not much though. I was merely shooting darks and I noticed the warning.


Wouter
3 years 11 months ago #55222
Attachments:

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

  • Posts: 1187
  • Thank you received: 370
Hi Wouter,
that's really strange. This warning is issued when capturing is started and ignoreJobProgress is true, which is defined some lines above:
ignoreJobProgress = !capturedFramesMap.count() && Options::alwaysResetSequenceWhenStarting()
With your screenshot of the options dialog, ignoreJobProgress should be false and the warning would not appear. Hm. No idea...

Wolfgang
Last edit: 3 years 11 months ago by Wolfgang Reissenberger.
3 years 11 months ago #55226

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

  • Posts: 1957
  • Thank you received: 420
Thanks Wolfgang for the quick check. I agree that it is strange. However, it seems to be harmless so I will ignore it.


Clear skies, Wouter
3 years 11 months ago #55230

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

Time to create page: 0.259 seconds