David's Astronomy Pages
|
Notes (S783) |
Notes Main |
Home Page |
Notes (S785) |
Main aims
Equipment & Software
Highlights
Lowlights
Summary Plots & Logs
Observing Plan | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Observing Result | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dome & Scope Slewing Performance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Slew/Centering Performance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Guiding 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 (API data from darksky.net) Pre-Session Weather forecast showed variable skies range from 5 to 50% cloud cover, light winds (wind 7mph) and a minimum temperature of 6°C. In the event conditions were clear and calm through the whole night, with a minimum temperature of around 4°C |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Session Event Log | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Session Alerts | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Back to Top
Back to Top
A new version of UPB Software (v 1.6.0) was sent to be me today by Pegasus Astro (May 2020) for earlier testing. The new version is not yet released on Pegasus Astro Website but should be shortly. The new version was successfully installed onto Development Computer and Observatory Computer (2020-05-25) and new v1.6 firmware loaded on to the UPB Box. Changes in v.1.6.0 according to its change log are:
* UI: Fix graph exception when value is not numeric
* Feature: Display
uptime (firmware v1.6)
* Bug: Display power on boot settings
Changes
in v1.6 firmware include
- Better memory handling of parallel task processing
- New Stepper Backlash Algorth
- Stepper Motor Control rewrite to use less
memory
- Fix issue that relative humidity was dropped from 99% -> 90%
Humidity Values
The first night of operation using new
firmware showed that the problem with humidity readings had been fixed.
AstroSuite workarounds to handle the earlier '99->90% dropped down values will now be removed to prevent issues where 90% humidity values at start up of AstroMain or AstroWeather aren't wrongly 'corrected' to 98% (99%)
Memory
16,200 k Initial Memory
(not connected to physical box)
83,800 k Memory
used after 15 hours :
[ Pegasus Astro Support Page: https://pegasusastro.com/support/ ]
Back to Top
After a review of best focus vs temperature data from recent session it is
apparent that the temperature compensation gradient currently used (-133.6
steps/°C) is too agressive and needs to reduced. A new gradient of -100 steps/°C
is proposed for use in the next session onwards. This will be used with a datum
focus position of 3300 steps at 0°C and an initial focus correction offset of 0
steps.
The following graphs demonstrate reasonable fit between the
proposed new gradient of -100 steps/°C with best focus data from 4 recent
sessions.
Note that on any single night there is often quite a
scatter in best focus for a given temperature. It is postulated that this is due
to a combination of differences in airmass, atmosphere properties and possible
primary mirror slop.
Note that there is quite a range on focus offset between session which is postulated to be due to variation in atmospheric properties (temperature, pressure) between sessions. There is however some suspicion that there might be a very gradual slippage in the primary mirror over time (e.g. the focus position at 0°C datum varies between 4100 in S765 (2020-04-01) to 3150 in S784 (2020-05-24). However this might be due to seasonal changes in the atmosphere.
Best Focus vs Temperature Graphs for 4 recent sessions showing good fit between data and new proposed Temperature Coefficient of -100°C S765 ( 2020-04-01), S779 (2020-05-05), S780 (2020-05-06), S784 (2020-05-24) |
Back to Top
As part of implementing more maintainable safety code including addition of new criteria a comparison was made of the safety critera used in the Observatory.
MUST CLOSE (True if any of these are true) |
||||||
Cloud Sensor Relay State Safe/Unsafe |
AstroMain Obs.Manager Function MustClose(reason) |
AstroAllSky Synopsis State MustClose |
||||
Rain | > 1 | > 0.3 (plus Trim) | ||||
Clarity | < 20 | < 20 | ||||
Light | > 20 (unless disabled) | > 20 (unless disabled) | ||||
Sun Altitude | > -2 (unless disabled) | |||||
Wind | > 20 | |||||
Outside Humidity | > 97 | |||||
Outside Temperature | < -12 | |||||
Others | Synopsis.CriticalRain = Critical | |||||
Synopsis.CriticalRainThreat = Critical | ||||||
Synopsis.CriticalCloud = Critical | ||||||
Synopsis.CriticalWind = Critical | ||||||
Minutes Since Last CloudSensor Data > DataToleranceMinutes (5, 20, 45, 180) |
||||||
CAN OPEN (Only true if all criteria are true) |
||||||
Cloud Sensor Relay |
AstroMain Obs.Manager Function CanOpen(reason_can't) |
AstroAllSky Synopsis State CanOpenWithCaution |
AstroGuard | |||
Rain | not used, but dome | < 0.3 (plus trim) | ||||
Clarity | will close after | >= 24 | ||||
Light | 30s if Unsafe | < 20 (unless disabled) | ||||
Wind | < 15 | |||||
Outside Humidity | <= 97 | |||||
Outside Temperature | > -10 | |||||
Others | Synopsis.CriticalRain <> Critical | |||||
Synopsis.CriticalRainThreat <> Critical / Warning | ||||||
Synopsis.CriticalCloud <> Critical | ||||||
Synopsis.CriticalWind <> Critical | ||||||
Minutes Since Last CloudSensor Data < 3 | ||||||
Minutes Since Last Synopsis Data < 3 | ||||||
Minutes Since Last Rain > 10 | ||||||
Traffic Lights |
AstroMain Manager Tab |
AstroMain Obs.Viewer |
AstroAllSky Synopsis |
AstroGuard Manager Tab |
AstroGuard | |
Rain |
< 0.1 + RainTrim 0.1 to 0.3+ RainTrim > 0.3 + RainTrim |
Synopsis.Rain = Normal Synopsis.Rain = Warning or Synopsis.RainThreat = Warning Synopsis.Rain = Critical or Synopsis.RainThreat = Critical |
< 0.1 + RainTrim (=Normal) 0.1 to 0.3+ RainTrim (=Warning) > 0.3 + RainTrim (=Critical) or vcNull and (Stars<=4 or RainThreat=Critical) |
< 0.1 .1 to .3 > 0.3 |
Synopsis.Rain = Normal Synopsis.Rain = Warning or Synopsis.RainThreat = Warning Synopsis.Rain = Critical or Synopsis.RainThreat = Critical |
|
Rain Threat |
Cases not covered below (=Normal) precipNext15MinProb > 0.1 Or (ER.precipNext15MinProb > 0.1 And precipNext15MinIntensity > 0.2 ) (=Warning) (precipNext15MinProb > 0.5 Or (precipNext15MinProb > 0.2 And precipNext15MinIntensity > 0.2)) And (Clarity = vcNull Or Clarity < 30) (=Critical) |
|||||
Clarity |
>32 25 to 32 20 to 24 < 20 |
Synopsis.Cloud = Normal Synopsis.Cloud = Warning Synopsis.Cloud = Critical |
>28 (=Normal) 20 to 28 (=Warning) < 20 or (vcNull and Stars<5) (=Critical) |
>32 25 to 32 20 to 24 < 20 |
Synopsis.Cloud = Normal Synopsis.Cloud = Warning Synopsis.Cloud = Critical |
|
Light |
< 5 5 to 15 16 to 28 > 28 |
Synopsis.Light = Normal Synopsis.Light = Warning Synopsis.Light = Critical |
<15 (=Normal) 15 to 28 or SunAlt 0 to -2 or ZenithAduRate > 100000 (=Warning) > 28 or (SunAlt > 0) or (vcNull and SunAlt >-2 (=Critical) |
< 5 5 to 15 16 to 28 > 28 |
Synopsis.Light = Normal Synopsis.Light = Warning Synopsis.Light = Critical |
|
Stars |
> 20 9 to 20 3 to 8 < 3 |
> 20 9 to 20 3 to 8 < 3 |
> 20 9 to 20 3 to 8 < 3 |
|||
Wind |
0 to 10 10 to 20 > 20 |
Synopsis.Wind = Normal Synopsis.Wind = Warning Synopsis.Wind = Critical |
0 to 10 (=Normal) 10 to 20 (=Warning) > 20 (=Critical) |
not displayed |
Synopsis.Wind = Normal Synopsis.Wind = Warning Synopsis.Wind = Critical |
|
Outdoor Temperature |
> 0 0 to -5 -5 to -10 -10 to -12 < -12 |
> 0 0 to -5 -5 to -12 < -12 |
not displayed | |||
Outdoor Humidity | not displayed |
0 to 93 94 to 97 > 97 |
not displayed | |||
Back to Top
This Web Page: | Notes - Session 784 (2020-05-24) |
Last Updated : | 2024-02-21 |
Site Owner : | David Richards |
Home Page : | David's Astronomy Web Site |