Index: /trunk/ippScripts/scripts/sc_prepare_camera.pl
===================================================================
--- /trunk/ippScripts/scripts/sc_prepare_camera.pl	(revision 37122)
+++ /trunk/ippScripts/scripts/sc_prepare_camera.pl	(revision 37123)
@@ -20,4 +20,5 @@
 # my $remote_root   = '/scratch3/watersc1/';  # Far side destination base location
 my $remote_root   = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location
+$remote_root = '/scratch3/watersc1';
 my $threads       = 2;                      # How many threads are we going to use?
 my $job_cost      = 1700 / 60 / 60;         # Estimate of how long a job runs, in hours.
Index: /trunk/ippScripts/scripts/sc_prepare_chip.pl
===================================================================
--- /trunk/ippScripts/scripts/sc_prepare_chip.pl	(revision 37122)
+++ /trunk/ippScripts/scripts/sc_prepare_chip.pl	(revision 37123)
@@ -20,4 +20,5 @@
 # my $remote_root   = '/scratch3/watersc1/';  # Far side destination base location
 my $remote_root   = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location
+$remote_root = '/scratch3/watersc1';
 my $remote_raw    = "${remote_root}/raw/";  # Directory to find raw data in.
 my $threads       = 2;                      # How many threads are we going to use?
Index: /trunk/ippScripts/scripts/sc_prepare_stack.pl
===================================================================
--- /trunk/ippScripts/scripts/sc_prepare_stack.pl	(revision 37122)
+++ /trunk/ippScripts/scripts/sc_prepare_stack.pl	(revision 37123)
@@ -20,4 +20,5 @@
 #my $remote_root   = '/scratch3/watersc1/';  # Far side destination base location
 my $remote_root   = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location
+$remote_root = '/scratch3/watersc1';
 my $threads       = 2;                      # How many threads are we going to use?
 my $job_cost      = 1500 / 60 / 60;           # Estimate of how long a job runs, in hours.
Index: /trunk/ippScripts/scripts/sc_prepare_warp.pl
===================================================================
--- /trunk/ippScripts/scripts/sc_prepare_warp.pl	(revision 37122)
+++ /trunk/ippScripts/scripts/sc_prepare_warp.pl	(revision 37123)
@@ -20,4 +20,5 @@
 # my $remote_root   = '/scratch3/watersc1/';  
 my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location
+$remote_root = '/scratch3/watersc1';
 my $threads       = 2;                      # How many threads are we going to use?
 my $job_cost      = 70 / 60 / 60;           # Estimate of how long a job runs, in hours.
Index: /trunk/ippScripts/scripts/sc_remote_exec.pl
===================================================================
--- /trunk/ippScripts/scripts/sc_remote_exec.pl	(revision 37122)
+++ /trunk/ippScripts/scripts/sc_remote_exec.pl	(revision 37123)
@@ -20,4 +20,5 @@
 #my $remote_root  = '/scratch3/watersc1/';
 my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/';
+$remote_root = '/scratch3/watersc1';
 # tools
 my $missing_tools;
Index: /trunk/ippScripts/scripts/sc_transfer_tool.pl
===================================================================
--- /trunk/ippScripts/scripts/sc_transfer_tool.pl	(revision 37122)
+++ /trunk/ippScripts/scripts/sc_transfer_tool.pl	(revision 37123)
@@ -11,5 +11,5 @@
 
 my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/';
-
+$remote_root = '/scratch3/watersc1';
 my $local_raw = "${remote_root}/raw/";
 my $local_tmp = "${remote_root}/tmp/";
