David's Astronomy Pages
|
Notes (S1186) |
Notes Main |
Home Page |
Notes (S1187) |
Session Aims & Highlights | |
- Observing Result - Night Summary Plot - Session Event Log |
|
Operational Issues | |
- Critical Issues (0),
Major Issues (0),
Minor Issues (0),
Small Defects (2), Continuous Improvement
(4) |
|
No Images from 2024-02-18 >> | |
Main aims
Equipment & Software
Highlights
Summary Plots & Logs
Observing Plan |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Observing Result |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Night Sky Summary Plot Top axis: Sky Brightness at Zenith (in ADU/s) Lefthand axis: Local Time (hh LT). Righthand axis: Sun Altitude (degs) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Actual Weather vs Pre-Session Weather Forecast | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Session Event Log | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Session Alerts & Alarms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Back to Top
ObsManager Main Loop:
"> Reason To Suspend", "Info",
LPad18(WriteReasonToSuspend(globals.ReasonToSuspend)) + "(" + S + ")")
where S is generated from a Select Case globals.ReasonToSuspend block
and 'globals.ReasonToSuspend'
is set from local variable 'Reason' which is
itself set by function MustClose(Reason)
In the '' Check Observatory
State' code section where (..Due to )" was produced the relevant statement
is
LPad18("Session Suspended") + "(Due to " +
GetSuspendReason() + ")"
where the string returned by GetSuspendReason is
generated from a Select Case globals.ReasonToSuspend
block directly for
certain specified cases else indirectly from a call to the function
GetFailDescription(ReasonToSuspend).
The later function will
return a blank string "" when ReasonToSuspend has the value
FailureState.Blank (ie 0).
[ ReasonToSuspend() can theoretically set
to FailureState.Blank (0) in the function UpdateReasonToSuspend()
in an else
statement when none of the list of 9 prescribed conditions in the prior
if/elseif block are true,
however this function doesn't howver any
references ].
Elsewhere in the Main Loop there is some 'Record
SoftSuspend' code that executes if Reason = 0 and can set
ReasonToSoftSuspend = FailureState.TooFewStars when the function
TooFewStars() is true rather set it to FailureState.Blank.
The
function CanResume(reason) can sometime return False with reason=0, when
MinutesSince(TimeSessionSuspended) < 2
{ could apply in this particular
case, as it occurred sort after session was suspended }, or
when
SecondsSince(TimeSessionSuspended) < 20 And DayTimeTestingIsOn() { not
applicable }.
The former condition 'MinutesSince(TimeSessionSuspended)
< 2' hides other conditions that check specific
weather/star conditions and
may set non-zero reason values.
12P/Pons-Brooks
(Ra 54.70
arcsec/hr, Dec -15.99 arcsec/hr)
Overall Rate : 56.99
arcsec/hr, Motion : 10.9 arcsec in 11.5 mins (7.8 px at 3x3)
", 1.6 arcsec (1.1 px)
per frame"
Back to Top
This Web Page: | Notes - Session 1187 Attempt (2024-02-18) |
Last Updated : | 2024-09-26 |
Site Owner : | David Richards |
Home Page : | David's Astronomy Web Site |