×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

New All Sky camera management software: indi-allsky

  • Posts: 20
  • Thank you received: 2
I really like indi-allsky, and have been using it for several months now. As a minor issue, does anyone else have problems with the lunar and solar orbs positions? Mine seem to be out by 180 degrees, despite no image flipping. Times and locations are all correct, and I cannot see any way to adjust the positions. It makes no difference to the utility of indi-allsky, but it niggles my OCD! Any ideas how to correct it?
Regards
Tim
1 year 8 months ago #85043

Please Log in or Create an account to join the conversation.

  • Posts: 261
  • Thank you received: 66
Hello Tim, what is your configured latitude and longitude and where do you live? I just want to double check the logic.

Can you upload an image here so I can see what you are seeing?

The orbs are drawn on the image after any flipping is done, so that should not affect anything.
1 year 8 months ago #85044

Please Log in or Create an account to join the conversation.

  • Posts: 20
  • Thank you received: 2
Hi Aaron. Thanks for all your work on indi-allsky.
My Lat and Long are +50.98, -2.67. The current picture is attached. North is top(ish), East is left. Time is UTC+1, Moon should be at Az 72 El -32, Sun at Az 122, El43 according to Ekos. Indi-Allsky shows correct Elevations in status window.
Kind regards.
Tim

1 year 8 months ago #85061
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 261
  • Thank you received: 66
I need to add another screenshot in my project regarding the orbs. The orbs do not reflect the altitude or azimuth, but the local hour angle of the sun and the moon. 12o clock on the local hour angle (top center of the image) should be when the sun/moon reaches the meridian in the sky. The notches on the side are the hour angles for the sun when -6 (civil twilight), -12 (nautical twilight), and -18 (astronomical twilight) below the horizon.
1 year 8 months ago #85086

Please Log in or Create an account to join the conversation.

  • Posts: 20
  • Thank you received: 2
Hi Aaron, thank you. Now I understand. I thought that they indicated the solar and lunar azimuths when those bodies are not visible. My mistake. Thanks again for all your work.
Kind regards
Tim
1 year 8 months ago #85087

Please Log in or Create an account to join the conversation.

  • Posts: 261
  • Thank you received: 66
I considered a few different modes for the orbs, but eventually settled on the hour angle.

I suppose I did pick an "earth centric" view rather than observer centric. I can see how Alt/Az could be helpful.

Tell you what, I will take your post as a request for the ability to change the orbs to show Alt/Az.
1 year 8 months ago #85109

Please Log in or Create an account to join the conversation.

  • Posts: 20
  • Thank you received: 2
Thanks Aaron. I think an alt/az approach would be useful, especially when using indi-allsky to monitor sky conditions for observing.
Kind regards
Tim
1 year 8 months ago #85110

Please Log in or Create an account to join the conversation.

  • Posts: 261
  • Thank you received: 66
I just merged support for two additional modes for the orb rendering. You can now choose from:
  • Hour Angle
  • Azimuth
  • Altitude

Let me know how this works.
Last edit: 1 year 8 months ago by Aaron Morris.
1 year 8 months ago #85231

Please Log in or Create an account to join the conversation.

  • Posts: 20
  • Thank you received: 2
The Orbs seem to work in Az, thank you. But I now have a permanent SOI rectangle and focus rings on the stars, whatever the focus settings.
Thanks
Tim
1 year 8 months ago #85242

Please Log in or Create an account to join the conversation.

  • Posts: 261
  • Thank you received: 66
Did you happen to accidentally enable "Mark Detections on Image"?

Near the bottom of this image...
1 year 8 months ago #85245
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 20
  • Thank you received: 2
Hi Aaron, that will do it! I think I selected it some time ago, trying to get the highlights on meteor trails, but it had no effect until yesterday...
Thanks again.
Tim
1 year 8 months ago #85277

Please Log in or Create an account to join the conversation.

  • Posts: 200
  • Thank you received: 18
I updated in order to get the new focus model and now it seems to crash when trying to connect to my ASI290mm mini camera:

Aug 13 10:27:06 allsky [INFO] MainProcess allsky._initialize() #335: Found 1 CCDs
Aug 13 10:27:06 allsky [WARNING] MainProcess allsky._initialize() #338: Connecting to device ZWO CCD ASI290MM Mini
Aug 13 10:27:07 allsky [INFO] MainProcess indi.newMessage() #218: new Message 2022-08-13T16:27:06: [ERROR] Error connecting to the CCD (ASI_ERROR_CAMERA_REMOVED).
Aug 13 10:27:07 allsky [INFO] MainProcess miscDb.addCamera() #44: Camera DB ID: 1
Aug 13 10:27:07 allsky [INFO] MainProcess indi.configureDevice() #404: Setting switch DEBUG
Aug 13 10:27:07 allsky [INFO] MainProcess indi.newSwitch() #205: new Switch CONNECTION for device ZWO CCD ASI290MM Mini
Aug 13 10:27:07 allsky [INFO] MainProcess indi.newSwitch() #205: new Switch DEBUG for device ZWO CCD ASI290MM Mini
Aug 13 10:27:08 allsky [INFO] MainProcess indi.updateCcdBlobMode() #228: Set BLOB mode
Aug 13 10:27:09 allsky [INFO] MainProcess indi.configureDevice() #404: Setting switch CCD_FRAME_TYPE
Aug 13 10:28:14 allsky [ERROR] MainProcess allsky.unhandled_exception() #36: An uncaught exception occurred:
Aug 13 10:28:14 allsky [ERROR] MainProcess allsky.unhandled_exception() #37: Type: <class 'indi_allsky.exceptions.TimeOutException'>
Aug 13 10:28:14 allsky [ERROR] MainProcess allsky.unhandled_exception() #38: Value: Timeout finding control CCD_FRAME_TYPE
Aug 13 10:28:14 allsky [ERROR] MainProcess allsky.unhandled_exception() #43: ' File "/home/thomas/indi-allsky/allsky.py", line 128, in <module>\n action_func(*args_list, **kwargs_dict)\n'
Aug 13 10:28:14 allsky [ERROR] MainProcess allsky.unhandled_exception() #43: ' File "/home/thomas/indi-allsky/indi_allsky/allsky.py", line 588, in run\n self._initialize()\n'
Aug 13 10:28:14 allsky [ERROR] MainProcess allsky.unhandled_exception() #43: ' File "/home/thomas/indi-allsky/indi_allsky/allsky.py", line 363, in _initialize\n self.indiclient.setFrameType(self.ccdDevice, \'FRAME_LIGHT\') # default frame type is light\n'
Aug 13 10:28:14 allsky [ERROR] MainProcess allsky.unhandled_exception() #43: ' File "/home/thomas/indi-allsky/indi_allsky/indi.py", line 266, in setFrameType\n self.configureDevice(ccd_device, frame_config)\n'
Aug 13 10:28:14 allsky [ERROR] MainProcess allsky.unhandled_exception() #43: ' File "/home/thomas/indi-allsky/indi_allsky/indi.py", line 405, in configureDevice\n self.set_switch(device, k, on_switches=v[\'on\'], off_switches=v.get(\'off\', []))\n'
Aug 13 10:28:14 allsky [ERROR] MainProcess allsky.unhandled_exception() #43: ' File "/home/thomas/indi-allsky/indi_allsky/indi.py", line 670, in set_switch\n c = self.get_control(device, name, \'switch\')\n'
Aug 13 10:28:14 allsky [ERROR] MainProcess allsky.unhandled_exception() #43: ' File "/home/thomas/indi-allsky/indi_allsky/indi.py", line 644, in get_control\n raise TimeOutException(\'Timeout finding control {0}\'.format(name))\n'
1 year 8 months ago #85322

Please Log in or Create an account to join the conversation.

Time to create page: 0.870 seconds