Index: trunk/dvodist/scripts/mkdist.20120509.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.20120509.sh	(revision 39550)
+++ 	(revision )
@@ -1,37 +1,0 @@
-#!/bin/csh -f
-
-# create the links needed to expose a specific catalog to the distribution server
-
-# general locations
-set wwwroot = /data/ippc11.0/dvodist/www-root
-set catroot = /data/ipp064.0/eugene/3pi.20111229/catdir.20120509
-
-set catdir = 3pi.20120509
-set cattgt = $wwwroot/$catdir
-
-set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
-set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
-
-# top-level files
-mkdir -p $cattgt
-foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits)
-  ln -s $catroot/$file $cattgt
-end
-
-# make DEC directories
-foreach dir ($nlist $slist)
-  mkdir $cattgt/$dir
-end
-
-# link all files from all hostdirs into all DEC dirs
-foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
-  echo $hostdir
-  foreach dir ($nlist $slist)
-    ln -s $hostdir/$dir/*.cpt $cattgt/$dir
-    ln -s $hostdir/$dir/*.cpm $cattgt/$dir
-    ln -s $hostdir/$dir/*.cps $cattgt/$dir
-    ln -s $hostdir/$dir/*.cpn $cattgt/$dir
-  end
-end
-   
-
Index: trunk/dvodist/scripts/mkdist.20120525.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.20120525.sh	(revision 39550)
+++ 	(revision )
@@ -1,35 +1,0 @@
-#!/bin/csh -f
-
-# create the links needed to expose a specific catalog to the distribution server
-
-# general locations
-set wwwroot = /data/ippc11.0/www/dvodist/www-root
-set catroot = /data/ipp064.0/eugene/3pi.20111229/catdir.20120525
-
-set catdir = 3pi.20120525.new
-set cattgt = $wwwroot/$catdir
-
-set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
-set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
-
-# top-level files
-mkdir -p $cattgt
-foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits)
-  ln -s $catroot/$file $cattgt
-end
-
-# make DEC directories
-foreach dir ($nlist $slist)
-  mkdir $cattgt/$dir
-end
-
-# link all files from all hostdirs into all DEC dirs
-foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
-  echo $hostdir
-  foreach dir ($nlist $slist)
-    ln -s $hostdir/$dir/*.cpt $cattgt/$dir
-    ln -s $hostdir/$dir/*.cpm $cattgt/$dir
-    ln -s $hostdir/$dir/*.cps $cattgt/$dir
-    ln -s $hostdir/$dir/*.cpn $cattgt/$dir
-  end
-end
Index: trunk/dvodist/scripts/mkdist.20120606.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.20120606.sh	(revision 39550)
+++ 	(revision )
@@ -1,35 +1,0 @@
-#!/bin/csh -f
-
-# create the links needed to expose a specific catalog to the distribution server
-
-# general locations
-set wwwroot = /data/ippc11.0/www/dvodist/www-root
-set catroot = /data/ipp064.0/eugene/3pi.20111229/catdir.20120606
-
-set catdir = 3pi.20120606.new
-set cattgt = $wwwroot/$catdir
-
-set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
-set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
-
-# top-level files
-mkdir -p $cattgt
-foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits)
-  ln -s $catroot/$file $cattgt
-end
-
-# make DEC directories
-foreach dir ($nlist $slist)
-  mkdir $cattgt/$dir
-end
-
-# link all files from all hostdirs into all DEC dirs
-foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
-  echo $hostdir
-  foreach dir ($nlist $slist)
-    ln -s $hostdir/$dir/*.cpt $cattgt/$dir
-    ln -s $hostdir/$dir/*.cpm $cattgt/$dir
-    ln -s $hostdir/$dir/*.cps $cattgt/$dir
-    ln -s $hostdir/$dir/*.cpn $cattgt/$dir
-  end
-end
Index: trunk/dvodist/scripts/mkdist.20130227.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.20130227.sh	(revision 39550)
+++ 	(revision )
@@ -1,35 +1,0 @@
-#!/bin/csh -f
-
-# create the links needed to expose a specific catalog to the distribution server
-
-# general locations
-set wwwroot = /data/ippc11.0/www/dvodist/www-root
-set catroot = /data/ipp064.0/eugene/3pi.20111229/catdir.20130227
-
-set catdir = 3pi.20130227
-set cattgt = $wwwroot/$catdir
-
-set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
-set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
-
-# top-level files
-mkdir -p $cattgt
-foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits)
-  ln -s $catroot/$file $cattgt
-end
-
-# make DEC directories
-foreach dir ($nlist $slist)
-  mkdir $cattgt/$dir
-end
-
-# link all files from all hostdirs into all DEC dirs
-foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
-  echo $hostdir
-  foreach dir ($nlist $slist)
-    ln -s $hostdir/$dir/*.cpt $cattgt/$dir
-    ln -s $hostdir/$dir/*.cpm $cattgt/$dir
-    ln -s $hostdir/$dir/*.cps $cattgt/$dir
-    ln -s $hostdir/$dir/*.cpn $cattgt/$dir
-  end
-end
Index: trunk/dvodist/scripts/mkdist.20140621.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.20140621.sh	(revision 39550)
+++ 	(revision )
@@ -1,35 +1,0 @@
-#!/bin/csh -f
-
-# create the links needed to expose a specific catalog to the distribution server
-
-# general locations
-set wwwroot = /data/ippc11.0/www/dvodist/www-root
-set catroot = /data/ipp064.0/eugene/3pi.20111229/catdir.20140621
-
-set catdir = 3pi.20140621
-set cattgt = $wwwroot/$catdir
-
-set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
-set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
-
-# top-level files
-mkdir -p $cattgt
-foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits)
-  ln -sf $catroot/$file $cattgt
-end
-
-# make DEC directories
-foreach dir ($nlist $slist)
-  mkdir -p $cattgt/$dir
-end
-
-# link all files from all hostdirs into all DEC dirs
-foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
-  echo $hostdir
-  foreach dir ($nlist $slist)
-    ln -sf $hostdir/$dir/*.cpt $cattgt/$dir
-    ln -sf $hostdir/$dir/*.cpm $cattgt/$dir
-    ln -sf $hostdir/$dir/*.cps $cattgt/$dir
-    ln -sf $hostdir/$dir/*.cpn $cattgt/$dir
-  end
-end
Index: trunk/dvodist/scripts/mkdist.20140713.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.20140713.sh	(revision 39550)
+++ 	(revision )
@@ -1,35 +1,0 @@
-#!/bin/csh -f
-
-# create the links needed to expose a specific catalog to the distribution server
-
-# general locations
-set wwwroot = /export/ippc11.0/www/dvodist/www-root
-set catroot = /data/ipp064.0/eugene/3pi.20111229/catdir.20140713
-
-set catdir = 3pi.20140713
-set cattgt = $wwwroot/$catdir
-
-set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
-set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
-
-# top-level files
-mkdir -p $cattgt
-foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits)
-  ln -sf $catroot/$file $cattgt
-end
-
-# make DEC directories
-foreach dir ($nlist $slist)
-  mkdir -p $cattgt/$dir
-end
-
-# link all files from all hostdirs into all DEC dirs
-foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
-  echo $hostdir
-  foreach dir ($nlist $slist)
-    ln -sf $hostdir/$dir/*.cpt $cattgt/$dir
-    ln -sf $hostdir/$dir/*.cpm $cattgt/$dir
-    ln -sf $hostdir/$dir/*.cps $cattgt/$dir
-    ln -sf $hostdir/$dir/*.cpn $cattgt/$dir
-  end
-end
Index: trunk/dvodist/scripts/mkdist.LAP3pi.PV1.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.LAP3pi.PV1.sh	(revision 39550)
+++ 	(revision )
@@ -1,35 +1,0 @@
-#!/bin/csh -f
-
-# create the links needed to expose a specific catalog to the distribution server
-
-# general locations
-set wwwroot = /data/ippc11.0/www/dvodist/www-root
-set catroot = /data/ipp060.0/gpc1/catdirs/LAP.ThreePi.20120706.s1
-
-set catdir = LAP.3pi.PV1
-set cattgt = $wwwroot/$catdir
-
-set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
-set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
-
-# top-level files
-mkdir -p $cattgt
-foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits)
-  ln -sf $catroot/$file $cattgt
-end
-
-# make DEC directories
-foreach dir ($nlist $slist)
-  mkdir -p $cattgt/$dir
-end
-
-# link all files from all hostdirs into all DEC dirs
-foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
-  echo $hostdir
-  foreach dir ($nlist $slist)
-    ln -sf $hostdir/$dir/*.cpt $cattgt/$dir
-    ln -sf $hostdir/$dir/*.cpm $cattgt/$dir
-    ln -sf $hostdir/$dir/*.cps $cattgt/$dir
-    ln -sf $hostdir/$dir/*.cpn $cattgt/$dir
-  end
-end
Index: trunk/dvodist/scripts/mkdist.lap.pv2.20141215.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.lap.pv2.20141215.sh	(revision 39550)
+++ 	(revision )
@@ -1,38 +1,0 @@
-#!/bin/csh -f
-
-# create the links needed to expose a specific catalog to the distribution server
-
-# general locations
-set wwwroot = /export/ippc11.0/www/dvodist/www-root
-set catroot = /data/stsci19.2/eugene/addstar.20141016/lap.pv2.20141215
-
-set catdir = lap.pv2.20141215
-set cattgt = $wwwroot/$catdir
-
-set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
-set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
-
-# top-level files
-if (0) then
-  mkdir -p $cattgt
-  foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits )
-    ln -sf $catroot/$file $cattgt
-  end
-  
-  # make DEC directories
-  foreach dir ($nlist $slist)
-    mkdir -p $cattgt/$dir
-  end
-endif
-
-# link all files from all hostdirs into all DEC dirs
-foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
-  echo $hostdir
-  foreach dir ($nlist $slist)
-    echo $hostdir : $dir
-    foreach ext (cpt cpm cps cpn cpx cpy cpz)
-      echo $hostdir : $dir : $ext
-      ln -sf $hostdir/$dir/*.$ext $cattgt/$dir
-    end
-  end
-end
Index: trunk/dvodist/scripts/mkdist.pv0.3pi.20120509.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.pv0.3pi.20120509.sh	(revision 39551)
+++ trunk/dvodist/scripts/mkdist.pv0.3pi.20120509.sh	(revision 39551)
@@ -0,0 +1,40 @@
+#!/bin/csh -f
+
+# create the links needed to expose a specific catalog to the distribution server
+
+# general locations
+set wwwroot = /data/ippc32.0/dvodist/www-root
+set catroot = /data/ipp064.0/eugene/3pi.pv0.20120509
+
+set catdir = pv0.3pi.20120509
+set cattgt = $wwwroot/$catdir
+
+set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
+set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
+
+set extlist = (cpt cpm cps cpn)
+
+# top-level files
+if (1) then
+  mkdir -p $cattgt
+  foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits)
+    ln -s $catroot/$file $cattgt
+  end
+  
+  # make DEC directories
+  foreach dir ($nlist $slist)
+    mkdir $cattgt/$dir
+  end
+endif
+
+# link all files from all hostdirs into all DEC dirs
+foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
+  echo $hostdir
+  foreach dir ($nlist $slist)
+    echo $hostdir : $dir
+    foreach ext ($extlist)
+      echo $hostdir : $dir : $ext
+      ln -sf $hostdir/$dir/*.$ext $cattgt/$dir
+    end
+  end
+end
Index: trunk/dvodist/scripts/mkdist.pv0.3pi.20120525.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.pv0.3pi.20120525.sh	(revision 39551)
+++ trunk/dvodist/scripts/mkdist.pv0.3pi.20120525.sh	(revision 39551)
@@ -0,0 +1,40 @@
+#!/bin/csh -f
+
+# create the links needed to expose a specific catalog to the distribution server
+
+# general locations
+set wwwroot = /data/ippc32.0/www/dvodist/www-root
+set catroot = /data/ipp064.0/eugene/3pi.pv0.20120525
+
+set catdir = 3pi.pv0.20120525
+set cattgt = $wwwroot/$catdir
+
+set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
+set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
+
+set extlist = (cpt cpm cps cpn)
+
+# top-level files
+if (1) then
+  mkdir -p $cattgt
+  foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits)
+    ln -s $catroot/$file $cattgt
+  end
+  
+  # make DEC directories
+  foreach dir ($nlist $slist)
+    mkdir $cattgt/$dir
+  end
+endif
+
+# link all files from all hostdirs into all DEC dirs
+foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
+  echo $hostdir
+  foreach dir ($nlist $slist)
+    echo $hostdir : $dir
+    foreach ext ($extlist)
+      echo $hostdir : $dir : $ext
+      ln -sf $hostdir/$dir/*.$ext $cattgt/$dir
+    end
+  end
+end
Index: trunk/dvodist/scripts/mkdist.pv0.3pi.20120606.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.pv0.3pi.20120606.sh	(revision 39551)
+++ trunk/dvodist/scripts/mkdist.pv0.3pi.20120606.sh	(revision 39551)
@@ -0,0 +1,40 @@
+#!/bin/csh -f
+
+# create the links needed to expose a specific catalog to the distribution server
+
+# general locations
+set wwwroot = /data/ippc32.0/www/dvodist/www-root
+set catroot = /data/ipp064.0/eugene/3pi.pv0.20120606
+
+set catdir = 3pi.pv0.20120606
+set cattgt = $wwwroot/$catdir
+
+set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
+set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
+
+set extlist = (cpt cpm cps cpn)
+
+# top-level files
+if (1) then
+  mkdir -p $cattgt
+  foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits)
+    ln -s $catroot/$file $cattgt
+  end
+  
+  # make DEC directories
+  foreach dir ($nlist $slist)
+    mkdir $cattgt/$dir
+  end
+endif
+
+# link all files from all hostdirs into all DEC dirs
+foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
+  echo $hostdir
+  foreach dir ($nlist $slist)
+    echo $hostdir : $dir
+    foreach ext ($extlist)
+      echo $hostdir : $dir : $ext
+      ln -sf $hostdir/$dir/*.$ext $cattgt/$dir
+    end
+  end
+end
Index: trunk/dvodist/scripts/mkdist.pv0.3pi.20130227.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.pv0.3pi.20130227.sh	(revision 39551)
+++ trunk/dvodist/scripts/mkdist.pv0.3pi.20130227.sh	(revision 39551)
@@ -0,0 +1,40 @@
+#!/bin/csh -f
+
+# create the links needed to expose a specific catalog to the distribution server
+
+# general locations
+set wwwroot = /data/ippc32.0/www/dvodist/www-root
+set catroot = /data/ipp064.0/eugene/3pi.pv0.20130227
+
+set catdir = 3pi.pv0.20130227
+set cattgt = $wwwroot/$catdir
+
+set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
+set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
+
+set extlist = (cpt cpm cps cpn)
+
+# top-level files
+if (1) then
+  mkdir -p $cattgt
+  foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits)
+    ln -s $catroot/$file $cattgt
+  end
+  
+  # make DEC directories
+  foreach dir ($nlist $slist)
+    mkdir $cattgt/$dir
+  end
+endif
+
+# link all files from all hostdirs into all DEC dirs
+foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
+  echo $hostdir
+  foreach dir ($nlist $slist)
+    echo $hostdir : $dir
+    foreach ext ($extlist)
+      echo $hostdir : $dir : $ext
+      ln -sf $hostdir/$dir/*.$ext $cattgt/$dir
+    end
+  end
+end
Index: trunk/dvodist/scripts/mkdist.pv0.3pi.20140621.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.pv0.3pi.20140621.sh	(revision 39551)
+++ trunk/dvodist/scripts/mkdist.pv0.3pi.20140621.sh	(revision 39551)
@@ -0,0 +1,40 @@
+#!/bin/csh -f
+
+# create the links needed to expose a specific catalog to the distribution server
+
+# general locations
+set wwwroot = /data/ippc32.0/www/dvodist/www-root
+set catroot = /data/ipp064.0/eugene/3pi.pv0.20140621
+
+set catdir = 3pi.pv0.20140621
+set cattgt = $wwwroot/$catdir
+
+set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
+set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
+
+set extlist = (cpt cpm cps cpn)
+
+# top-level files
+if (1) then
+  mkdir -p $cattgt
+  foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits)
+    ln -s $catroot/$file $cattgt
+  end
+  
+  # make DEC directories
+  foreach dir ($nlist $slist)
+    mkdir $cattgt/$dir
+  end
+endif
+
+# link all files from all hostdirs into all DEC dirs
+foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
+  echo $hostdir
+  foreach dir ($nlist $slist)
+    echo $hostdir : $dir
+    foreach ext ($extlist)
+      echo $hostdir : $dir : $ext
+      ln -sf $hostdir/$dir/*.$ext $cattgt/$dir
+    end
+  end
+end
Index: trunk/dvodist/scripts/mkdist.pv0.3pi.20140713.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.pv0.3pi.20140713.sh	(revision 39551)
+++ trunk/dvodist/scripts/mkdist.pv0.3pi.20140713.sh	(revision 39551)
@@ -0,0 +1,40 @@
+#!/bin/csh -f
+
+# create the links needed to expose a specific catalog to the distribution server
+
+# general locations
+set wwwroot = /export/ippc32.0/www/dvodist/www-root
+set catroot = /data/ipp064.0/eugene/3pi.pv0.20140713
+
+set catdir = 3pi.pv0.20140713
+set cattgt = $wwwroot/$catdir
+
+set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
+set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
+
+set extlist = (cpt cpm cps cpn)
+
+# top-level files
+if (1) then
+  mkdir -p $cattgt
+  foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits)
+    ln -s $catroot/$file $cattgt
+  end
+  
+  # make DEC directories
+  foreach dir ($nlist $slist)
+    mkdir $cattgt/$dir
+  end
+endif
+
+# link all files from all hostdirs into all DEC dirs
+foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
+  echo $hostdir
+  foreach dir ($nlist $slist)
+    echo $hostdir : $dir
+    foreach ext ($extlist)
+      echo $hostdir : $dir : $ext
+      ln -sf $hostdir/$dir/*.$ext $cattgt/$dir
+    end
+  end
+end
Index: trunk/dvodist/scripts/mkdist.pv1.3pi.20130708.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.pv1.3pi.20130708.sh	(revision 39551)
+++ trunk/dvodist/scripts/mkdist.pv1.3pi.20130708.sh	(revision 39551)
@@ -0,0 +1,40 @@
+#!/bin/csh -f
+
+# create the links needed to expose a specific catalog to the distribution server
+
+# general locations
+set wwwroot = /export/ippc32.0/www/dvodist/www-root
+set catroot = /data/ipp064.0/eugene/3pi.pv1.20130708
+
+set catdir = pv1.3pi.20130708
+set cattgt = $wwwroot/$catdir
+
+set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
+set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
+
+set extlist = (cpt cpm cps cpn)
+
+# top-level files
+if (1) then
+  mkdir -p $cattgt
+  foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits)
+    ln -s $catroot/$file $cattgt
+  end
+  
+  # make DEC directories
+  foreach dir ($nlist $slist)
+    mkdir $cattgt/$dir
+  end
+endif
+
+# link all files from all hostdirs into all DEC dirs
+foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
+  echo $hostdir
+  foreach dir ($nlist $slist)
+    echo $hostdir : $dir
+    foreach ext ($extlist)
+      echo $hostdir : $dir : $ext
+      ln -sf $hostdir/$dir/*.$ext $cattgt/$dir
+    end
+  end
+end
Index: trunk/dvodist/scripts/mkdist.pv2.3pi.20141215.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.pv2.3pi.20141215.sh	(revision 39551)
+++ trunk/dvodist/scripts/mkdist.pv2.3pi.20141215.sh	(revision 39551)
@@ -0,0 +1,40 @@
+#!/bin/csh -f
+
+# create the links needed to expose a specific catalog to the distribution server
+
+# general locations
+set wwwroot = /export/ippc32.0/www/dvodist/www-root
+set catroot = /data/ipp064.0/eugene/3pi.pv2.20141215
+
+set catdir = pv2.3pi.20141215
+set cattgt = $wwwroot/$catdir
+
+set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
+set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
+
+set extlist = (cpt cpm cps cpn cpx cpy cpz)
+
+# top-level files
+if (1) then
+  mkdir -p $cattgt
+  foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits )
+    ln -sf $catroot/$file $cattgt
+  end
+  
+  # make DEC directories
+  foreach dir ($nlist $slist)
+    mkdir -p $cattgt/$dir
+  end
+endif
+
+# link all files from all hostdirs into all DEC dirs
+foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
+  echo $hostdir
+  foreach dir ($nlist $slist)
+    echo $hostdir : $dir
+    foreach ext ($extlist)
+      echo $hostdir : $dir : $ext
+      ln -sf $hostdir/$dir/*.$ext $cattgt/$dir
+    end
+  end
+end
Index: trunk/dvodist/scripts/mkdist.pv3.3pi.20160422.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.pv3.3pi.20160422.sh	(revision 39551)
+++ trunk/dvodist/scripts/mkdist.pv3.3pi.20160422.sh	(revision 39551)
@@ -0,0 +1,40 @@
+#!/bin/csh -f
+
+# create the links needed to expose a specific catalog to the distribution server
+
+# general locations
+set wwwroot = /export/ippc32.0/www/dvodist/www-root
+set catroot = /data/ipp094.0/eugene/pv3.cam.20150607/catdir.master
+
+set catdir = pv3.3pi.20160422
+set cattgt = $wwwroot/$catdir
+
+set nlist = (n0000 n0730 n1500 n2230 n3000 n3730 n4500 n5230 n6000 n6730 n7500 n8230)
+set slist = (s0000 s0730 s1500 s2230 s3000 s3730 s4500 s5230 s6000 s6730 s7500 s8230)
+
+set extlist = (cpt cpm cps cpn cpx cpy cpz cpq)
+
+# top-level files
+if (1) then
+  mkdir -p $cattgt
+  foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits flatfield.fits )
+    ln -sf $catroot/$file $cattgt
+  end
+  
+  # make DEC directories
+  foreach dir ($nlist $slist)
+    mkdir -p $cattgt/$dir
+  end
+endif
+
+# link all files from all hostdirs into all DEC dirs
+foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`)
+  echo $hostdir
+  foreach dir ($nlist $slist)
+    echo $hostdir : $dir
+    foreach ext ($extlist)
+      echo $hostdir : $dir : $ext
+      ln -sf $hostdir/$dir/*.$ext $cattgt/$dir
+    end
+  end
+end
