David's Astronomy Pages
|
Notes (S1156) |
Notes Main |
Home Page |
Notes (S1158) |
Session Aims & Highlights | |
- Observing Result - Night Summary Plot - Session Event Log |
|
Operational Issues | |
- Critical Issues (0),
Major Issues (0),
Minor Issues (2),
Small Defects (13), Continuous Improvement
(15) |
|
Images from 2023-10-16 >> | |
2023-10-19 | |
---|---|
Storm Babet | |
Main aims
Equipment & Software
Highlights
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) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Actual Weather vs Pre-Session Weather Forecast | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Session Event Log | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Session Alerts & Alarms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Back to Top
- Turn off Wifi (IPAD)
- Refresh Current Session page (fails)
- Turn on Wifi
- Refresh 'Current/Latest Session' page (succeeds, page now shows the
expected latest images, charts & tables)
Draw Spectra Chart
Ok Chart saved to Nova_Cas_
2021.20231017.im1157011-14.av4x90s.S.spectra.png
Draw Spectra Chart
Ok Chart saved to
Nova_Cas_2021.20231017.im1157011-14.av4x90s.S.spectra.png
-gravity north -undercolor black
-fill white -font arial-bold -pointsize 16 -strokewidth 1 -annotate +0+5
"GCVS SY Cnc"
-crop 400x270+346+233 -resize 500x
The introduction
of the crop function seems to throw off the annotation since using just the
-resize' command alone shows the annotation ok. The issue doesn't
effect the drawing of circles. Trial and error eventually found a workaround
(added to AstroMain 3.63.1 update) that use center as the gravity type
instead of north and using appropriately revised annotate offsets.
-gravity center -undercolor black -fill white -font arial-bold -pointsize 16
-strokewidth 1 -annotate +0-154 "GCVS SY Cnc"
S = S + " (" + CStr(PictureScale
* 100) + "%)"
S =
S + " (" + CStr(PictureScale * 100) + chr(37) + ")"
"C:\Program
Files\ImageMagick\magick.exe" "C:\Data\CCD Imaging\New\2023-10-11
S01156\01156159.FIT" -level 3005,4900 -flip -rotate 180 -crop
400x270+528+355 -resize 500x -gravity center -undercolor black -fill white
-font arial-bold -pointsize 16 -strokewidth 1 -annotate +0-154 "M101
w/SN2023ixf (T+145.3d) (125pc)" -gravity center -undercolor black -fill
white -strokewidth 1 -font arial-bold -pointsize 16 -annotate +0+154 "180s,
3x3, C, #1156159 0005, 2023-10-20 11:34 LT" -strokewidth 2 -draw "translate
-202,-118 rotate 64 fill none stroke SlateGray2 ellipse 0,0 769,718 0,360"
-stroke DeepSkyBlue -fill none -strokewidth 2 -draw "circle -408, 2, -408,
29" -quality 80 "C:\Data\CCD Imaging\Sessions\2023-10-20
TEST\_JPGS_detail\0009.oid001.1156159.M101_w_SN2023ixf.0005_detail_v2.jpg"
CropX = 728 - ((500 / PictureScale) / 2)
' Bug
CropY = 490 - ((337 / PictureScale) / 2)
' Bug
CropX = 728 / 2 - ((500 / PictureScale) /
2)
CropY = 490 / 2 - ((337 / PictureScale) / 2)
This fixes image scale and annotation defects. The host Galaxy ellipse
doesn't appear in the standard JPG picture as it is bigger than the Cam1 FOV
and accordingly it shouldn't appear in the M101's 'Detail' JPG picture (it
appears in the Cam2 Reference picture because the Cam2 FOV is larger).
Reason why it is appearing in 'Detail' pictures is hypothesized to be due to
the obmission of CropX, CropY position when defining the ellipse
coordinates. Checking ' Setup Target Ellipse' section of ConvertFitsToJPG()
routine shows that CropX and CropY are refererred to when picture to be
drawn is a 'Detail' (cropped) one (ie P=3). Running in debugger shows
that in the following code (run when P = 3) TX = (TX * BinScale -
XOrigin - CropX) * PictureScale
TY = (TY * BinScale - YOrigin - CropY) *
PictureScale
<meta name="format-detection"
content="telephone=no">
Point
live session
replay
SY Cnc (actual)
240, 91 240, 91
Target Circle centre :
236, 62 240, 91
Target Cross centre
216, 123 225, 135
(Offset
between Circle & Cross 20, -61
15, -44 ratio 1.33, 1.38
Target Circle Diameter
40
30 ratio 1.33 or
1/0.75
Ox = (LocateInfo.nX * BinScale)
/ 2 - 400 / 2
Oy = (LocateInfo.nY * BinScale) / 2 - 270 / 2
OffsetX = CInt(0 + (CropX - Ox) * PictureScale)
OffsetY =
CInt(-154 + (CropY - Oy) * PictureScale)
With LocateInfo
ObjectOffset = Math.Sqrt((.HostX -
.ObjectX) ^ 2 + (.HostY - .ObjectY) ^ 2) * BinScale * PictureScale
If
ObjectOffset > 280 Then
TX = .ObjectX
TY =
.ObjectY
ElseIf ObjectOffset > 130 Then
TX =
(.HostX + .ObjectX) / 2
TY = (.HostY + .ObjectY) / 2
Else
TX = .HostX
TY = .HostY
End If
If
RotateImage Then
TX = .nX - TX
TY = .nY - TY
End
If
TX = TX * BinScale
TY = TY * BinScale
CropX
= TX - ((500 / PictureScale) / 2)
CropY = TY - ((337 /
PictureScale) / 2)
If CropX < 0 Then CropX = 0
If
CropY < 0 Then CropY = 0
If CropX + 500 / PictureScale > .nX Then
CropX = .nX - 500 / PictureScale
If CropY + 337 / PictureScale >
.nY Then CropY = .nY - 337 / PictureScale
End With
- Testing 3x3 with BL Lac images from S1164 (Target ID= 17, Image ID 1164010
to 01164014)
- Testing 2x2 with EV Lac images from S1166 (Target ID= 18,
mage ID 1166029 to 01166037 )
- Testing 3x3 with NGC 3690 w/SN2023wrk
from S1165 (Target ID=3044, Image ID 1165097 to 1165104)
Box(P) = Box(P) + " -gravity NorthWest "
Box(P) = Box(P) + " -undercolor transparent -stroke white -strokewidth 0
-font arial -style normal -pointsize 13 "
Box(P) = Box(P) + " -draw """ +
"text " + CStr(GX) + "," + CStr(GY) + " ' " + BoxName + " '" + """ "
Box(P) = Box(P) + " -gravity NorthWest "
Box(P) = Box(P) + " -undercolor transparent -stroke white -strokewidth 0
-font arial -style normal -pointsize 13 "
Box(P) = Box(P) + " -draw """ +
"text " + CStr(GX) + "," + CStr(GY) + " ' " + BoxName + " '" + """ "
Fig 1. Locate 1 jpg picture for
Target 8/8 (GCVS Cnc SY)) from Live Session
Target
Centre (yellow cross) and Target Object (blue circle) are incorrectly
positioned.
Fig 2. Locate 2 jpg picture for Target
8/8 (GCVS Cnc SY).
Target Centre (green cross) and
Target Object (blue circle) are correctly positioned.
Back to Top
Storm Babet hit NE Scotland on 2023-10-19 and last 48-56 hours. With very
strong easterly winds and heavy rain.
There were serious floods in Brechin
area (Angus) as a resut. Storm damage and local flooding occured over a wider
area.
Graphs showing the extent of the rain and wind at the Clair
Observatory due to Storm Babet are shown below.
Rain:
Observatory was checked on 2023-10-21 in late afternoon after rain
had eased off. There was some water entry in the vicinity of the observatory
door, which faced east and was thus prone to the driving rain leaking round the
margins of the door. The door mat was found to be soaked through,
and water had gathered below the rubber floor mats. Checking further
showed there had been some water entry from under the observatory walls but it
was relatively minor. The door mat and 50% of the floor tiles were taken
up and dried. These were placed back in their positions the following
afternoon (2023-10-22).
Wind:
(Note : actual wind speeds were higher than recorded by the wind speed
sensor, which was situated on the lee side of the house.)
Pressure:
Back to Top
This Web Page: | Notes - Session 1157 (2023-10-16) |
Last Updated : | 2024-09-27 |
Site Owner : | David Richards |
Home Page : | David's Astronomy Web Site |