IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2015, 10:58:28 AM (11 years ago)
Author:
eugene
Message:

adding repaired tables for lap.pv2.20141215

File:
1 edited

Legend:

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

    r37805 r37925  
    44
    55# general locations
    6 set wwwroot = /data/ippc11.0/www/dvodist/www-root
     6set wwwroot = /export/ippc11.0/www/dvodist/www-root
    77set catroot = /data/stsci19.2/eugene/addstar.20141016/lap.pv2.20141215
    88
     
    1414
    1515# top-level files
    16 mkdir -p $cattgt
    17 foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits )
    18   ln -sf $catroot/$file $cattgt
    19 end
    20 
    21 # make DEC directories
    22 foreach dir ($nlist $slist)
    23   mkdir -p $cattgt/$dir
    24 end
     16if (0) then
     17  mkdir -p $cattgt
     18  foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits )
     19    ln -sf $catroot/$file $cattgt
     20  end
     21 
     22  # make DEC directories
     23  foreach dir ($nlist $slist)
     24    mkdir -p $cattgt/$dir
     25  end
     26endif
    2527
    2628# link all files from all hostdirs into all DEC dirs
Note: See TracChangeset for help on using the changeset viewer.