Index: trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
===================================================================
--- trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm	(revision 32635)
+++ trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm	(revision 32731)
@@ -238,5 +238,5 @@
         # choose the chips containing the center pixel by calling selectComponets() below
         if ($component or $use_imfile_id or !$skycenter) {
-            $command = "$chiptool -processedimfile -dbname $imagedb";
+            $command = "$chiptool -processedimfile -pstamp_order -dbname $imagedb";
             if ($component and $component ne 'all') {
                 $class_id = $component;
@@ -263,5 +263,5 @@
     } elsif ($stage eq "warp") {
         if ($component or $use_imfile_id or !$skycenter) {
-            $command = "$warptool -warped -dbname $imagedb";
+            $command = "$warptool -warped -pstamp_order -dbname $imagedb";
             if ($component and $component ne 'all') {
                 $skycell_id = $component;
@@ -281,5 +281,5 @@
     } elsif ($stage eq "diff") {
         if ($component or $use_imfile_id or !$skycenter) {
-            $command = "$difftool -diffskyfile -dbname $imagedb";
+            $command = "$difftool -diffskyfile -pstamp_order -dbname $imagedb";
             if ($component and $component ne 'all') {
                 $skycell_id = $component;
