Skip to content

Releases: aaronwmorris/indi-allsky

Release indi_v2024.05.1

02 May 13:55
a8b0dea
Compare
Choose a tag to compare

What's Changed

Full Changelog: indi_v2024.02.1...indi_v2024.05.1

Release indi_v2024.02.1

02 Mar 02:09
3426044
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0...indi_v2024.02.1

Release v8.0

26 Feb 02:43
8fa1a15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.9...v8.0

Release v7.9

02 Feb 02:22
f577ada
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.7...v7.9

Release v7.7

03 Dec 01:17
a6525bf
Compare
Choose a tag to compare
  • Cardinal directions image overlay
  • Fish-eye to panorama perspective conversion
  • Support using JPEG and PNG sources for dark frame calibration
  • New logo and favicon
  • Abort exposures when camera is hung
  • Separate connect and read timeouts for file transfer functions

Release v7.6

25 Oct 01:48
0b40678
Compare
Choose a tag to compare
  • BREAKING CHANGE: Detection masks utilized before geometry changes
  • GCP Storage
  • pyCurl Camera for remote web cam support
  • FITS image processing
  • Raspberry Pi OS Bookworm/Debian 12 support
  • Images stored in database using relative paths
  • IIS and Hubble tracking info
  • Satellite tracking in Astropanel
  • Fix SCNR Average Neutral processing
  • Removed GPS time sync

Release v7.4

22 Aug 23:55
c2cffee
Compare
Choose a tag to compare

Smoke data from NOAA HMS
16-bit CLAHE contrast enhancement
SyncAPI security enhancements
Passenger and CGI interfaces
Astropanel integration

Release v7.2

15 Jul 15:57
ce45d07
Compare
Choose a tag to compare

Release 7.2 is primarily an architecture change.

Previously, the camera/hardware management occurred in the same process as the main program loop. In release 7.2, I have separated the camera management from the main program loop. The main program loop only handles process management and config management. The capture process is now fully independent. A reload event now completely shuts down the indi client and a new process is created with a new client. If the indi process were to crash, a new process would get created within a few seconds.

This might also help (very slightly) with memory, since using separate processes in python multiprocessing performs a full copy of memory in the new processes. None of the memory related to indi and camera management is copied to the other processes anymore.

File transfer processes are now converted to threads. This should significantly reduce the impact of memory usage when more threads are used. I have increased the default threads to 2.

Release v7.1

08 Jul 03:31
43ced7a
Compare
Choose a tag to compare

Data from the NOAA Space Weather Prediction Center is used to predict the possibility of aurora activity.
Text overlay customizations.
Add image saturation controls.

Release 7.0

19 May 17:20
f40342e
Compare
Choose a tag to compare
  • Image stretching
  • Docker support