/*----------------------------------------------------- /*SPU HLSW V11.3 - WHAT'S NEW !! /* /* Project: HSO/PACS, SPU HLSW /* Contact: spuhlsw@prip.tuwien.ac.at /* Date: 24-09-2004 /*----------------------------------------------------- SPU HLSW 11.3 is positioned as an upgrade of SPU HLSW 11.2, containing the following new features: * Bug in Detector Selection for Blue Photometry corrected. This will be explained in the specific sections that follow. The required Decompression SW version is: - Decompress11 (Ground Decompression Software in Java) The SPU HLSW Development Team. Bug in Detector Selection for Blue Photometry corrected -------------------------------------------------------- The detectors selection in blue photometry is used through one big table for the 4 matrices (16x32). However, the length of the was wrongly set (512 detectors instead of 2048). Furthermore, merging the four tables in one required an additional data sorting such that detectors order should be maintain. This version has corrected this bug by sending the right detector length and performing this additional sorting. The following c/h files has been changed since HLSW version 11.2: - Bol1_2.c - Bol3.c - Bol4.c - dxs.c - spuasw.h /* --- EOF ---