Index: branches/czw_branch/20170908/pstamp/scripts/psmkreq
===================================================================
--- branches/czw_branch/20170908/pstamp/scripts/psmkreq	(revision 40128)
+++ branches/czw_branch/20170908/pstamp/scripts/psmkreq	(revision 40483)
@@ -29,5 +29,5 @@
 my ($ra, $dec, $x, $y, $list, $output, $req_name, $req_name_base);
 
-my ($image, $mask, $variance, $jpeg, $cmf, $psf, $backmdl, $inverse, $restorebackground);
+my ($image, $mask, $variance, $jpeg, $allroi, $cmf, $psf, $backmdl, $inverse, $restorebackground);
 my ($exptime, $expnum, $exptimejpeg, $expnumjpeg);
 my ($convolved, $unconvolved, $uncompressed, $use_imfile_id, $no_wait);
@@ -113,4 +113,5 @@
     'mask'              => \$mask,
     'jpeg'              => \$jpeg,
+    'allroi'            => \$allroi,
     'variance'          => \$variance,
     'cmf'               => \$cmf,
@@ -218,4 +219,5 @@
         $option_mask |= $PSTAMP_SELECT_VARIANCE if $variance;
         $option_mask |= $PSTAMP_SELECT_JPEG     if $jpeg;
+        $option_mask |= $PSTAMP_MULTI_OVERLAP_IMAGE     if $allroi;
 
         # if no image was requested make a stamp of the image
Index: branches/czw_branch/20170908/pstamp/scripts/pstamp_job_run.pl
===================================================================
--- branches/czw_branch/20170908/pstamp/scripts/pstamp_job_run.pl	(revision 40128)
+++ branches/czw_branch/20170908/pstamp/scripts/pstamp_job_run.pl	(revision 40483)
@@ -248,4 +248,7 @@
         $command .= " -stage $stage";
         $command .= " -forheader $calibfile" if $calibfile;
+	## MEH hack for centeroffchip -- needs constraint for coord_mask 0 all in sky values..
+	$command .= " -centeroffchip" if ($options & $PSTAMP_MULTI_OVERLAP_IMAGE);
+
         my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
             run(command => $command, verbose => $verbose);
