=================== IRIS/RDA patch1 ====================== Undercertain conditions IRIS might stop generating products after "No More Room To Map File" error message apperas in the log file. The resource leak was cause by one of the product generators which was not closing files if it had to abort product generation. product-8.13.6.1.gz --- posted 23-Nov-2016 Installation instructions: # cp product-*.gz /usr/sigmet/bin # cd /usr/sigmet/bin # mv product product-8.13.6 # gunzip product-*.gz # chown root.users product-8.13.6.1 # chmod 775 product-8.13.6.1 # chmod g+s product-8.13.6.1 # chmod u+s product-8.13.6.1 # ln -s product-8.13.6.1 product =================== IRIS/RDA patch2 ====================== HCLASS moment was not displayed properly in the Real Time Display (aks RTD or rtdisp) ever since HCLASS in ingest files and RAW products became a storage for multiple classifications. This patch restores original functionality -- rtdisp will be displaying the results of the original, METEO, classification. The change is in the helper app rtd_insert rtd_insert-8.13.6.2.gz --- posted 14-Dec-2016 Installation instructions: # cp rtd_insert-*.gz /usr/sigmet/bin # cd /usr/sigmet/bin # mv rtd_insert rtd_insert-8.13.6 # gunzip rtd_insert-*.gz # chown root.users rtd_insert-8.13.6.2 # chmod 775 rtd_insert-8.13.6.2 # chmod g+s rtd_insert-8.13.6.2 # chmod u+s rtd_insert-8.13.6.2 # ln -s rtd_insert-8.13.6.2 rtd_insert =================== IRIS/RDA patch3 ====================== jamplayer is a Jam STAPL ByteCode Player from Altera Corp. In the IRIS/RDA install it is used to updated firmware on SIGMET IO62 cards. The original version of the jamplayer utility was only functional in 32-bit OS. This patch provides 64-bit safe version of the jamplayer utility. jamplayer-8.13.6.3.gz --- posted 4-Jan-2017 Installation instructions: # cp jamplayer-*.gz /usr/sigmet/bin # cd /usr/sigmet/bin # mv jamplayer jamplayer-8.13.6 # gunzip jamplayer-*.gz # chown root.users jamplayer-8.13.6.3 # chmod 775 jamplayer-8.13.6.3 # chmod g+s jamplayer-8.13.6.3 # chmod u+s jamplayer-8.13.6.2 # ln -s jamplayer-8.13.6.3 jamplayer =================== IRIS/RDA patch4 ====================== The dualpol attenution correction in RVP was working correctly only when RVP PhiDP offset was close or equal to 180 degrees. The root cause was that PhiDP values were not properly prepared for use in DP attenuation correction algorithm. This patch fixes the main problem (PhiDP range) and contains additional improvements. Posted 1-March-2017: rvp9-8.13.6.4.gz rvp9proc-8.13.6.4.gz dualpol.conf-8.13.6.4.gz reingest-8.13.6.4.gz Installation instructions: # cp rvp9*-8.13.6.4.gz /usr/sigmet/bin # cp dualpol.conf-8.13.6.4.gz /usr/sigmet/config # cd /usr/sigmet/bin # mv rvp9 rvp9-8.13.6 # mv rvp9proc rvp9proc-8.13.6 # gunzip rvp9*.gz # chown root.users rvp9*-8.13.6.4 # chmod 775 rvp9*-8.13.6.4 # chmod g+s rvp9*-8.13.6.4 # chmod u+s rvp9*-8.13.6.4 # ln -s rvp9-8.13.6.4 rvp9 # ln -s rvp9proc-8.13.6.4 rvp9proc # cd /usr/sigmet/config # mv dualpol.conf dualpol.conf-8.13.6 # gunzip dualpol.conf-8.13.6.4.gz # chown operator.users dualpol.conf-8.13.6.4 # ln -s dualpol.conf-8.13.6.4 dualpol.conf