# -- up-sr4thisdir.scr -- simply copy latest dpicompsr.yyddd.hh00.gif from compare dir to # this one: "ggrt"/compare/idiff, for use by makdpicom4dif.scr. # updates: # 2011-05-06 -gsw- version for image differencing betwn retrvl DPI flavors; only TPW so far. echo /home/gops/seegsw/gswn.scr cd /var/apache/cimss/htdocs/goes/realtime/compare pwd echo # For loops over the last 12 hours, of 4-panel displays of Sndr DPI and their image differences # from main sources (CIMSS,OPDB) and retrvl DPI flavors. # Just differnencing TPW so far... ls -1 dpicom4npw.*.gif | tail -12 > listdpicom4npw.txt ls -1 dpicom3dpw.*.gif | tail -12 > listdpicom3dpw.txt ls -1 dpicompsr.*.gif | tail -12 > listdpicompsr.txt paste -d' ' listdpicom4npw.txt olform12.txt listdpicom4npw.txt comma12.txt listdpicom3dpw.txt comma12.txt listdpicompsr.txt > listdpicom4dif.txt echo "listdpicom4dif.txt" ; cat listdpicom4dif.txt echo