# -- updpidiffct.scr -- update (3) loops for comparison of different versions of GOES Sndr DPI # being the difference image betwn the FPDT-SFOV minus Ops 5x5 FOV as well # as the original DPI. # updates: # 2005-06-03 -gsw- vers for CTP. # 2005-06-01 -gsw- initial run. echo /home/gops/seegsw/gswn.scr cd /var/apache/cimss/htdocs/goes/realtime/compare/diff pwd echo # For 3 loops over the last 06 hours, of FPDT-SFOV, Ops 5x5, and their difference CTP DPI. ls -1 dpidiffct.*.gif | tail -06 > listdpidiffctimg.txt ls -1 dpisfovct.*.gif | tail -06 > listdpisfovct.txt ls -1 dpi5x5ct.*.gif | tail -06 > listdpi5x5ct.txt paste -d' ' listdpidiffctimg.txt olform.06.txt listdpidiffctimg.txt comma.06.txt listdpisfovct.txt comma.06.txt listdpi5x5ct.txt > listdpidiffct.txt echo "listdpidiffct.txt" ; cat listdpidiffct.txt echo