Feed Advanced Search

Mar 27 2019

wreissenberger updated the diff for D20029: Capture counting corrected.

I think I found a way to correct the counting of frames for the case that remembering is ticked off.

Mar 27 2019, 11:19 PM · KDE Edu
wreissenberger added a comment to D19648: Keep GUI parameters for scheduler and capture in sync with row selection.

https://bugs.kde.org/show_bug.cgi?id=405901 related?

As mentioned above, right, this is an existing problem, but this diff neither addresses it nor makes it worse. Should be fixed separately.

Mar 27 2019, 8:47 PM · KDE Edu
wreissenberger added a comment to D20029: Capture counting corrected.

Well, filling the map in any cases will not help, because the intention of not ticking "Remember progress" is exactly, that we start counting from zero - no matter how many are in the file system.

Mar 27 2019, 4:07 PM · KDE Edu
wreissenberger added a comment to D20029: Capture counting corrected.

Your comment about capture_completed is right, I'm trying to fix it. The problem is, that captures_completed = schedJob->getCompletedCount() is called for each sequence job entry and added to totalCompletedCount, i.e. the total amount of the entire capture run is added multiply.

Mar 27 2019, 1:10 PM · KDE Edu
wreissenberger added a comment to D20001: Simplifying Scheduler.

@TallFurryMan: Absolutely not, that's the nature of discussion. And I appreciate the ambition of making a sports car out of it :-)

Mar 27 2019, 8:03 AM · KDE Edu

Mar 26 2019

wreissenberger added a comment to D20001: Simplifying Scheduler.

OK, @TallFurryMan , I give up :-) Here is the alternative with the score calculations shifted to SchedulerJob: D20068.

Mar 26 2019, 7:31 PM · KDE Edu
wreissenberger requested review of D20068: Shifted scheduler job specific scorings from Scheduler to SchedulerJob.
Mar 26 2019, 7:28 PM · KDE Edu
wreissenberger accepted D20058: Fix altitude restriction log and allow restriction down to -15 degrees.

OK, agreed.

Mar 26 2019, 6:47 PM · KDE Edu
wreissenberger updated the diff for D19648: Keep GUI parameters for scheduler and capture in sync with row selection.

Removal of table dis-/enabling completed.

Mar 26 2019, 6:37 PM · KDE Edu
wreissenberger updated the diff for D19648: Keep GUI parameters for scheduler and capture in sync with row selection.

Active job selected, enabling/disabling queue tables removed.

Mar 26 2019, 6:29 PM · KDE Edu
wreissenberger added a comment to D20029: Capture counting corrected.

By the way: I found out that the null pointer exception occurs also when there is only one scheduler entry. So I think it's quite urgent that we at least fix this issue...

Mar 26 2019, 8:55 AM · KDE Edu
wreissenberger added a comment to D20058: Fix altitude restriction log and allow restriction down to -15 degrees.

Better than the rather arbitrary limit of 15. But why -15 and not -90? And what about changing the maximum to 90 instead of 89.9?

Mar 26 2019, 8:50 AM · KDE Edu
wreissenberger added a comment to D19648: Keep GUI parameters for scheduler and capture in sync with row selection.

Currently I am reluctant interfering directly since I am not really familiar with style sheets. I understand that it follows the CSS syntax, but I do not want to override a single place with fixed values.

Mar 26 2019, 8:47 AM · KDE Edu

Mar 25 2019

wreissenberger added a comment to D19648: Keep GUI parameters for scheduler and capture in sync with row selection.

Now rows might only be selected when capture or scheduler are idle.

Mar 25 2019, 8:38 PM · KDE Edu
wreissenberger updated the diff for D19648: Keep GUI parameters for scheduler and capture in sync with row selection.

Job table disabled when capture or scheduler are running

Mar 25 2019, 8:36 PM · KDE Edu
wreissenberger requested review of D20029: Capture counting corrected.

Please check my comments, from my point of view everything should be fine.

Mar 25 2019, 3:38 PM · KDE Edu

Mar 24 2019

wreissenberger updated the summary of D20029: Capture counting corrected.
Mar 24 2019, 10:03 PM · KDE Edu
wreissenberger requested review of D20029: Capture counting corrected.
Mar 24 2019, 9:59 PM · KDE Edu
wreissenberger added a comment to D20001: Simplifying Scheduler.

Right, that's what I first thought. But does it really make sense that a scheduler job rates its own score? Shouldn't be the rating of a job something that we would like to keep outside of a single job? That's why I came up with the idea to shift it to a separate class being associated with the Scheduler keeping the scoring logic.

Mar 24 2019, 3:52 PM · KDE Edu
wreissenberger added a comment to D19998: Remove bypass of preliminary steps when no light frames are needed..

Hm, seems like both changing it and leaving it have good arguments. What about if we freeze the scheduler, leave it currently as it is and concentrate on refactoring as begun in D20001? Doing both in parallel might be too much...

Mar 24 2019, 12:49 PM · KDE Edu
wreissenberger planned changes to D19648: Keep GUI parameters for scheduler and capture in sync with row selection.

Ouch, that's embarrassing to admit, but I simply forgot to test this case :(
I'm afraid, scheduler and capture take the values at least partially directly from the UI and not from the model.

Mar 24 2019, 12:29 PM · KDE Edu
wreissenberger added a comment to D20001: Simplifying Scheduler.

I have done both. But relocating the functionality to SchedulerJob has the problem, that calculations for weather and darkness are not specific to a scheduler job. In fact, weather and darkness are properties of the entire schedule, not of the single scheduler job.
And yes, the idea points exactly in that direction that we may have several ones. In fact we have two: one where the sequence is set manually and one where the sequence is sorted by altitude. But both use the same scoring strategy. See ScheduleStrategy as base class.

Mar 24 2019, 10:45 AM · KDE Edu

Mar 23 2019

wreissenberger added a comment to D19998: Remove bypass of preliminary steps when no light frames are needed..

This does not work with multi-night setup. Suppose I have a scheduler list with Light + Calibration frames at the end. When I run it daily, I expect it to finish whatever is left. If only calibration frames are left what happens? It tracks and focus and guide on what? What if I only had dark frames left?

What type of setup do you have in mind? In case that there is a separate scheduler job for the calibration frames, it simply depends, whether guiding etc. is selected in the scheduler job. If it is not selected, no guiding will happen, right?

Mar 23 2019, 10:40 PM · KDE Edu
wreissenberger updated the diff for D19648: Keep GUI parameters for scheduler and capture in sync with row selection.

Rebased on the current head. From my perspective, it is mature enough to be merged into master.

Mar 23 2019, 3:52 PM · KDE Edu
wreissenberger accepted D19998: Remove bypass of preliminary steps when no light frames are needed..

Makes sense, it's more obvious this way. If somebody enforces guiding while capturing flats etc - he should know what he is doing.

Mar 23 2019, 3:44 PM · KDE Edu
wreissenberger requested review of D20001: Simplifying Scheduler.
Mar 23 2019, 3:13 PM · KDE Edu

Mar 17 2019

wreissenberger added a comment to D19528: Making Scheduler robust against guiding problems.

This diff contains a severe bug. Please apply D19840 to resolve it.

Mar 17 2019, 6:46 PM · KDE Edu
wreissenberger requested review of D19840: Bugfix: proper usage of abort() for finishing a capture sequence queue.
Mar 17 2019, 6:41 PM · KDE Edu
wreissenberger added a comment to D19794: Bugfix #405325: Keeping meridian flip in capture and mount in sync..

At any rate, is this good to go now and reliable?

From my perspective, yes.

Mar 17 2019, 3:43 PM · KDE Edu
wreissenberger updated the diff for D19794: Bugfix #405325: Keeping meridian flip in capture and mount in sync..

Value changes to meridian flip setup exposed to D-Bus

Mar 17 2019, 3:17 PM · KDE Edu
wreissenberger added a comment to D19648: Keep GUI parameters for scheduler and capture in sync with row selection.

Now the activation of buttons should prevent moving list entries when the scheduler is running. But in both the scheduler and in the capture module, enabling/disabling buttons is distributed. Should be cleaned up somewhen...

Mar 17 2019, 2:32 PM · KDE Edu
wreissenberger updated the diff for D19648: Keep GUI parameters for scheduler and capture in sync with row selection.
  • Moving sequences enabled only if state is idle
  • Typo in job selection corrected
Mar 17 2019, 2:29 PM · KDE Edu
wreissenberger planned changes to D19794: Bugfix #405325: Keeping meridian flip in capture and mount in sync..

OK, understood. I will change the signal handling such that they are using the D-Bus.

Mar 17 2019, 1:49 PM · KDE Edu
wreissenberger planned changes to D19648: Keep GUI parameters for scheduler and capture in sync with row selection.

Good point, I will check enabling/disabling for capture and scheduler. At least I did not change anything intentionally, so I would expect it has been before. But nevertheless, let's clean it up here.

Mar 17 2019, 12:56 PM · KDE Edu
wreissenberger added a comment to D19528: Making Scheduler robust against guiding problems.

Hello, could we get this D19528 and then D19393 merged? We'll continue from that baseline, which is factually better than the trunk state. Thanks!

Whom do you mean with we? Generally spoken, yes, makes sense.

Mar 17 2019, 12:34 PM · KDE Edu
wreissenberger updated the diff for D19648: Keep GUI parameters for scheduler and capture in sync with row selection.

Bugfix for emptying queues in scheduler and capture

Mar 17 2019, 10:08 AM · KDE Edu
wreissenberger planned changes to D19648: Keep GUI parameters for scheduler and capture in sync with row selection.

Created an index violation in clearSequenceQueue() - needs to be corrected.

Mar 17 2019, 7:31 AM · KDE Edu

Mar 16 2019

wreissenberger added a comment to D19794: Bugfix #405325: Keeping meridian flip in capture and mount in sync..

setMeridianFlipValues is not a DBus function? doesn't need to be added to the Mount.xml file?

No, I changed based the implementation on slots and signals. Changing a value in either capture or mount sends out a signal and the other side receives it and sets the values accordingly. This seems to me a more elegant way than using calls via DBus.

Mar 16 2019, 11:13 AM · KDE Edu

Mar 15 2019

wreissenberger updated the summary of D19794: Bugfix #405325: Keeping meridian flip in capture and mount in sync..
Mar 15 2019, 8:49 PM · KDE Edu
wreissenberger requested review of D19794: Bugfix #405325: Keeping meridian flip in capture and mount in sync..
Mar 15 2019, 8:45 PM · KDE Edu

Mar 10 2019

wreissenberger added a comment to D19393: Prevent rescheduling aborted jobs until all jobs are processed.

Shall I give it a try?

Sure, and I have suggestions :) let's do this really step by step. At the extreme, because the source is so complex, I'd say let's go function by function, ensuring that they match features.

Fully agreed! Wouldn't it better if we lead this discussion in a separate thread or on the kstars forum?

Mar 10 2019, 11:31 AM · KDE Edu
wreissenberger updated the diff for D19648: Keep GUI parameters for scheduler and capture in sync with row selection.

Weather check GUI update shifted to syncGUIToJob

Mar 10 2019, 11:15 AM · KDE Edu
wreissenberger updated the test plan for D19648: Keep GUI parameters for scheduler and capture in sync with row selection.
Mar 10 2019, 9:23 AM · KDE Edu
wreissenberger requested review of D19648: Keep GUI parameters for scheduler and capture in sync with row selection.
Mar 10 2019, 9:22 AM · KDE Edu

Mar 9 2019

wreissenberger added a comment to D19393: Prevent rescheduling aborted jobs until all jobs are processed.

Well, horrible is such a strong word :-P Fully agree! Remember, the idea was making the scheduler job more intelligent. Shall I give it a try?

Mar 9 2019, 8:21 PM · KDE Edu

Mar 8 2019

wreissenberger accepted D19393: Prevent rescheduling aborted jobs until all jobs are processed.

Looks good, both restarting aborted jobs and the cutoff limit work fine. If I am the only one who doubts the necessity of a cutoff for the altitude limit, let's go. Maybe a hint in the hover help about the existence of the parameter might be helpful.

Mar 8 2019, 9:04 PM · KDE Edu

Mar 7 2019

wreissenberger added a comment to D19393: Prevent rescheduling aborted jobs until all jobs are processed.

Hm, I am not so sure whether such a cut-off makes it better. At the end we have two parameters that describe the same limit. For me it was confusing, because I was not aware of the additional cut-off parameter.
Regarding re-sorting completed/error/invalid jobs, I would vote against. We have two modes for the scheduler: either manual sequence or automatically sorted. In the manual sort, I would prefer no change of the order at all. With the automatic sort, that's another story, there it makes sense.

Mar 7 2019, 2:50 PM · KDE Edu

Mar 6 2019

wreissenberger added a comment to D19393: Prevent rescheduling aborted jobs until all jobs are processed.

I would have expected abort of the first job and continuing the second one. What type of restriction do you use?

Mar 6 2019, 9:37 PM · KDE Edu
wreissenberger added a comment to D19393: Prevent rescheduling aborted jobs until all jobs are processed.

I tested it with the first job with an Alt restriction of 15deg, but it seems not to work. The scheduler changes to sleeping mode when Alt reaches approx. 18deg. Bug or feature?

Mar 6 2019, 9:36 PM · KDE Edu
wreissenberger updated the diff for D19528: Making Scheduler robust against guiding problems.

Restricted to handling aborted guiding.

Mar 6 2019, 8:52 PM · KDE Edu
wreissenberger added a comment to D19528: Making Scheduler robust against guiding problems.

I think I could easily separate restarting of aborted jobs from the rest quite easily. Just give me 1-2 h to check it...

Mar 6 2019, 7:13 PM · KDE Edu
wreissenberger added a comment to D19528: Making Scheduler robust against guiding problems.

I propose you keep your differential focused on restoring functionality after a guiding failure, even if the aborted job isn't managed that well afterwards (that means not bypassing of aborted jobs at the beginning of evaluation).
I will rebase D19393 on yours, and add a fix to the block removing jobs that are not to be evaluated, so that aborted jobs are kept in place and not touched until they are the only ones remaining.
In this context, I will tackle both the re-evaluation without order change and possible state instabilities like the altitude restriction causing the job to repeatedly abort and reschedule.

What do you think?

Agreed. James should keep in mind, that your fix should be landed shortly after mine is merged. Without fixing handling of aborted jobs, capture first tries to restart guiding five times, then aborts the job and as a next step restarts it again. That's not nice, but we can live with if for a short timeframe.

Mar 6 2019, 3:21 PM · KDE Edu

Mar 5 2019

wreissenberger added a comment to D19528: Making Scheduler robust against guiding problems.

Oh wow, so you investigated that too? I have the same observation about aborted jobs! Did you have a look at D19393? Coincidence :)

Nope. Maybe you should add me as a reviewer? :-)

I need some time to examine the part about guiding : we need the suspension feature to be usable both with and without scheduler, and reading this I don't readily understand if that's OK.

Suspending works in both modes. If used with the scheduler, the scheduler thinks simply that capturing is running although capturing is suspended. Restarting a suspended guiding is handled by the capture module.

About aborted jobs set for restart, the approach here is slightly different from D19393. D19393 is not trying to restart aborted jobs, only making sure they don't interfere with other jobs, specifically when the scheduler is running. I needed to include the scheduler running/not running part, but I don't recall why now (I'm in business trip).

Ah, interesting, I have to take a closer look at it.

So that's cool, but needs careful tests. I'll try to do that beginning of this week with the simulators.

Fully agreed! One thing with aborted jobs is not so nice currently: They are put at the end of the list, i.e. sorting of targets is changed, when aborted jobs get restarted.

Mar 5 2019, 9:33 PM · KDE Edu
wreissenberger added a comment to D19528: Making Scheduler robust against guiding problems.

That's great! A few users reported issues regarding this problem.

Good to know that I'm not alone :-)

What about when internal guider loses a star and reacquires it? I don't believe that's registered as an aborted guiding, right?

I haven't found a way hot to test lost guiding star directly. As far as I know at least PHD2 tries to re-aquire a guiding star. If this fails within a certain amount of time, it aborts.

Mar 5 2019, 9:24 PM · KDE Edu

Mar 4 2019

wreissenberger updated the diff for D19528: Making Scheduler robust against guiding problems.

Updated to latest master version.

Mar 4 2019, 10:18 PM · KDE Edu
wreissenberger requested review of D19528: Making Scheduler robust against guiding problems.
Mar 4 2019, 8:53 PM · KDE Edu

Mar 1 2019

wreissenberger added a comment to D19429: Selection of rows in Capture instead of single cells.

Posted the remaining in D19456.

Mar 1 2019, 9:47 PM · KDE Edu
wreissenberger requested review of D19456: Selection in imaging sequence keeps position after row deletion.
Mar 1 2019, 9:41 PM · KDE Edu
wreissenberger added a comment to D19429: Selection of rows in Capture instead of single cells.

I've already included the changes in the committed version.

Mar 1 2019, 5:30 PM · KDE Edu
wreissenberger updated the diff for D19429: Selection of rows in Capture instead of single cells.

Side effects removed.

Mar 1 2019, 3:34 PM · KDE Edu
wreissenberger updated the test plan for D19429: Selection of rows in Capture instead of single cells.
Mar 1 2019, 6:23 AM · KDE Edu

Feb 28 2019

wreissenberger updated the summary of D19429: Selection of rows in Capture instead of single cells.
Feb 28 2019, 9:48 PM · KDE Edu
wreissenberger added reviewers for D19429: Selection of rows in Capture instead of single cells: mutlaqja, TallFurryMan.
Feb 28 2019, 9:47 PM · KDE Edu
wreissenberger added a comment to D19426: Deleting arbitrary imaging sequence in the Capture module corrected..

Good point! Would you care to make the whole line selected too in an additional diff? Right now the selection is per cell, which is confusing.

Feb 28 2019, 9:47 PM · KDE Edu
wreissenberger requested review of D19429: Selection of rows in Capture instead of single cells.
Feb 28 2019, 9:45 PM · KDE Edu
wreissenberger updated the summary of D19426: Deleting arbitrary imaging sequence in the Capture module corrected..
Feb 28 2019, 5:26 PM · KDE Edu
wreissenberger added reviewers for D19426: Deleting arbitrary imaging sequence in the Capture module corrected.: mutlaqja, TallFurryMan.
Feb 28 2019, 5:21 PM · KDE Edu
wreissenberger requested review of D19426: Deleting arbitrary imaging sequence in the Capture module corrected..
Feb 28 2019, 5:20 PM · KDE Edu

Feb 1 2019

wreissenberger added a comment to D18235: Meridian flips handled by Mount.

Selecting checkbox in the Capture tab alone is not sufficient, the Mount Tab checkbox must be selected too, Right?

At the end, the values on the Mount tab count. But when you start an imaging session from the Capture tab, the values from the Capture tab are forwarded to the Mount tab and overwrite the settings there.

The fact that we have two places whith meridian cflip checkbox and setpoint is a bit confusing to me and will probably raise many questions by other users later on, but this is a cosmetic thing, the code works!

Agreed. I would prefer shifting it from the Capture tab to the Scheduler tab, since the Scheduler contains data of other tabs as well. But I do not want to make the steps too big.

I did not see the meridian flip beeing forwarded from capture to mount tab, I still had one value in capture tab and another in mount tab, and the value in mount tab is the one that triggered the flip. Is my interpretation correct?

The value from the Capture tab is not forwarded immediately when changing the values on the Capture tab but they change, when you press the "Start" button on the Capture tab.

Feb 1 2019, 5:02 PM · KDE Edu
wreissenberger added a comment to D18235: Meridian flips handled by Mount.

I just checked the changes and confirm it is running as expected (tests 1 to 4)

Great, many thanks!

I noticed that the capture.ui still contains "Meridian Flip if HA" input field and interfers with the field in the mount tab when capture sequence is started.

That's left there intentionally so that imaging sequences can hold meridian flip parameters. As soon as an imaging sequence is started, its meridian flip setup is forwarded to the Mount tab.

Feb 1 2019, 6:18 AM · KDE Edu

Jan 31 2019

wreissenberger updated the summary of D18235: Meridian flips handled by Mount.
Jan 31 2019, 8:56 PM · KDE Edu
wreissenberger added a comment to D18235: Meridian flips handled by Mount.

D18627 requires attention. Is it compatible/complementary/unnecessary with this diff?

Jan 31 2019, 6:25 PM · KDE Edu
wreissenberger updated the diff for D18235: Meridian flips handled by Mount.

I think we come close to a version that could be integrated into the master.

  • Postponing meridian flip added when mount is not tracking
  • Cosmetic change: meridian flip text message box spans two columns
Jan 31 2019, 5:51 PM · KDE Edu

Jan 29 2019

wreissenberger updated the diff for D18235: Meridian flips handled by Mount.

Bug fix for post meridian flip alignment. Hopefully now it's working.

Jan 29 2019, 8:35 PM · KDE Edu
wreissenberger planned changes to D18235: Meridian flips handled by Mount.

Thanks I just tested this in my observatory. The flip was started, but it got stuck on post-flip alignment. The alignment actually finished OK, but it seems no signal was sent to capture module regarding this. Please check.

Problem confirmed, I'll work on it.

Jan 29 2019, 8:17 PM · KDE Edu
wreissenberger updated the diff for D18235: Meridian flips handled by Mount.

Next iteration, now with improved handling of stopped tracking during waiting for meridian flip. It's not perfect since capturing is waiting until the meridian flip takes place, but at least worth testing.

Jan 29 2019, 5:41 PM · KDE Edu

Jan 28 2019

wreissenberger planned changes to D18235: Meridian flips handled by Mount.

Currently, there are problems when you stop tracking. After restarting tracking, the meridian flip is not executed.

Jan 28 2019, 5:58 PM · KDE Edu

Jan 27 2019

wreissenberger updated the diff for D18235: Meridian flips handled by Mount.

Meridian limits set when capture starts and not when the imaging sequence is loaded. Nevertheless, the user may change the limits at any time manually. But each time the imaging sequence is started, it is set to the value of the imaging sequence.

Jan 27 2019, 9:33 PM · KDE Edu

Jan 26 2019

wreissenberger added a comment to D18235: Meridian flips handled by Mount.

Is the Meridian control in the mount tab synchronized with the one in the capture type? It seems when I activated (checked) the meridian control in capture, nothing happen to the control in the mount tab.

Not yet to the full extend. Currently it is only propagated from Capture to Mount when a sequence file is loaded.

Jan 26 2019, 8:24 PM · KDE Edu
wreissenberger updated the diff for D18235: Meridian flips handled by Mount.

mount.cpp and mount.ui still fail to patch :(
meridianFlipTimeBox is not in the ui file.

Should be corrected now, I chose the wrong commit base for the diff update.

Jan 26 2019, 7:12 PM · KDE Edu
wreissenberger updated the diff for D18235: Meridian flips handled by Mount.
  • Manual rebasing through cherry picking
  • Status text for planning pause added
Jan 26 2019, 6:06 PM · KDE Edu
wreissenberger added a comment to D18235: Meridian flips handled by Mount.

Can you please rebase again? I can't apply the patch now to test.

Jan 26 2019, 3:51 PM · KDE Edu

Jan 23 2019

wreissenberger added a comment to D18235: Meridian flips handled by Mount.

There's something I'd like clarified.
First, if the mount is set east of the meridian at an original position, and is not tracking, and we wait long enough that if it was tracking, it would flip. What happens if we then start tracking from that eastern position? Do we get an unneeded and ineffective flip request?

No, we don't. If we stop tracking, the meridian flip state is set back to "none" and nothing happens. As soon as we turn on tracking, a new target position is set. When this target position crosses the meridian, a flip is requested and executed.

Second, if a capture overlaps the meridian flip, I don't readily understand whether the capture is aborted, the flip executed, and the capture restarted, or if the capture continues and delays the flip, potentially for very long.

Nope, that’s why I introduced the request-accept mechanism. The mount requests to execute a flip, as soon as the meridian has been crossed by the given distance. If a capture is ongoing, capture answers with „wait“. As soon as the capture is completed, capture interrupts the sequence and sends an „accept“ to mount. Now mount executes the flip. As soon as the flip is completed, capture continues.

Jan 23 2019, 10:38 PM · KDE Edu
wreissenberger updated the diff for D18235: Meridian flips handled by Mount.
  • Meridian flip timeout corrected to 2 minutes
Jan 23 2019, 10:26 PM · KDE Edu
wreissenberger updated the test plan for D18235: Meridian flips handled by Mount.
Jan 23 2019, 4:50 PM · KDE Edu
wreissenberger added a comment to D18235: Meridian flips handled by Mount.

Ok looks like it's clear tonight, so I'm ready to test it. Do you think you can add the non-tracking case as well today?

Jan 23 2019, 4:44 PM · KDE Edu
wreissenberger updated the test plan for D18235: Meridian flips handled by Mount.
Jan 23 2019, 4:43 PM · KDE Edu
wreissenberger updated the diff for D18235: Meridian flips handled by Mount.

diff span corrected

Jan 23 2019, 4:37 PM · KDE Edu
wreissenberger updated the diff for D18235: Meridian flips handled by Mount.
  • Meridian flip only executed when mount is tracking
Jan 23 2019, 4:35 PM · KDE Edu
wreissenberger added a comment to D18235: Meridian flips handled by Mount.

Ok looks like it's clear tonight, so I'm ready to test it. Do you think you can add the non-tracking case as well today?

I had it running during the lunar eclipse on Monday and it ran fine. So for normal operations, it should be stable enough to test it in reality.

Jan 23 2019, 9:32 AM · KDE Edu

Jan 20 2019

wreissenberger updated the diff for D18235: Meridian flips handled by Mount.
  • Meridian flip during paused imaging sequence corrected
  • Meridian flip during capturing sequence corrected
Jan 20 2019, 8:19 PM · KDE Edu
wreissenberger added a comment to D18235: Meridian flips handled by Mount.

OK, I could reproduce the case. The problems occur when tracking is stopped while Mount is in the state FLIP_WAITING. In this case, things get out of order.

Jan 20 2019, 1:23 PM · KDE Edu
wreissenberger updated the test plan for D18235: Meridian flips handled by Mount.
Jan 20 2019, 9:24 AM · KDE Edu
wreissenberger planned changes to D18235: Meridian flips handled by Mount.

I also don't think meridian flip should be done when the mount is NOT tracking.

Jan 20 2019, 9:23 AM · KDE Edu

Jan 19 2019

wreissenberger added a comment to D18235: Meridian flips handled by Mount.

Does this also check if the mount is parked? Because now I'm getting meridian flip attempts with the mount parked! I didn't apply the above patch yet, but under the live system it behaves this way.

Jan 19 2019, 10:16 PM · KDE Edu
wreissenberger updated the test plan for D18235: Meridian flips handled by Mount.
Jan 19 2019, 8:03 PM · KDE Edu
wreissenberger updated the diff for D18235: Meridian flips handled by Mount.

Meridian flip during paused imaging sequence enabled

Jan 19 2019, 7:54 PM · KDE Edu
wreissenberger planned changes to D18235: Meridian flips handled by Mount.

I haven't tested this case yet, but no, there is no check yet. Will be fixed soon...

Jan 19 2019, 7:08 PM · KDE Edu

Jan 18 2019

wreissenberger updated the diff for D18235: Meridian flips handled by Mount.
  • Mount control of meridian flip for schedules added
Jan 18 2019, 9:28 PM · KDE Edu

Jan 16 2019

wreissenberger updated the diff for D18235: Meridian flips handled by Mount.
  • Error handling for failed slew for meridian flip added
  • Mount meridian flip stati renamed to FLIP_... to avoid confusion with Capture flip stages
  • Mount no longer exposes initialHA and currentTarget via D-Bus
Jan 16 2019, 8:44 PM · KDE Edu