Replies: 3 comments 1 reply
-
|
There are 3 possible additional items that will get added to the end of the template.
https://github.com/aaronwmorris/indi-allsky/blob/main/indi_allsky/processing.py#L2350 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for the insight ! |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
The only issue I found is it messed up the formatting as it added an extra row to the bottom right.
Matt
From: Aaron W Morris ***@***.***>
Sent: Wednesday, April 9, 2025 9:49 AM
To: aaronwmorris/indi-allsky ***@***.***>
Cc: mshetzer ***@***.***>; Author ***@***.***>
Subject: Re: [aaronwmorris/indi-allsky] * Moon Mode * added to bottom of Label Template. (Discussion #2059)
Thank you!
I think your post does highlight a problem. These label entries pop up, unconfigured, and there is no way to remove them. I have not quite figured out what to do about this.
—
Reply to this email directly, view it on GitHub <#2059 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/A6453NEBM2PTFOIG3G724T32YU6NHAVCNFSM6AAAAAB2W2BOP2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENZYGA2DIMQ> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/A6453NASL4RTZWFDYUU5O5T2YU6NHA5CNFSM6AAAAAB2W2BOP2WGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAYMBZU.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Last night, the text, "* Moon Mode *" was added to bottom of Label Template. Not sure where this is coming from.
Thanks in advance for any insight into this.
Here is my label template.
#Top Right
xy:-35,35 (Upper Right)
anchor:ra (Right Justified)
color:255,0,0
{timestamp:%m:%d:%Y %H:%M:%S}
Sun Alt: {sun_alt:0.0f}°
Twilight: {sun_next_astro_twilight_set}
Dawn: {sun_next_astro_twilight_rise}
#Top Left
xy:35,35 (Upper Left)
anchor:la (Left Justified)
color:255,0,0
Exposure: {exposure:0.6f}
Gain: {gain:d}
Camera: {temp:0.1f}°{temp_unit:s}
#Bottom Right
xy:-35,-315 (Lower Right) [Use -15,-450 for size 60]
anchor:ra (Right Justified)
color:255,0,0
Moon Rise: {moon_next_rise}
Moon Set: {moon_next_set}
Moon: {moon_phase:0.0f}% {moon_alt:0.0f}°
#Bottom Left
xy:35,-315 (Lower Left) [Use 15,-210 for size 60]
anchor:la (Left Justified)
color:255,0,0
Stars Count: {stars:d}
Stretch: {stretch:s}
Smoke: {smoke_rating:s}
Beta Was this translation helpful? Give feedback.
All reactions