/*----------------------------------------------------- /*SPU HLSW V11.1 - WHAT'S NEW !! /* /* Project: HSO/PACS, SPU HLSW /* Contact: spuhlsw@prip.tuwien.ac.at /* Date: 02-09-2004 /*----------------------------------------------------- SPU HLSW 11.2 is positioned as an upgrade of SPU HLSW 11.1, containing the following new features: * Decreased Detectors Selection Complexity for Blue Photometry. * DMC Header Check is not performed in Buffer Transmission Mode in Spectroscopy. 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. Decreased Detectors Selection Complexity for Blue Photometry: ------------------------------------------------------------- The detectors selection in blue photometry is performed in one itreration instead of the 4 iterations (for the four tables). the four tables are merged in one table and then the detectors selection is performed for the whole blue photometry image. The algorithm complexity decreases then by 55%. DMC Header Check is not performed in Buffer Transmission Mode in Spectroscopy: ------------------------------------------------------------------------------- In case of DMC header error in spectroscopy the buffer transmission mode can be used to monitor the corruption in the header data. Therefore, DMC header check is not performed in this compression mode to allow the transfer of the data to ground. The following c/h files has been changed since HLSW version 11.1: - Bol1_2.c - Bol3.c - Bol4.c - dxs.c - pkup_pg.c - spec1_2.c - spec3.c - spec4.c - spulib.h - supervs.c - watchpc.c - write.c /* --- EOF ---