Astro Pixel Process...
 
Share:
Notifications
Clear all

UPDATE FROM MABULA

I have had a very rough 2 months unfortunately health wise. I was struck 3x in a row with bacterial infections. The second infection occurred  after a routine hospital checkup and I became very sick. I had to rest and take a lot of antibiotics. Once I was recovering and restarting work 1 month ago, I again became sick. The infection was not yet gone, so even more antibiotics and rest was needed. Needless to say, it took a lot of my energy and I needed a lot of rest.

 

Finally, the infection is really gone and my energy is coming back step-by-step now and I have started work again. I am terribly sorry to have kept you waiting for support. I will address all outstanding questions and e-mails step-by step and will be on the forum daily from today.

 

APP 2.0.0-beta47 will come soon as well, a lot of work was already completed before I became very ill, so the release is also nearly ready for you. Beta47 will be much faster actually. Many workflows will be more than 2x faster, mosaics can even be 10x faster than before because registration really received a major boost... all compared to beta46.  Before I release it, I will make sure that everything is working properly and then I will release it.

[Sticky] Astro Pixel Processor 2.0.0-beta45 release notes

1 Posts
1 Users
0 Reactions
970 Views
(@mabula-admin)
Universe Admin
Joined: 9 years ago
Posts: 5379
Topic starter  

Astro Pixel Processor 2.0.0-beta45 release notes

This release has many fixes, improvements and new optimizations especially for the new registration engine that was introduced in 2.0.0-beta39. And fully multi-threaded Local Normalization Correction.

  • UPGRADED development platform to OpenJDK 26.0.1

    We moved from Oracle to OpenJDK because of the next release note, to further improve the internal memory configuration and cleanup. 2.0.0-beta45 is using the Shenandoah adaptive garbage collector (developed mainly by the open source community and Red Hat) which is again an improvement over the new configuration in beta43 and beta44 that were using the Z garbage collector.

  • IMPROVED ALGEBRA, MATRIX INVERSION - performance improvement !

    We used to rely on a third party algebra library  (EJML) to do matrix inversion. The library could do it quite fast but only single threaded. This was the last remaining issue for getting fully multi-threaded Local Normalization Correction calculations for example. We have now implemented our own very fast single thread matrix inverter which out runs the EJML matrix inversion on small matrices with a factor of almost 10. And ! we have also implemented a multi-threaded matrix inversion which really helps to improve performance in both the registration engine and in speeding up Local Normalization Correction on big datasets.

  • IMPROVED LOCAL NORMALIZATION CORRECTION, now 100% multi-threaded.

    As a result of our new multi-threaded matrix inversion that we implemented. LNC is now fully multi-threaded and so this is a nice performance gain for anyone using LNC.

  • IMPROVED 4)REGISTER, 2-view pattern recognition

    We have optimized all the code in the 2-view registration phase in terms of memory usage. The total memory consumption is grealy reduced while registering images, which should enhance performance when registering 100s of frames. We have also fixed a couple of minor inconsistencies in the engine that could have caused variable registration results, so variance is reduced meaning more robust results.

  • IMPROVED 4)REGISTER, mosaic descriptor creation

    When running a very big mosaic (100+ frames) APP used to create all the descriptors for each frame first and then start registering the frames to each other. This implementation was rather memory hungry because all the descriptors were needed to stay in memory. It could cause systems to run Out Of Memory https://www.astropixelprocessor.com/community/main-forum/encountered-error-in-module-createqualityregistrationdescriptorstask/#post-34515 . Beta45 will now only create the descriptors for a reference frame when needed and will remove it from memory immediately when it is no longer needed. In this way, memory consumption stays under control and the performance is not affected and might be slightly better on certain systems with big mosaics.

  • IMPROVED 4)REGISTER, pattern recognition will be faster and use less memory

    We have made several optimizations in the 2-view registration phase where patterns between the stars are matched between the frames to be registered. The K-dimensional tree implementation was upgraded to be faster and use less memory.

  • FIXED 4)REGISTER dynamic distorion correction was disabled on pierflipped data

    As mentioned here https://www.astropixelprocessor.com/community/main-forum/app-2-0-beta-41-registration-error/#post-34353 registration did not work properly on frames that were pierflipped. beta39-beta44 (new registration engine) mistakenly turned off dynamic distortion correction on these frames, but they clearly need it. This has been robustly fixed by adding an algorithm in the registration engine that detects a pier flip. 

  • FIXED 4)REGISTER no more force of calibrated projective model for data that is near 200mm in focal length.

    As reported here https://www.astropixelprocessor.com/community/appreleases/beta-41-registration-issues/#post-34210 if the projective registration model was used on data that has a focal length near 200mm, the engine could warn the user that the calibrated projective model would be needed and it would force that model. That behaviour has been changed. The user will be asked now to continue with the projective model or if he/she wants to change the model. VIce versa also for starting with the calibrated projective model and possibly using the projective model when the mosaic calculation sees that projective is also viable.

  • FIXED 4)REGISTER comet/one-star 

    As reported here https://www.astropixelprocessor.com/community/comet-registration-and-integration/beta-41-comet-registration-issues/#post-34307 the comet/one-star regisgtration mode had several issues with data that has little stars and low quality (shot in the morning glow). We have fixed 4 problems so now the data can be properly processed. We have fixed 2 bugs related to little stars so the images might not be able to register on the stars. We fixed the counter of which image is being processed in the comet mode and we also added a warning message if star registration is simply not possible and the user should try to disable star analysis and the register on the comet only.

  • FIXED SAVE/LOAD Preferences

    Several issues have been fixed for saving and loading the user preferences between APP restarts. For instance, if APP starts with a crash for some reason, or if APP start is aborted before being fully loaded, the next APP instance could start with not default settings, like in 3) Analyse Stars, it could start with max stars of only 10. This has been fixed. If such an APP crash/abort occurs, APP will detect it the next time it is started and it will safely load all the default settings. 

  • FIXED ArrayIndexOutOfBoundsException in LokationAndScaleCalculator for NormalizationMap


   
ReplyQuote
Share: