# -- updpicom4dif3.scr -- update loops for comparison of all main params (TPW,LI,CTP DPI) # from all main sources (CIMSS, OPDB) and "flavors", and show image differences. # updates: # 2011-05-19 -gsw- version for MAG=3. # 2011-05-17 -gsw- version adding CTP (to TPW) displays and differences. # 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/idiff pwd echo # before building lists of the appropriate images, pull over the latest "Sndr Rad" image 4-panel, # so they exist in this directory (/compare/idiff). FlAniS needs all its images in the local directory. srname=$(cat | ls -1 ../dpicompsr3.*00.gif | tail -1) echo "Copy over the following Sndr Rad 4-panel, and then build the image list." echo echo $srname cp $srname . # from main sources (CIMSS,OPDB) and retrvl DPI flavors. # Just differencing TPW so far... ls -1 dpicom4npw3.*.gif | tail -12 > listdpicom4npw3.txt ls -1 dpicom3dpw3.*.gif | tail -12 > listdpicom3dpw3.txt ls -1 dpicom4nct3.*.gif | tail -12 > listdpicom4nct3.txt ls -1 dpicom3dct3.*.gif | tail -12 > listdpicom3dct3.txt ls -1 dpicompsr3.*.gif | tail -12 > listdpicompsr3.txt paste -d' ' listdpicom4npw3.txt olform12.txt listdpicom4npw3.txt comma12.txt listdpicom3dpw3.txt comma12.txt listdpicom4nct3.txt comma12.txt listdpicom3dct3.txt comma12.txt listdpicompsr3.txt > listdpicom4dif3.txt echo echo "listdpicom4dif3.txt" ; echo; cat listdpicom4dif3.txt echo