Hi all,
A new version of the standard ImageCalibration module is now available for all supported platforms. It fixes a bug that has been detected after the release of PixInsight 1.6.1. See
this forum thread for the bug report.
1. Installation Files
2. Source Code (for developers)
3. Installation Instructions
All platforms. If you have one or more instances of the PixInsight Core application running, terminate all of them.
Linux/X11. Download the tarball (for example, with wget) for your machine architecture, uncompress it and copy the resulting -pxm.so file to your bin installation directory. For example, assuming you've installed PixInsight on a 'PixInsight' directory under your home directory:
cd ~
mkdir tmp
cd tmp
wget http://pixinsight.com/download/bugfix/ImageCalibration-x11-x86_64-20100730.tar.gz
tar -xzf ImageCalibration-x11-x86_64-20100730.tar.gz
cp -f ImageCalibration-pxm.so ~/PixInsight/binWindows. Download the compressed file (a standard zip file) for your architecture, uncompress it, and copy the resulting -pxm.dll file to your bin installation folder. If you haven't changed it during installation, your bin installation folder is C:\PCL\bin (c:\PCL64\bin for 64-bit versions). Replace the old ImageCalibration-pxm.dll file.
Mac OS X. Download and uncompress the zip file for your architecture (x86 or x86_64). This will create an 'ImageCalibration-pxm.dylib' file. Locate the PixInsight.app application bundle with Finder. Normally, you should have it on your standard /Applications folder, although PixInsight.app can be executed from an arbitrary location. Right-click on PixInsight.app and select 'Show Package Contents'. Now open the Contents/MacOS folder and copy the new 'ImageCalibration-pxm.dylib' file there, replacing the existing file.