David's Astronomy Pages
|
Notes (S715) |
Notes Main |
Home Page |
Notes (S717) |
Main aims
Equipment & Software
Highlights
Lowlights
Summary Plots & Logs
Observing Plan | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Observing Result | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Slew/Centering Performance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dome Slewing Performance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sky Conditions (Locate Frames) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Night Sky Summary Plot Top axis: Sky Brightness at Zenith (in ADU/s) Lefthand axis: Local Time (hh LT). Righthand axis: Sun Altitude (degs) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Pre-Session Weather Forecast (AstroWeather 1.7.8) Forecast showed patchy cloud up to 00:00 and then cloud thickeneing until total cloud cover at 04:00 In the event therre was a moderately clear interval between 23:00 and 00:45. Operations suspended at 23:42 and remained that way until the morning |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Session Event Log | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Back to Top
Back to Top
This review looks at the performance of the AstroMain program to soft suspend event at 21:57.
Time Line
21:37:09 Target 7/43 (NGC 7479) started
21:52:51 AllSkyStars
falls below 20. (start of 9.5 min period below 20)
21:54:39 Cloud
comes over the active target (NGC 7479), as shown by 5th & final 180s frame
21:57:45 Target 7/43 (NGC 7479) completed. AllSky Measurement
records 'Moderate Cloud'
21:57:45 Job Executor waiting for bSoftSuspend
to clear in order to proceed to next target
21:57:47 Queue Paused for
soft suspend.
21:57:49 Queue resumed after SoftSuspend
(bSoftSuspend must have gone to false
21:57:51 'Below 20 starts'
alert ('5 mins' after AllSkyStars fell below 20)
21:57:51 Target
8/43 (M39) started.
21:57:51 Session Suspended (shutter commanded to
close)
21:57:49 Session State changes to suspended
21:58:03 CloudSensor reaches min. value of 32.7
21:58:38
Shutter Closed (48s)
21:59:29 SharpCap commanded to take 30x10s frames
(LiveStack
22:02:17 AllSkyStars rises to 20+
22:03:09 Session
Resuming (shutter commanded to open)
22:03:54 Shutter Open (45s)
22:03:56 Session Running
22:04:54 AllSkyStars rises to 24+
22:05:06 Target 8/43 (M39) completed
22:07:31 AllSkyStars falls
below 20 (start of 2.5 min period below 20)
22:09:05 AllSkyStars
rises to 20+ (stops 'below 20 stars' alert from
occuring)
Code Review
SoftSuspend initiated by the following code in Main Obs.Manager loop.
If (ConditionsDeteriorating() Or
(objConsole.cboxSuspendWhenStarsUnder20.Checked And Env.AllSkyStarCheck =
SkyState.Bad))
And bSoftSuspend = False Then
bSoftSuspend = True
bSoftSuspendOk = False
End If
where ConditionDeteriorating becomes True under the conditions described below :
If Synopsis.Valid And Synopsis.ShutterSafety = acShutterCanOpenWithCaution Then
If Synopsis.CriticalRainThreat = ThreatLevel.Warning And
CloudSensorData.Clarity < 24 Then
Return True
ElseIf AvClarity_5min1 < 28 And AvClarity_5min2 < 28 And AvClarity_5min2 <
AvClarity_5min1 - 1 And AvClarity_1min < 26 Then
Return True
End If
End If
Since Clarity didn't drop below
32.7 throughout the SoftSuspend could only have been triggered by
'Env.AllSkyStarCheck' going to SkyState.Bad
if StarCount < 20 Then
If MinutesSince(TimeStarsSub20) > 5 Then
Return SkyState.Bad
End If
End If
Conclusions
The most-like sequence of events was
- 21:52: 51 Obs.Manger raises
SoftSuspend flag when AllSkyStars fell below 20 as determined from reading
Env.AllSkyStarCheck property
this was a moment before the 'TimeStarsSub20' timepoint was set by
Env.AllSkyStarMonitor (thereby missing the intended 5 mins grace period).
-
21:57:47 Job Executor pauses queue paused after finishing the active
target (NGC 7479) after seeing the SoftSuspend flag raised.
SoftSuspendOk raised to acknowledge that SoftSuspend flag had been seen
-
21:57:48 Obs.Manager sees that the SoftSuspendOk flag is raised, and set's
session state to suspended
SoftSuspend flag is lowered
- 21:57:49 Job Executor sees that the
SoftSuspend flag is lowered and unpauses the queue.
Job Executor begins to execute next Target (M39) just before session state
changes to suspended.
Actions:
- Modify the way that 'Env.AllSkyStarState' is set, to ensure any time delays
are implemented before publishing change in sky state.
- Delay lowering of
SoftSuspend flag until after the session has entered the Suspended State.
Back to Top
This Web Page: | Notes - Session 716 (2019-10-26) |
Last Updated : | 2024-10-09 |
Site Owner : | David Richards |
Home Page : | David's Astronomy Web Site |