IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 25, 2016, 10:13:41 AM (10 years ago)
Author:
eugene
Message:

updating the scripts to match new locations and fixing the naming conventions

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/dvodist/scripts/mkdist.pv2.3pi.20141215.sh

    r39550 r39551  
    44
    55# general locations
    6 set wwwroot = /export/ippc11.0/www/dvodist/www-root
    7 set catroot = /data/stsci19.2/eugene/addstar.20141016/lap.pv2.20141215
     6set wwwroot = /export/ippc32.0/www/dvodist/www-root
     7set catroot = /data/ipp064.0/eugene/3pi.pv2.20141215
    88
    9 set catdir = lap.pv2.20141215
     9set catdir = pv2.3pi.20141215
    1010set cattgt = $wwwroot/$catdir
    1111
     
    1313set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
    1414
     15set extlist = (cpt cpm cps cpn cpx cpy cpz)
     16
    1517# top-level files
    16 if (0) then
     18if (1) then
    1719  mkdir -p $cattgt
    1820  foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits )
     
    3133  foreach dir ($nlist $slist)
    3234    echo $hostdir : $dir
    33     foreach ext (cpt cpm cps cpn cpx cpy cpz)
     35    foreach ext ($extlist)
    3436      echo $hostdir : $dir : $ext
    3537      ln -sf $hostdir/$dir/*.$ext $cattgt/$dir
Note: See TracChangeset for help on using the changeset viewer.