May 1 2026: APP 2.0.0-beta43 has been released !
Improved internal memory controls (much more stable and faster on big datasets), fixed CPU image viewer, fixed Narrowband extraction demosaic algortihms.
Apr 29 2026 APP 2.0.0-beta42 has been released !
New improved Normalization engine, Fixed random crashes in integration, fixed RGB Combine & Calibrate Star Colors, fixed Narrowband extraction algorithms, new development platform with performance gains, bug fixes in the tools, etc...
Apr 14 2026: Google Pay, Apple Pay & WeChat Pay added as payment options
Update on the 2.0.0 release & the full manual
We are getting close to the 2.0.0 stable release and the full manual. The manual will soon become available on the website and also in PDF format. Both versions will be identical and once released, will start to follow the APP release cycle and thus will stay up-to-date to the latest APP version.
Once 2.0.0 is released, the price for APP will increase. Owner's license holders will not need to pay an upgrade fee to use 2.0.0, neither do Renter's license holders.
Astro Pixel Processor 2.0.0-beta43 release notes
- IMPROVED INTERNAL MEMORY CONTROLS / FASTER AND MORE STABLE ON BIG DATASETS
As reported here : https://www.astropixelprocessor.com/community/main-forum/randomly-stopping-freezing-during-integrations/#post-34236 APP could stall/slow down or even freeze when processing big to very big datasets (500+ frames). The lastest APP releases have many code optimizations making it quite a bit faster, but the memory clean up internally was not able to keep up with all the GigaBytes of data that were processed. The old memory controls internally were fragmentating the memory causing these instability issues now and more quickly as well. Luckily, we are able to prevent this fragmentation completely by using a very different memory configuration internally. Technically, we have switched APP from using java's default G1 garbage collector with many G1 tweaks to using the more advanced Z garbage collector. This proves to be much better for data throughput and stability. Processing big datasets should not slow down APP at all anymore after having done several 100s of frames in integration.
- FIXED CPU IMAGE VIEWER
Beta42 introduced a regression bug in the CPU image viewer, so it no longer worked. This is fixed.
- FIXED NARROWBAND EXTRACTION DEMOSAIC ALGORITHMS
Beta40, 41 and beta42 had several bugs for Multi-Narrowband and also Narrowband processing using OSC / RGB camera's. These are all fixed now. These bugs were regressions from introducting the new resample and drizzle engines in beta40. These new engines are quite a bit faster and now should be bug free as well.