#! /bin/csh -f # FIXME: do NOT use parallel processing in this file. GMT fucks itself up. # # FIXME: magic and hidden files: Another of the wonders of GMT rm -f .gmt* if ($#argv != 3) then echo "usage: $0 scaleFactor incInSec oDir" echo " example: $0 0.25 .." exit endif set scaleFactor = $1; shift set incInSec = $1; shift set oDir = $1; shift /bin/rm -rf $oDir/plots >& /dev/null mkdir -p $oDir/plots # $incInSec $oDir -P is for portrait mode jjPlot e020n90 20 60 40 82 $scaleFactor $incInSec $oDir -P jjPlot e060n90 60 100 40 82 $scaleFactor $incInSec $oDir -P jjPlot e100n90 100 140 40 82 $scaleFactor $incInSec $oDir -P jjPlot e140n90 140 180 40 82 $scaleFactor $incInSec $oDir -P jjPlot w180n90 -180 -140 40 82 $scaleFactor $incInSec $oDir -P jjPlot w140n90 -140 -100 40 82 $scaleFactor $incInSec $oDir -P jjPlot w100n90 -100 -060 40 82 $scaleFactor $incInSec $oDir -P jjPlot w060n90 -060 -020 40 82 $scaleFactor $incInSec $oDir -P jjPlot w020n90 -020 20 40 82 $scaleFactor $incInSec $oDir -P jjPlot e020n40 20 60 -010 40 $scaleFactor $incInSec $oDir -P jjPlot e060n40 60 100 -010 40 $scaleFactor $incInSec $oDir -P jjPlot e100n40 100 140 -010 40 $scaleFactor $incInSec $oDir -P jjPlot e140n40 140 180 -010 40 $scaleFactor $incInSec $oDir -P jjPlot w180n40 -180 -140 -010 40 $scaleFactor $incInSec $oDir -P jjPlot w140n40 -140 -100 -010 40 $scaleFactor $incInSec $oDir -P jjPlot w100n40 -100 -060 -010 40 $scaleFactor $incInSec $oDir -P jjPlot w060n40 -060 -020 -010 40 $scaleFactor $incInSec $oDir -P jjPlot w020n40 -020 20 -010 40 $scaleFactor $incInSec $oDir -P jjPlot e020s10 20 60 -060 -10 $scaleFactor $incInSec $oDir -P jjPlot e060s10 60 100 -060 -10 $scaleFactor $incInSec $oDir -P jjPlot e100s10 100 140 -060 -10 $scaleFactor $incInSec $oDir -P jjPlot e140s10 140 180 -060 -10 $scaleFactor $incInSec $oDir -P jjPlot w180s10 -180 -140 -060 -10 $scaleFactor $incInSec $oDir -P jjPlot w140s10 -140 -100 -060 -10 $scaleFactor $incInSec $oDir -P jjPlot w100s10 -100 -060 -060 -10 $scaleFactor $incInSec $oDir -P jjPlot w060s10 -060 -020 -060 -10 $scaleFactor $incInSec $oDir -P jjPlot w020s10 -020 20 -060 -10 $scaleFactor $incInSec $oDir -P jjPlot w180s60 -180 -120 -82 -60 $scaleFactor $incInSec $oDir -P jjPlot w120s60 -120 -060 -82 -60 $scaleFactor $incInSec $oDir -P jjPlot w060s60 -060 000 -82 -60 $scaleFactor $incInSec $oDir -P jjPlot w000s60 000 060 -82 -60 $scaleFactor $incInSec $oDir -P jjPlot e060s60 060 120 -82 -60 $scaleFactor $incInSec $oDir -P jjPlot e120s60 120 180 -82 -60 $scaleFactor $incInSec $oDir -P # plot hits, added by SRTM+, lost from 8.2 exit jjPlotHitGrd 'SRTM15xor8.2' $oDir/pingMap/srtmXor8.2.grd -30 330 -90 90 .07c $oDir jjPlotHitGrd 'SRTM15not8.2' $oDir/pingMap/8.2NotSrtm.grd -30 330 -90 90 .07c $oDir jjPlotHitGrd '8.2notSRTM15' $oDir/pingMap/srtmNot8.2.grd -30 330 -90 90 .07c $oDir date