Hi all,
A new version of PixInsight has been just released and is now available to all users: 1.8.1.1092 for FreeBSD, Linux, Mac OS X, and Windows.
Build 1092 is a bugfix/maintenance release. We encourage you to update all your installations as soon as possible.
How to Install the ReleaseThis version is not available through the update system. You have to download the appropriate installation package(s) for your platform(s) from our Software Distribution system:
https://pixinsight.com/dist/Simply uninstall your current version and install the new one:
FreeBSD and Linux: PixInsight installation packages are gzip-compressed tar archives (.tar.gz). To install one of these archives, extract its full contents on any directory, preferably on one located under your home directory. Then become root and run the installer program from a terminal. For complete information on the PixInsight Linux/UNIX installer program, see this forum post:
http://pixinsight.com/forum/index.php?topic=6336.0Mac OS X: Uncompress the .zip archive to get the PixInsight.app application bundle. It can be executed from any location, but we recommend copying it to the standard /Applications folder, and optionally add it to the Dock.
Windows: We provide standard Windows installation packages. To install one of these packages, launch the executable file and follow the instructions. Once installed, you'll have a new entry on your Start > All Programs menu (or equivalent item on Windows 8), namely PixInsight Platform, where you'll find an option to launch the PixInsight Core application. The installation also includes an uninstall utility.
Bug FixesThis version fixes all confirmed bugs in the previous build 1087, plus a large number of minor bugs and performance issues that we have discovered through exhaustive stress testing. These are two relevant problems fixed in build 1092:
* Fixed a crash on all platforms when the RealTimePreview virtual view was selected in a view list. See the original bug report on PixInsight Forum:
http://pixinsight.com/forum/index.php?topic=6946.0* Fixed a regression in the Math.min() and Math.max() JavaScript methods that was affecting the BatchPreprocessing script. Original bug report:
http://pixinsight.com/forum/index.php?topic=6937.0New FeaturesThis is a partial list with the most important new features in PixInsight Core 1.8.1.1092:
* Integration of Qt 4.8.6 Snapshot 517 (17 March 2014)
* Integration of dcraw 1.461 (31 January 2014)
* Integration of cUrl 7.36.0
* Integration of OpenSSL 1.0.1g (Heartbleed bugfix)
* Integration of gnuplot 4.6.5
* Linux versions are now built with GNU GCC 4.8.2
* Windows versions are now built with Microsoft Visual Studio 2013
* PixInsight Class Library 2.0.11.663
* The new MultiscaleLinearTransform (MLT) tool replaces ATrousWaveletTransform (which is now deprecated but maintained for compatibility). MLT introduces a new linear multiscale transform based on multiple Gaussian filters, besides the starlet transform (aka
à trous wavelet transform).
* The MultiscaleMedianTransform (MMT) tool introduces a new median-wavelet transform that splits the multiscale representation optimally into wavelets for nonsignificant structures and the median transform for high-contrast structures.
* New linear mask feature integrated in the MLT and MMT tools. Linear masks greatly enhance noise reduction of raw linear images.
* ImageIntegration has two new options to control how range rejected pixels are reported. See this forum post for more information:
http://pixinsight.com/forum/index.php?topic=6941.0* New MergeCFA tool by Nikolay Volkov:
http://pixinsight.com/forum/index.php?topic=6249.0* Updated script collection by Andrés del Pozo:
- General: The queries to the catalogs of VizieR are now faster and smaller.
- General: The cache of VizieR data keeps the last 20 queries between executions.
- ImageSolver, AnnotateImage, AperturePhotometry, CatalogStarGenerator: New option "non-interactive" for non-interactive execution.
- ImageSolver: Improved method for solving images using weighted splines.
- AperturePhotometry: Measurement of all the stars in an area 50% bigger than the field of view of the first image.
- AperturePhotometry: Option for saving the diagnostic images.
- AperturePhotometry: Configuration of name prefix for the output tables.
* New standard update repository scheme. Updates are now split into three standard repositories: update, update-devel and update-doc for production stable modules, development/unstable modules and reference documentation, respectively. In this way the update system is more modular and flexible.
* New File.currentWorkingDirectory, File.homeDirectory and File.rootDirectory static JavaScript properties.
* New cpuId() global JavaScript method that gives access to the CPUID machine instruction on Intel and AMD processors.
* New Math.minElem() and Math.maxElem() static JavaScript methods.
* New version of the MakefileGenerator script with support for Microsoft Visual C++ 2013.
I hope you enjoy this new release.