Replies: 3 comments 5 replies
|
After I have slept a night this morning checked a bit in source code. The reason for not generating a new tonights_plan.json is now clear as the date of the file should be older than today(it was false yesterday but becomes true today), so it should be automatically generated today when Sun goes below -18 degrees, and IMPORTANT: Seestar should be turned on, otherwise the generation will not happen because of telemetry error. The sky is promising above me tonight so I will go with Seestar outdoors. I am really interested why I had several acquisition cycles yesterday for one star. Can someone shortly explain why it was taken 40 frames for AU CVn? Because it is too faint? In some MD's I have read earlier that it will be taken only one scientific image per target. Has it been changed in the meantime? |
|
hanks, this is very useful. A few points are expected, and a few are genuine issues. The multiple frames for AU CVn are expected. In Alt/Az, SeeVar can split one target into many short exposures depending on target brightness, airmass, and rotation limits. Those frames are later intended to become one stacked science result. The ABORTED state is currently sticky. At the moment, recovery is by restarting the orchestrator or resetting state manually. That should be improved. Planning currently depends on successful hardware preflight, so if the Seestar is off, a fresh nightly plan may not be generated. That is a real design issue. The log routing is inconsistent: some installs still send messages into orchestrator.err instead of the main log. That is a service/bootstrap bug. Repeating the whole target workflow over and over is not intended. For that part, please send me the tail of the orchestrator log around the end of the first run, or systemctl --user status seevar-orchestrator, because it may indicate the service restarted rather than the planner deliberately looping. |
|
Good to see this, first light for S30-pro and Seevar !!! Your log clarifies two things. First, the 40 frames for AU CVn were expected: in Alt/Az the field-rotation cap reduced 20s frames to 7.5s, which increased the frame count from 15 to 40. Second, the repeated AU CVn workflow was a real bug in that build, not just a restart: the daemon completed postflight, accountant processed the raw frames, and then the same process returned to preflight and loaded the same one-target plan again. Several of the issues you hit have already been fixed in the current branch: I added an abort and a reset button in the dashboard. Just in case. I am looking forward on adding the cloud detection, and a flat-panel in the future. Again, thanks for beta-testing !! // Szeretlek // |


Uh oh!
There was an error while loading. Please reload this page.
I have tested today with my Seestar in rhe room, as outside was 100% cloud cover it was a real simulation :-).
I was expecting that after first tries the system will recognize that there is no star visible and will break the workflow. This does not happened...in log file (orchestrator.err, enclosed) is visible that plate solving was not successful, despite the capturing has ben started.
What was positive?
What was negative?
1 .... all *.log files remained empty, all logs went into *.err files (is this a bug or a feature?)
2. tonights_plan.json was not newly created on the session start (after Sun went down below -18 degree), it remained from the test run in the afternoon (feature or bug?)
3. Despite in config.toml mission target number is set to 5 in json was only 1 star, but as mentioned before, tonights_plan was not regenerated but remained from the afternoon simulation test
4. My biggest problem was that after first cycle the tonights_plan.json was updated or generated again with the same star and the complete workflow was running agai, and then again, and again... after 4th running I have switched off my Seestar to prevent all night shooting of AU CVn.
If you need more information I am happy to provide.
For any reason I could attache orchestrator.err only as orchestrator.txt
system_state.json
tonights_plan.json
orchestrator.txt
All reactions