Feed Advanced Search

May 31 2020

wreissenberger abandoned D29836: Code refactoring unifying capture initialization for new sequences and continuing of sequences.

Created a merge-request on invent.kde.org, this one is obsolete. Thanks for your support, @TallFurryMan !!

May 31 2020, 7:02 PM · KDE Edu
wreissenberger added a comment to D29836: Code refactoring unifying capture initialization for new sequences and continuing of sequences.

Many thanks for your explanation, Yuri. But if I get it right, this leads to a new clone of KStars. I just tried to import my GitHub project to Gitlab. This worked fine, but it has no linkage to its new upstream master on Gitlab. Is there a solution for this?

May 31 2020, 2:59 PM · KDE Edu
wreissenberger added a comment to D29836: Code refactoring unifying capture initialization for new sequences and continuing of sequences.

Great work Wolfgang, this indeed requires quite a bit of testing. Can you submit it directly to Gitlab? https://invent.kde.org/education/kstars

I need a little bit of support how to create a new merge request on gitlab. I've imported my kstars clone from Github, but it does not know its upstream repository.

May 31 2020, 2:33 PM · KDE Edu
wreissenberger requested review of D29836: Code refactoring unifying capture initialization for new sequences and continuing of sequences.
May 31 2020, 12:00 PM · KDE Edu

Apr 28 2020

wreissenberger accepted D29008: Use the mount Pier Side property to manage Pier Flip.

Tests last night where positive, the meridian flip went flawless.

Apr 28 2020, 3:44 AM · KDE Edu

Apr 21 2020

wreissenberger added a comment to D29008: Use the mount Pier Side property to manage Pier Flip.

I did a first test with the simulator, everything seems to work smoothly.

Apr 21 2020, 7:45 PM · KDE Edu

Apr 13 2020

wreissenberger requested review of D28788: Option to acquire the guiding status from PHD2 to stay in sync.
Apr 13 2020, 8:04 AM · KDE Edu

Apr 10 2020

wreissenberger updated the summary of D28735: Mount box layout corrected so that everything fits well into the window.
Apr 10 2020, 10:40 PM · KDE Edu
wreissenberger updated the summary of D28735: Mount box layout corrected so that everything fits well into the window.
Apr 10 2020, 10:26 PM · KDE Edu
wreissenberger requested review of D28735: Mount box layout corrected so that everything fits well into the window.
Apr 10 2020, 10:19 PM · KDE Edu

Jan 13 2020

wreissenberger added a comment to D26641: Align property labels in the INDI dialog vertically on top.
before (vertically centered)after (vertically aligned to top)
Jan 13 2020, 9:58 PM · KDE Edu
wreissenberger added a reviewer for D26641: Align property labels in the INDI dialog vertically on top: mutlaqja.
Jan 13 2020, 9:18 PM · KDE Edu
wreissenberger requested review of D26641: Align property labels in the INDI dialog vertically on top.
Jan 13 2020, 9:17 PM · KDE Edu

Dec 28 2019

wreissenberger requested review of D26263: Minor corrections to capture, scheduler and mount.
Dec 28 2019, 9:48 PM · KDE Edu

Dec 9 2019

wreissenberger added a comment to D25380: Abort plate solving when slewing is detected.

OK, problem found. For small slews it might slip through the intervals where processNumber(...) is called. I think a shorter polling period will make this less likely to happen, but it won't heal it.

Dec 9 2019, 7:21 AM · KDE Edu

Dec 1 2019

wreissenberger added a comment to D25645: New UI to allow the user to modify the stretch being used..

Very nice work, Hy, many thanks!!
I fully agree to that what Jasem and Robert have said.

Dec 1 2019, 10:07 PM · KDE Edu

Nov 24 2019

wreissenberger added a comment to D25497: Fix bug re filter-change-autofocus.

Ah, sorry, you're right. Forget my comment please.

Nov 24 2019, 10:50 PM · KDE Edu
wreissenberger added inline comments to D25497: Fix bug re filter-change-autofocus.
Nov 24 2019, 10:22 PM · KDE Edu
wreissenberger added a comment to D25497: Fix bug re filter-change-autofocus.

I tested this situation both with and without this diff. Without this diff, I could reproduce the problem that you described.

Nov 24 2019, 8:56 PM · KDE Edu
wreissenberger added a comment to D25380: Abort plate solving when slewing is detected.

Yes, I agree. But this is just another sanity check. i.e. if the mount is slewing after settling time timeout, then something is very wrong and the state changes to ALIGN_SLEWING... after which is will actually end up calling settling again.

Sorry for being stubborn, but I don't see how this could happen. If the mount changes from tracking to slewing before we reach the end of the settling time, it should have been already detected by processNumber() or processSwitch().

Nov 24 2019, 12:56 PM · KDE Edu

Nov 23 2019

wreissenberger requested review of D25498: Bugfix for re-connecting a weather device initializes the weather display.
Nov 23 2019, 10:42 PM · KDE Edu
wreissenberger added a comment to D25380: Abort plate solving when slewing is detected.

It would not disturb, but it is partly redundant. The current change covers all, but vice versa if the settling time is too short, it will slip through. I only would avoid having both - with the perspective to future maintainability.

Nov 23 2019, 10:52 AM · KDE Edu

Nov 22 2019

wreissenberger added a comment to D25380: Abort plate solving when slewing is detected.

Good point, this would at least cover the cases where a new IPS_BUSY occurs during settling time. That would mean for users that see this happen they simply could increase the settling time.

Nov 22 2019, 5:34 AM · KDE Edu

Nov 21 2019

wreissenberger requested review of D25452: Reset guiding calibration if the mount moves and "Always Reset Guide Calibration" option is set..
Nov 21 2019, 10:34 PM · KDE Edu

Nov 20 2019

wreissenberger added a comment to D25380: Abort plate solving when slewing is detected.
  1. After settle-ms is complete, it captures an image to solve. I propose that in step 5, we do another sanity check. We check if mount is _still_ tracking or not. If not, then we bail and wait until it stops. Does this sounds like a reasonable solution?

I would say that is already covered, since the align module receives all events regarding to the mount status and reacts immediately upon these events. The only thing that might happen is that it receives the update while it is already capturing.

Nov 20 2019, 2:37 PM · KDE Edu
wreissenberger added a comment to D25380: Abort plate solving when slewing is detected.

Good point, so let's be careful with the core INDI driver. That's why I thought it would be safer making the align module more robust rather than tweaking the INDI driver, without knowing exactly the consequences...

Nov 20 2019, 9:22 AM · KDE Edu
wreissenberger added a comment to D25380: Abort plate solving when slewing is detected.

@mutlaqja: I think the origin of the star trails is a behavior of many mounts that you fixed for iOptron. I observed a "hickup" in the logs of a 10micron mount, where EQUATORIAL_EOD_COORD shows the following status after a slew is issued:

  • IS_BUSY
  • IS_OK
  • IS_BUSY
  • IS_BUSY
  • ...

My explanation is the following: when a slew command is issued, the immediate status response is IS_BUSY - so everything is fine at this stage. This is the standard behavior of inditelescope.cpp, which many mounts use as basis.

Nov 20 2019, 6:02 AM · KDE Edu

Nov 19 2019

wreissenberger updated the diff for D25380: Abort plate solving when slewing is detected.

Handle mount motions during plate solving and abort when a mount motion is detected. As soon as the motion has finished, aligning continues.

Nov 19 2019, 7:31 PM · KDE Edu
wreissenberger added a comment to D25380: Abort plate solving when slewing is detected.

You are right, the motion commands are not detected, since INDI handles them in a different way. If you issue a slew command in the mount box, it should work.

Nov 19 2019, 6:41 AM · KDE Edu

Nov 18 2019

wreissenberger accepted D25318: Update the auto-stretch scheme and UI.

Works fine for me.

Nov 18 2019, 10:49 PM · KDE Edu
wreissenberger requested review of D25380: Abort plate solving when slewing is detected.
Nov 18 2019, 9:03 PM · KDE Edu

Nov 4 2019

wreissenberger accepted D25138: Keeping track of download times for more reliable time estimates..

Well done!

Nov 4 2019, 8:22 PM · KDE Edu
wreissenberger accepted D25138: Keeping track of download times for more reliable time estimates..

Looks good! I suggested a minor change, but we can survive without.

Nov 4 2019, 11:23 AM · KDE Edu

Nov 3 2019

wreissenberger added a comment to D25133: Handle guiding problems during dithering.

It looks like this would give the user duplicate messages on success or failure of dithering.

That's not the case. I added a logging message to improve debugging, but it is not shown in the message frame of the INDI Client.

Nov 3 2019, 11:16 PM · KDE Edu
wreissenberger requested review of D25133: Handle guiding problems during dithering.
Nov 3 2019, 8:49 PM · KDE Edu

Nov 2 2019

wreissenberger updated the test plan for D25105: Dithering while crossing the meridian recognized as guiding.
Nov 2 2019, 5:04 PM · KDE Edu
wreissenberger updated the diff for D25105: Dithering while crossing the meridian recognized as guiding.
  • Resume capture after dithering only if nothing else happened inbetween
  • Dead code removed
Nov 2 2019, 4:51 PM · KDE Edu
wreissenberger planned changes to D25105: Dithering while crossing the meridian recognized as guiding.

When dithering is interrupted in the middle of a capture sequence, both the Capture module and the Schedule module restart capturing, which needs to be fixed.

Nov 2 2019, 3:36 PM · KDE Edu

Nov 1 2019

wreissenberger requested review of D25110: Ensure that guiding is running when capture is started.
Nov 1 2019, 9:25 PM · KDE Edu
wreissenberger requested review of D25105: Dithering while crossing the meridian recognized as guiding.
Nov 1 2019, 12:51 PM · KDE Edu

Oct 31 2019

wreissenberger accepted D25060: Fixing ASTAP Path on OS X and Setting Autostar as default for PHD2 Guiding.

Accepted.

Oct 31 2019, 9:44 PM · KDE Edu
wreissenberger added a comment to D25060: Fixing ASTAP Path on OS X and Setting Autostar as default for PHD2 Guiding.

Yepp, that's it. Well done, Robert!

Oct 31 2019, 9:43 PM · KDE Edu
wreissenberger requested changes to D25060: Fixing ASTAP Path on OS X and Setting Autostar as default for PHD2 Guiding.

At least for the internal guider, guideView->setTrackingBoxEnabled(false) is not sufficient. This method does not clear the guiding star position, the tracking box remains where it was.

Oct 31 2019, 7:38 PM · KDE Edu
wreissenberger added a comment to D25060: Fixing ASTAP Path on OS X and Setting Autostar as default for PHD2 Guiding.

Hm, unfortunately, the CCD simulator does not turn the frame upside down after a meridian flip. So after a flip, the stars are exactly the same, what makes it difficult to test. Any ideas?

Oct 31 2019, 7:15 PM · KDE Edu
wreissenberger added a comment to D25060: Fixing ASTAP Path on OS X and Setting Autostar as default for PHD2 Guiding.

We could just shut off / clear the tracking box position, so then it will be as if the tracking star had not been selected. I actually am thinking this makes more sense than turning on the autostar checkbox from a user's perspective because basically the old tracking star position is no longer valid so the box should just disappear.

Very good idea, far better than setting the checkbox!

Oct 31 2019, 5:23 AM · KDE Edu

Oct 30 2019

wreissenberger added a comment to D25060: Fixing ASTAP Path on OS X and Setting Autostar as default for PHD2 Guiding.

I'm not sure if we should change the KStars/Ekos default for checking the autostar box. Currently the default is false, I just checked.

I would warmly recommend changing the default behaviour to auto-star.

Oct 30 2019, 11:05 PM · KDE Edu
wreissenberger added a comment to D25060: Fixing ASTAP Path on OS X and Setting Autostar as default for PHD2 Guiding.

I reported the issue to Rob. The issue comes up only if the "auto star" button is unchecked in the Guide tab. For me, 4 or 5 nights in a row last week I failed to guide after a meridian flip until I looked into the code and logs and discovered the root cause.

It would be great if you could share details, since I tried to reproduce the case without success. I had the "auto star" button unselected and checked it

  1. with a scheduler running - no success (I think the scheduler sets the button automatically)
  2. only with the Capture module running with pulse guiding - no success
  3. same, but ST4 guiding - no success

So either there is a magic option in EKOS/PHD2 or a newer version of PHD2 that makes the difference.

Oct 30 2019, 5:01 PM · KDE Edu
wreissenberger added a comment to D25060: Fixing ASTAP Path on OS X and Setting Autostar as default for PHD2 Guiding.

@lancaster: I cannot reproduce the problem you described. With the latest KStars and latest PHD2, everything runs fine. After a meridian flip, in all cases I tried, PHD2 automatically selects a new star after the flip. Could you please give advise for a test case where PHD2 sticks to the old position?

Oct 30 2019, 11:33 AM · KDE Edu

Oct 28 2019

wreissenberger updated the diff for D25007: Making display of x axis cofigurable.

Auto scale instead of show x axis reverses the logic

Oct 28 2019, 9:42 PM · KDE Edu
wreissenberger added a comment to D25007: Making display of x axis cofigurable.

Maybe you mean "Auto Scale Y-axis or value-axis" ?

That sounds best. But in this case, the logic is vice versa. When then check box is selected, the value axis is scaled to [min, max], right?

Oct 28 2019, 6:21 PM · KDE Edu
wreissenberger added a comment to D25007: Making display of x axis cofigurable.

I'm still not sure what "show x axis" means exactly.

Oct 28 2019, 3:51 PM · KDE Edu
wreissenberger added a reviewer for D25007: Making display of x axis cofigurable: mutlaqja.
Oct 28 2019, 2:45 PM · KDE Edu
wreissenberger requested review of D25007: Making display of x axis cofigurable.
Oct 28 2019, 2:44 PM · KDE Edu

Oct 19 2019

wreissenberger added a reviewer for D24772: Immediate refresh weather data on startup: mutlaqja.
Oct 19 2019, 8:28 AM · KDE Edu
wreissenberger requested review of D24772: Immediate refresh weather data on startup.
Oct 19 2019, 8:27 AM · KDE Edu

Oct 17 2019

wreissenberger added a comment to D24702: Bugfixing and small enhancements for weather display.

The reason is that openweathermap has an update period of 60 secs. And other than the WeatherSimulator does not initially update the sensor values but waits for the update period until the values are read for the first time.

Oct 17 2019, 9:45 PM · KDE Edu
wreissenberger added a comment to D24702: Bugfixing and small enhancements for weather display.

At least I didn‘t change anything there. It depends on the frequency how often the INDI driver updates its data.

Oct 17 2019, 6:45 AM · KDE Edu

Oct 16 2019

wreissenberger updated the summary of D24702: Bugfixing and small enhancements for weather display.
Oct 16 2019, 4:09 PM · KDE Edu
wreissenberger requested review of D24702: Bugfixing and small enhancements for weather display.
Oct 16 2019, 4:09 PM · KDE Edu
wreissenberger added a comment to D24528: Weather sensor data graph display.

I think one additional improvement for the future is to include the time in the tooltip as well instead of trying to gauge when exactly was this moment in time by looking at the horizontal axis.

I know, but I was not so sure if I get it right in one iteration with local time etc and all this stuff.

Oct 16 2019, 12:42 PM · KDE Edu

Oct 15 2019

wreissenberger updated the diff for D24528: Weather sensor data graph display.
  • Add the option to clear the sensor data history
  • Bug fixing of the display when no weather or no dome is present
Oct 15 2019, 9:35 PM · KDE Edu

Oct 12 2019

wreissenberger planned changes to D24528: Weather sensor data graph display.

Great! now it works just fine. I think the only thing missing is a small clear button to reset all the data.

OK, update will come.

Oct 12 2019, 9:17 AM · KDE Edu

Oct 11 2019

wreissenberger added a comment to D24528: Weather sensor data graph display.

I also noticed another issue.. because there is warning, I see count-down.. however, there are no actions to take so why is there a count-down? it counts down to what?

That's not so easy to fix. Will be handled in a separate diff.

Oct 11 2019, 9:07 PM · KDE Edu
wreissenberger updated the diff for D24528: Weather sensor data graph display.
  • Immediate replot sensor graph after rescaling axes
  • Show graph value as tool tip, display optimization
Oct 11 2019, 9:05 PM · KDE Edu

Oct 10 2019

wreissenberger added a comment to D24528: Weather sensor data graph display.

also, I think instead of displaying the tooltip in the graph, it should be like the guide graph in the sense that it displays the reading value @ time. Then it's very useful to know the exact value at a particular time stamp.

Good point, I will do it.

Oct 10 2019, 8:27 PM · KDE Edu
wreissenberger added a comment to D24528: Weather sensor data graph display.

It seems there is problem when switching between weather parameters, check video below.

Repainting the entire graph happens with a certain delay - I have to investigate this whether it is possible to accelerate it. And I think it makes sense having the 0-line always visible.

Oct 10 2019, 8:26 PM · KDE Edu

Oct 9 2019

wreissenberger added a comment to D24528: Weather sensor data graph display.

Here a screenshot of the new graphs:

Oct 9 2019, 9:46 PM · KDE Edu
wreissenberger requested review of D24528: Weather sensor data graph display.
Oct 9 2019, 9:39 PM · KDE Edu

Oct 3 2019

wreissenberger requested changes to D19998: Remove bypass of preliminary steps when no light frames are needed..

... but it needs to rebased manually. @TallFurryMan: I slightly doubt that it is worth the effort...

Oct 3 2019, 11:55 AM · KDE Edu
wreissenberger added a comment to D19998: Remove bypass of preliminary steps when no light frames are needed..

Hm, indifferent. It does not seem like there is burning request for this feature. So never touch a running system?

Oct 3 2019, 11:51 AM · KDE Edu
wreissenberger updated the diff for D24232: Hitting a constraint sets a job to IDLE instead of COMPLETE so that it might be restarted later.

Some code cleanup

Oct 3 2019, 9:01 AM · KDE Edu
wreissenberger planned changes to D24232: Hitting a constraint sets a job to IDLE instead of COMPLETE so that it might be restarted later.

Looks good, I update the commented parts and re-submit the diff.

Oct 3 2019, 8:44 AM · KDE Edu

Sep 30 2019

wreissenberger requested changes to D24257: PHD2 Enhancements.

With "receive external guide frames" selected:

  1. pushing the "Capture" button in the Guide module creates an assertion failure in PHD2::captureSingleFrame().
  2. pushing the "Loop" button shows the warning "PHD2 Error: could not start looping", but PHD2 starts looping.
Sep 30 2019, 1:31 PM · KDE Edu

Sep 28 2019

wreissenberger added a comment to D24257: PHD2 Enhancements.

We don't really want to be disabling cameras that are connected to Ekos unless they are actually being used in PHD2 as a guide camera I would think? The images are received and displayed in fits viewer because PHD2 hasn't said that that is the guide camera yet.

Personally, I do not like it when the FITS viewer pops up with the image from the guiding camera - no matter in what state Ekos and PHD2 are. I am not fully aware of all the consequences what happens if it is turned off.

Sep 28 2019, 10:09 AM · KDE Edu
wreissenberger accepted D24257: PHD2 Enhancements.

Changing to contains method

Fine, that solved the problem. I am using the latest PHD2 version 2.6.6dev2. Maybe they changed something.

Sep 28 2019, 10:06 AM · KDE Edu

Sep 27 2019

wreissenberger added inline comments to D24257: PHD2 Enhancements.
Sep 27 2019, 11:55 PM · KDE Edu
wreissenberger added a comment to D24257: PHD2 Enhancements.

Fixing i18n

Great, thanks! But I now do not understand why this happens:
2019-09-28T01:24:39 PHD2's current camera: INDI Camera [Guide Simulator], is NOT connected to Ekos. It does not need to be connected, the PHD2 Guide Star Image should still be received.
This message always comes when I press "Connect" in the EKOS guiding module.

Sep 27 2019, 11:30 PM · KDE Edu
wreissenberger added a comment to D24257: PHD2 Enhancements.

One behavior that seems to be new: if PHD2 is not connected to EKOS and PHD2 is looping, the images of the guiding camera are displayed in the FITS viewer. Is there a reason behind or is it simply a bug?

Sep 27 2019, 11:24 PM · KDE Edu
wreissenberger added a comment to D24257: PHD2 Enhancements.

Looks good! There is one warning that seems to have a problem:
PHD2's current camera: Simulator(I18N_ARGUMENT_MISSING), is NOT connected to Ekos. It does not need to be connected, the PHD2 Guide Star Image should still be received.

Sep 27 2019, 6:40 PM · KDE Edu

Sep 26 2019

wreissenberger added a comment to D24151: Summary: Connect Scheduler sleep timer to Simulation Clock scale change..

I do not think it is super necessary. A user who is using KStars for astrophotography normally does not play around with the simulation clock. A message in the log should be a good compromise.

Sep 26 2019, 8:06 AM · KDE Edu

Sep 25 2019

wreissenberger added a comment to D22446: Adding error handling strategy control to Scheduler.

Please check D24232, this should hopefully fix the regressions we discussed here.

Sep 25 2019, 9:27 PM · KDE Edu
wreissenberger requested review of D24232: Hitting a constraint sets a job to IDLE instead of COMPLETE so that it might be restarted later.
Sep 25 2019, 9:26 PM · KDE Edu
wreissenberger updated the diff for D24064: Handling of aborts during parking/unparking of rolloff roofs corrected.

... hopefully the last i18n

Sep 25 2019, 4:16 PM · KDE Edu
wreissenberger updated the diff for D24064: Handling of aborts during parking/unparking of rolloff roofs corrected.

... and now also in the dome model.

Sep 25 2019, 4:10 PM · KDE Edu
wreissenberger updated the diff for D24064: Handling of aborts during parking/unparking of rolloff roofs corrected.

i18n arguments corrected (now hopefully complete)

Sep 25 2019, 4:05 PM · KDE Edu

Sep 24 2019

wreissenberger added a comment to D24064: Handling of aborts during parking/unparking of rolloff roofs corrected.

i18n message arguments corrected

Sep 24 2019, 7:35 PM · KDE Edu
wreissenberger updated the diff for D24064: Handling of aborts during parking/unparking of rolloff roofs corrected.

i18n message for observatory handling corrected

Sep 24 2019, 7:34 PM · KDE Edu

Sep 23 2019

wreissenberger added a comment to D22446: Adding error handling strategy control to Scheduler.

OK, I found the problem with hitting a constraint. In this case the Scheduler calls stop() which sets the job to ABORTED. That's explains the behaviour.

Sep 23 2019, 6:55 AM · KDE Edu

Sep 21 2019

wreissenberger added a comment to D22446: Adding error handling strategy control to Scheduler.

[2019-09-20T04:54:00.721 EEST INFO ][ org.kde.kstars.ekos.scheduler] - "Job 'NGC1491' is now approaching astronomical twilight rise limit at pe syysk. 20 04:54:00 2019 (0 minutes safety margin), marking aborted."

Looks like at least the log warning is wrong. Assuming that @jpaana has the latest version, that's strange.

Sep 21 2019, 5:50 PM · KDE Edu
wreissenberger added a comment to D22446: Adding error handling strategy control to Scheduler.

So we try to set jobs to COMPLETED based on frame count, we make sure we do not touch the frame count except when receiving a frame or recounting storage frames, and we do that state change when starting evaluation only? In other words, we never complete jobs during execution? The problem with states is that we must not jitter between values needlessly. Do you have a state diagram in head?

Let me give a try defining COMPLETED for a sequence job seq_j:

Sep 21 2019, 9:32 AM · KDE Edu

Sep 20 2019

wreissenberger added a comment to D22446: Adding error handling strategy control to Scheduler.

I agree. It is a regression from this diff, isn't it?

Well, some kind of. Before my diff, these where set to "aborted", which was also wrong from my perspective.

Sep 20 2019, 7:19 PM · KDE Edu
wreissenberger added a comment to D22446: Adding error handling strategy control to Scheduler.

Hm, quite complicated. Has this ever worked? Nevertheless, I think when running multi-day-schedules, I would use "Remember job progress". In that case I think this situation would not happen.

Sep 20 2019, 6:07 AM · KDE Edu

Sep 19 2019

wreissenberger added a comment to D22446: Adding error handling strategy control to Scheduler.

Second regression observed minutes ago: when restarting after sleeping, all jobs are re-scheduled, even completed ones. I need to remove the jobs that were completed last night manually, or use Remember job progress.

Sep 19 2019, 5:48 AM · KDE Edu
wreissenberger added a comment to D23892: Fix HFR calculation, add HFR on focus view, adjust focus UI..

Makes sense?

Good idea, far better!

Sep 19 2019, 5:00 AM · KDE Edu

Sep 18 2019

wreissenberger requested review of D24064: Handling of aborts during parking/unparking of rolloff roofs corrected.
Sep 18 2019, 8:42 PM · KDE Edu
wreissenberger added a comment to D22446: Adding error handling strategy control to Scheduler.

OK, understood. But why did it happen that no frame has been captured? Was it due to the case that as soon as it would have been there turn to be started, they already hit their altitude or twilight limit, right?

Sep 18 2019, 5:59 PM · KDE Edu
wreissenberger added a comment to D22446: Adding error handling strategy control to Scheduler.

When job #12 crossed the altitude restriction at 15° while focusing, it was incorrectly set to completed instead of aborted (KO).
When job #13 crossed the altitude restriction at 14.3° before starting, it was incorrectly set to completed instead of aborted (KO).

That's how it was intended from my side (see our discussion here).
I think I got your point now with the multi-day-schedules. As soon as a job is marked with JOB_COMPLETE, it will not be started the next night when the scheduler keeps running for more than one night.

Sep 18 2019, 2:51 PM · KDE Edu

Sep 15 2019

wreissenberger accepted D23892: Fix HFR calculation, add HFR on focus view, adjust focus UI..
Sep 15 2019, 2:04 PM · KDE Edu
wreissenberger added a comment to D23892: Fix HFR calculation, add HFR on focus view, adjust focus UI..

Awesome job, Eric!

Sep 15 2019, 2:04 PM · KDE Edu

Sep 11 2019

wreissenberger accepted D23869: Implement customizable dusk and dawn offsets..

Very nice idea, Eric - well done!

Sep 11 2019, 1:31 PM · KDE Edu