Index: /trunk/tools/iasc/getit
===================================================================
--- /trunk/tools/iasc/getit	(revision 40004)
+++ /trunk/tools/iasc/getit	(revision 40005)
@@ -4,5 +4,5 @@
 use warnings;
 
-my $dsroot = 'http://datastore.ipp.ifa.hawaii.edu/pstampresults';
+my $dsroot = 'http://datastore.ipp.ifa.hawaii.edu/mops-pstamp-results';
 
 my $fs = shift;
Index: /trunk/tools/iasc/postreq
===================================================================
--- /trunk/tools/iasc/postreq	(revision 40004)
+++ /trunk/tools/iasc/postreq	(revision 40005)
@@ -18,5 +18,5 @@
 
 # make the request file
-my $cmd = "psmkreq --req_type byexp --stage chip --pixcenter --x 0 --y 0 --width 0 --height 0 --id $exp_name --req_name $req_name";
+my $cmd = "psmkreq --req_type byexp --stage chip --pixcenter --x 0 --y 0 --width 0 --height 0 --id $exp_name --req_name $req_name --email mops\@ifa.hawaii.edu";
 
 print "running $cmd\n";
@@ -26,5 +26,5 @@
 
 # add the request to the database
-my $postcmd = "pstamptool -dbname ippRequestServer -dbserver ippc17 -label WEB -addreq -uri $ENV{PWD}/$req_name.fits";
+my $postcmd = "pstamptool -dbname ippRequestServer -dbserver ipp113 -label WEB -addreq -uri $ENV{PWD}/$req_name.fits";
 
 print "running $postcmd\n";
