Changeset 39551 for trunk/dvodist/scripts/mkdist.pv2.3pi.20141215.sh
- Timestamp:
- Apr 25, 2016, 10:13:41 AM (10 years ago)
- File:
-
- 1 moved
-
trunk/dvodist/scripts/mkdist.pv2.3pi.20141215.sh (moved) (moved from trunk/dvodist/scripts/mkdist.lap.pv2.20141215.sh ) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dvodist/scripts/mkdist.pv2.3pi.20141215.sh
r39550 r39551 4 4 5 5 # general locations 6 set wwwroot = /export/ippc 11.0/www/dvodist/www-root7 set catroot = /data/ stsci19.2/eugene/addstar.20141016/lap.pv2.201412156 set wwwroot = /export/ippc32.0/www/dvodist/www-root 7 set catroot = /data/ipp064.0/eugene/3pi.pv2.20141215 8 8 9 set catdir = lap.pv2.201412159 set catdir = pv2.3pi.20141215 10 10 set cattgt = $wwwroot/$catdir 11 11 … … 13 13 set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230) 14 14 15 set extlist = (cpt cpm cps cpn cpx cpy cpz) 16 15 17 # top-level files 16 if ( 0) then18 if (1) then 17 19 mkdir -p $cattgt 18 20 foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits ) … … 31 33 foreach dir ($nlist $slist) 32 34 echo $hostdir : $dir 33 foreach ext ( cpt cpm cps cpn cpx cpy cpz)35 foreach ext ($extlist) 34 36 echo $hostdir : $dir : $ext 35 37 ln -sf $hostdir/$dir/*.$ext $cattgt/$dir
Note:
See TracChangeset
for help on using the changeset viewer.
