Moon rise/set times #190
Replies: 0 comments 8 replies
-
Thats a good idea :-) I am currently migrating the logic for the sun/moon and satellites to a new module (https://github.com/AllskyTeam/allsky-modules/tree/48-new-solar-system-module/allsky_solarsystem) If you checkout that branch and install the solarsystem module you can test the Moon times now. If you do install the module dont forget to disable the sun, moon and sats in the overlay options Alex |
Beta Was this translation helpful? Give feedback.
-
Hi Alex
I'm not getting a "~/allsky/config/overlay/extra/solarsystem.json" file
created
I tried to run the script via Thonny and got this error: -
Traceback (most recent call last):
File "/opt/allsky/modules/allsky_solarsystem.py", line 1, in <module>
import allsky_shared as s
ModuleNotFoundError: No module named 'allsky_shared'
Do I have to install anything else as a prerequisite?
…--
Thanks and Best Regards
Neil
On Fri, Nov 29, 2024 at 9:36 AM Alex ***@***.***> wrote:
Hi Alex
So, I copied the allsky_solar-system.py script to opt/allsky/modules and
activated it in the Module manager (periodic jobs). What next? Sorry to
come up with what must be very basic questions for you, but I'm still
getting to grips with modules (as I'm sure many others are).
:)
The idea behind 'modules' is that they can generate data for overlaying on
the captured image and also modify the image. The modules exist within flows
Daytime capture flow - These module are only run during the day.
Nightime capture flow - These modules are only run during the night
Day to night flow - These modules are run when allsky transitions from
daytime to nighttime capture
Night to day flow - These modules are run when allsky transitions from
nighttime to daytime capture
Periodic jobs flow - These modules run independently of images being
captured. Typically these are things that do not need to run for each
captured image such as getting weather data, running them periodically is
fine.
A module can generate data for use in the overlay editor, this is what the
solar system module does. After you have added it to the flow clicking on
its settings will allow you to specify which solar system objects you wish
to have data calculate for. The module will write the data to a file in
~/allsky/config/overlay/extra/solarsystem.json
If you have activated the module and enabled some solar system objects
have a look and see if the file is there and contains data, mine looks like
this
{
"AS_MOON_AZIMUTH": "11",
"AS_MOON_ELEVATION": "-55.62",
"AS_MOON_ILLUMINATION": "5.23",
"AS_MOON_SYMBOL": "X",
"AS_MOON_RISE_FULL": "Fri 29 Nov 2024 05:59:21 ",
"AS_MOON_RISE_DATE": "29/11/24",
"AS_MOON_RISE_TIME": "05:59:21",
"AS_MOON_SET_FULL": "Fri 29 Nov 2024 14:26:08 ",
"AS_MOON_SET_DATE": "29/11/24",
"AS_MOON_SET_TIME": "14:26:08",
"AS_MOON_NEXT_FULL_FULL": "Sun 15 Dec 2024 09:01:38 ",
"AS_MOON_NEXT_FULL_DATE": "15/12/24",
"AS_MOON_NEXT_FULL_TIME": "09:01:38",
"AS_MOON_NEXT_NEW_FULL": "Mon 30 Dec 2024 22:26:44 ",
"AS_MOON_NEXT_NEW_DATE": "30/12/24",
"AS_MOON_NEXT_NEW_TIME": "22:26:44",
"AS_SUN_DAWN": "20241129 07:04:12",
"AS_SUN_SUNRISE": "20241129 07:44:58",
"AS_SUN_NOON": "20241129 11:47:47",
"AS_SUN_SUNSET": "20241128 15:50:41",
"AS_SUN_DUSK": "20241128 16:31:18",
"AS_SUN_AZIMUTH": "324",
"AS_SUN_ELEVATION": "-55"
}
To use this data in an overlay you need to use the 'variable manager' in
the Overlay Editor. In the 'variable manager' there are two tabs
Allsky Variables - These are the variables you can use in your overlays
All Variables - Think of this as a library of ALL variables available but
to use them you must add them to the 'Allsky variables' tab using the + icon
So in the case of the solar system module you will find variables in the
'All variables' tab like 'AS_MOON_RISE_TIME' Click on the + symbol to add
it to the 'Allsky variables; tab, you will need to give it a description
but this can be anything you like.
After you had added the variable to the 'Allsky variables' tab you can
click on the '+' symbol to add it to the overlay. Do not forget to Save the
variables dialog after you have added variables.
The process of doing all of the above is covered in the documentation, see
link below, BUT if you think it could be improved then please let us know
https://htmlpreview.github.io/?https://raw.githubusercontent.com/AllskyTeam/allsky/master/html/documentation/overlays/overlays.html
Hope that helps but if not please feel free to ask any questions
Alex
—
Reply to this email directly, view it on GitHub
<https://github.com/AllskyTeam/allsky/discussions/3957#discussioncomment-11410588>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APT5YNHK7HPIYNKCD5GPDV32C6LFVAVCNFSM6AAAAABRS2RPGSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBRGA2TQOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Alex
I'm obviously doing something wrong :(
This is what I get when I run tail -f /var/log/allskyperiodic.log
Also, just a heads up, I'll be overseas for almost 2 weeks so won't be able
to try anything else until nearly mid December.
So if I don't respond, it's not because I'm ignoring you :)
2024-12-01T18:09:21.147206+11:00 hv-allsky allskperiodic[5443]: bash:
deactivate: line 1: syntax error: unexpected end of file
2024-12-01T18:09:21.147256+11:00 hv-allsky allskperiodic[5443]: bash: error
importing function definition for `deactivate'
2024-12-01T18:09:21.160918+11:00 hv-allsky allskperiodic[5419]: INFO:
Loading config /home/neil/allsky/config/settings.json
2024-12-01T18:09:21.161328+11:00 hv-allsky allskperiodic[5419]: INFO:
Running periodic flow...
2024-12-01T18:09:21.161466+11:00 hv-allsky allskperiodic[5419]: INFO:
----------------------- Running Module allsky_solarsystem.py
-----------------------
2024-12-01T18:09:21.166119+11:00 hv-allsky allskperiodic[5419]: INFO:
Attempting to load allsky_solarsystem
2024-12-01T18:09:21.166366+11:00 hv-allsky allskperiodic[5419]: ERROR:
Module allsky_solarsystem.py failed on line 224 - log() got an unexpected
keyword argument 'sendToAllsky'
2024-12-01T18:09:21.166472+11:00 hv-allsky allskperiodic[5419]: INFO:
Module allsky_solarsystem.py ran ok in 0.02s
2024-12-01T18:09:21.166542+11:00 hv-allsky allskperiodic[5419]: INFO:
periodic flow Complete...
2024-12-01T18:09:21.414135+11:00 hv-allsky allskperiodic[5379]: INFO:
Sleeping for 60 seconds
2024-12-01T18:10:22.309565+11:00 hv-allsky allskperiodic[5624]: bash:
get_variable: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.309825+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `get_variable'
2024-12-01T18:10:22.309880+11:00 hv-allsky allskperiodic[5624]: bash:
fix_settings_link: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.309930+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `fix_settings_link'
2024-12-01T18:10:22.309994+11:00 hv-allsky allskperiodic[5624]: bash:
determineCommandToUse: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.310043+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `determineCommandToUse'
2024-12-01T18:10:22.310099+11:00 hv-allsky allskperiodic[5624]: bash:
convert_json_to_tabs: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.310147+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `convert_json_to_tabs'
2024-12-01T18:10:22.310269+11:00 hv-allsky allskperiodic[5624]: bash:
settings: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.310318+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `settings'
2024-12-01T18:10:22.310368+11:00 hv-allsky allskperiodic[5624]: bash:
one_instance: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.310415+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `one_instance'
2024-12-01T18:10:22.310461+11:00 hv-allsky allskperiodic[5624]: bash:
checkAndGetNewerFile: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.310508+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `checkAndGetNewerFile'
2024-12-01T18:10:22.310555+11:00 hv-allsky allskperiodic[5624]: bash:
activate_python_venv: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.310602+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `activate_python_venv'
2024-12-01T18:10:22.310649+11:00 hv-allsky allskperiodic[5624]: bash:
getJSONarrayIndex: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.310695+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `getJSONarrayIndex'
2024-12-01T18:10:22.310744+11:00 hv-allsky allskperiodic[5624]: bash:
update_json_file: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.310791+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `update_json_file'
2024-12-01T18:10:22.310837+11:00 hv-allsky allskperiodic[5624]: bash:
deactivate_python_venv: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.310883+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `deactivate_python_venv'
2024-12-01T18:10:22.310929+11:00 hv-allsky allskperiodic[5624]: bash:
check_settings_link: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.310975+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `check_settings_link'
2024-12-01T18:10:22.311025+11:00 hv-allsky allskperiodic[5624]: bash:
convertLatLong: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.311071+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `convertLatLong'
2024-12-01T18:10:22.311118+11:00 hv-allsky allskperiodic[5624]: bash:
make_thumbnail: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.311166+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `make_thumbnail'
2024-12-01T18:10:22.311216+11:00 hv-allsky allskperiodic[5624]: bash:
whatWebsites: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.311264+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `whatWebsites'
2024-12-01T18:10:22.311321+11:00 hv-allsky allskperiodic[5624]: bash:
indent: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.311369+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `indent'
2024-12-01T18:10:22.311417+11:00 hv-allsky allskperiodic[5624]: bash:
checkPixelValue: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.311466+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `checkPixelValue'
2024-12-01T18:10:22.311514+11:00 hv-allsky allskperiodic[5624]: bash:
checkCropValues: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.312250+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `checkCropValues'
2024-12-01T18:10:22.312492+11:00 hv-allsky allskperiodic[5624]: bash:
get_sunrise_sunset: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.312601+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `get_sunrise_sunset'
2024-12-01T18:10:22.312694+11:00 hv-allsky allskperiodic[5624]: bash:
reboot_needed: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.312843+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `reboot_needed'
2024-12-01T18:10:22.313062+11:00 hv-allsky allskperiodic[5624]: bash:
doExit: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.313329+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `doExit'
2024-12-01T18:10:22.313507+11:00 hv-allsky allskperiodic[5624]: bash:
get_links: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.313694+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `get_links'
2024-12-01T18:10:22.313854+11:00 hv-allsky allskperiodic[5624]: bash:
deactivate: line 1: syntax error: unexpected end of file
2024-12-01T18:10:22.314007+11:00 hv-allsky allskperiodic[5624]: bash: error
importing function definition for `deactivate'
2024-12-01T18:10:22.328777+11:00 hv-allsky allskperiodic[5619]: INFO:
Loading config /home/neil/allsky/config/settings.json
2024-12-01T18:10:22.329925+11:00 hv-allsky allskperiodic[5619]: INFO:
Running periodic flow...
2024-12-01T18:10:22.330828+11:00 hv-allsky allskperiodic[5619]: INFO:
----------------------- Running Module allsky_solarsystem.py
-----------------------
2024-12-01T18:10:22.331353+11:00 hv-allsky allskperiodic[5619]: INFO:
Attempting to load allsky_solarsystem
2024-12-01T18:10:22.331411+11:00 hv-allsky allskperiodic[5619]: ERROR:
Module allsky_solarsystem.py failed on line 224 - log() got an unexpected
keyword argument 'sendToAllsky'
2024-12-01T18:10:22.331605+11:00 hv-allsky allskperiodic[5619]: INFO:
Module allsky_solarsystem.py ran ok in 0.02s
2024-12-01T18:10:22.331684+11:00 hv-allsky allskperiodic[5619]: INFO:
periodic flow Complete...
2024-12-01T18:10:22.632753+11:00 hv-allsky allskperiodic[5379]: INFO:
Sleeping for 60 seconds
2024-12-01T18:11:23.406990+11:00 hv-allsky allskperiodic[5715]: bash:
get_variable: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.407468+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `get_variable'
2024-12-01T18:11:23.407525+11:00 hv-allsky allskperiodic[5715]: bash:
fix_settings_link: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.407628+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `fix_settings_link'
2024-12-01T18:11:23.407767+11:00 hv-allsky allskperiodic[5715]: bash:
determineCommandToUse: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.407818+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `determineCommandToUse'
2024-12-01T18:11:23.407866+11:00 hv-allsky allskperiodic[5715]: bash:
convert_json_to_tabs: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.407914+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `convert_json_to_tabs'
2024-12-01T18:11:23.407960+11:00 hv-allsky allskperiodic[5715]: bash:
settings: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.408007+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `settings'
2024-12-01T18:11:23.408058+11:00 hv-allsky allskperiodic[5715]: bash:
one_instance: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.408104+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `one_instance'
2024-12-01T18:11:23.408151+11:00 hv-allsky allskperiodic[5715]: bash:
checkAndGetNewerFile: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.408208+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `checkAndGetNewerFile'
2024-12-01T18:11:23.408263+11:00 hv-allsky allskperiodic[5715]: bash:
activate_python_venv: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.408317+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `activate_python_venv'
2024-12-01T18:11:23.408364+11:00 hv-allsky allskperiodic[5715]: bash:
getJSONarrayIndex: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.408411+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `getJSONarrayIndex'
2024-12-01T18:11:23.408462+11:00 hv-allsky allskperiodic[5715]: bash:
update_json_file: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.408509+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `update_json_file'
2024-12-01T18:11:23.408555+11:00 hv-allsky allskperiodic[5715]: bash:
deactivate_python_venv: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.408601+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `deactivate_python_venv'
2024-12-01T18:11:23.408647+11:00 hv-allsky allskperiodic[5715]: bash:
check_settings_link: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.408695+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `check_settings_link'
2024-12-01T18:11:23.408747+11:00 hv-allsky allskperiodic[5715]: bash:
convertLatLong: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.408796+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `convertLatLong'
2024-12-01T18:11:23.408846+11:00 hv-allsky allskperiodic[5715]: bash:
make_thumbnail: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.408895+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `make_thumbnail'
2024-12-01T18:11:23.408944+11:00 hv-allsky allskperiodic[5715]: bash:
whatWebsites: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.408992+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `whatWebsites'
2024-12-01T18:11:23.409040+11:00 hv-allsky allskperiodic[5715]: bash:
indent: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.409088+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `indent'
2024-12-01T18:11:23.409137+11:00 hv-allsky allskperiodic[5715]: bash:
checkPixelValue: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.409185+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `checkPixelValue'
2024-12-01T18:11:23.409260+11:00 hv-allsky allskperiodic[5715]: bash:
checkCropValues: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.409311+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `checkCropValues'
2024-12-01T18:11:23.409359+11:00 hv-allsky allskperiodic[5715]: bash:
get_sunrise_sunset: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.409404+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `get_sunrise_sunset'
2024-12-01T18:11:23.409455+11:00 hv-allsky allskperiodic[5715]: bash:
reboot_needed: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.409502+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `reboot_needed'
2024-12-01T18:11:23.409558+11:00 hv-allsky allskperiodic[5715]: bash:
doExit: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.409604+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `doExit'
2024-12-01T18:11:23.409657+11:00 hv-allsky allskperiodic[5715]: bash:
get_links: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.409705+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `get_links'
2024-12-01T18:11:23.409755+11:00 hv-allsky allskperiodic[5715]: bash:
deactivate: line 1: syntax error: unexpected end of file
2024-12-01T18:11:23.409802+11:00 hv-allsky allskperiodic[5715]: bash: error
importing function definition for `deactivate'
2024-12-01T18:11:23.424845+11:00 hv-allsky allskperiodic[5710]: INFO:
Loading config /home/neil/allsky/config/settings.json
2024-12-01T18:11:23.425314+11:00 hv-allsky allskperiodic[5710]: INFO:
Running periodic flow...
2024-12-01T18:11:23.425442+11:00 hv-allsky allskperiodic[5710]: INFO:
----------------------- Running Module allsky_solarsystem.py
-----------------------
2024-12-01T18:11:23.425493+11:00 hv-allsky allskperiodic[5710]: INFO:
Attempting to load allsky_solarsystem
2024-12-01T18:11:23.425541+11:00 hv-allsky allskperiodic[5710]: ERROR:
Module allsky_solarsystem.py failed on line 224 - log() got an unexpected
keyword argument 'sendToAllsky'
2024-12-01T18:11:23.425611+11:00 hv-allsky allskperiodic[5710]: INFO:
Module allsky_solarsystem.py ran ok in 0.02s
2024-12-01T18:11:23.425660+11:00 hv-allsky allskperiodic[5710]: INFO:
periodic flow Complete...
2024-12-01T18:11:23.710888+11:00 hv-allsky allskperiodic[5379]: INFO:
Sleeping for 60 seconds
…--
Thanks and Best Regards
Neil
On Sun, Dec 1, 2024 at 3:49 AM Alex ***@***.***> wrote:
Ok a few things to try
1. Is the module installed correctly? The best way to install it would
be as follows
cd /tmp
git clone https://github.com/AllskyTeam/allsky-modules.git
cd allsky-modules
git checkout 48-new-solar-system-module
./install
When presented with the list of modules ONLY install the solar system
module
2. Is the module actually running?
Add the module to the periodic flow, click on the settings button and
enable any features you need
Set the debug level to 4 in the allsky settings, after you have finished
this test dont forget to set it back to whatever value it was
Run the following
tail -f /var/log/allskyperiodic.log
You should see something like the following
2024-11-30T16:47:40.949592+00:00 allsky allskperiodic[2566335]: INFO: --------------- Running Module allsky_solarsystem ---------------
2024-11-30T16:47:40.949607+00:00 allsky allskperiodic[2566335]: INFO: Downloading ephemeris data
2024-11-30T16:47:40.949637+00:00 allsky allskperiodic[2566335]: INFO: Calculating position of Mercury
2024-11-30T16:47:40.949656+00:00 allsky allskperiodic[2566335]: INFO: Calculating position of Venus
2024-11-30T16:47:40.949690+00:00 allsky allskperiodic[2566335]: INFO: Calculating position of Mars
2024-11-30T16:47:40.949709+00:00 allsky allskperiodic[2566335]: INFO: Calculating position of Jupiter
2024-11-30T16:47:40.949724+00:00 allsky allskperiodic[2566335]: INFO: Calculating position of Saturn
2024-11-30T16:47:40.949742+00:00 allsky allskperiodic[2566335]: INFO: Calculating position of Uranus
2024-11-30T16:47:40.949757+00:00 allsky allskperiodic[2566335]: INFO: Calculating position of Neptune
2024-11-30T16:47:40.949776+00:00 allsky allskperiodic[2566335]: INFO: Calculating position of Pluto
2024-11-30T16:47:40.949790+00:00 allsky allskperiodic[2566335]: INFO: Saving solarsystem.json
If you dont see this or you see any errors please paste them here
Thanks
Alex
—
Reply to this email directly, view it on GitHub
<https://github.com/AllskyTeam/allsky/discussions/3957#discussioncomment-11422947>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APT5YNB6LP6QIW3DHRVUBOT2DHUBTAVCNFSM6AAAAABRS2RPGSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBSGI4TINY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Sorry that was my fault ! I am using a feature in the module thats only available in the next release of Allsky. The new version will be out next weekend so perhaps you can upgrade Allsky and the modules when you are back, I'll leave this open for now Alex |
Beta Was this translation helpful? Give feedback.
-
In the overlay module, there are SUN_SUNRISE and SUN_SUNSET variables available to display on the overlay.
However, there are no corresponding values for the moon (I.E MOON_MOONRISE and MOON_MOONSET).
Is it possible to have these included?
As an astrophotographer, moon rise/set times are useful pieces of information to have.
I know this information is available in many mobile apps but to have it in allsky (if possible) would be pretty cool.
Beta Was this translation helpful? Give feedback.
All reactions