Index: trunk/ippScripts/scripts/camera_exp.pl
===================================================================
--- trunk/ippScripts/scripts/camera_exp.pl	(revision 27180)
+++ trunk/ippScripts/scripts/camera_exp.pl	(revision 27290)
@@ -171,5 +171,4 @@
 
 # XXX we perform astrometry iff photometry output exists
-my $chipObjectsExist = 0;
 my @outMasks;                   # Names of output masks
 foreach my $file (@$files) {
@@ -181,12 +180,4 @@
     my $chipObjects = $ipprc->filename("PSPHOT.OUTPUT", $file->{path_base}, $class_id);
     my $chipMask   = $ipprc->filename("PPIMAGE.CHIP.MASK", $file->{path_base}, $class_id);
-
-    # if any of the output chip photometry files exist, we can run psastro / addstar below
-    if ($ipprc->file_exists($chipObjects)) {
-        $chipObjectsExist = 1;
-    } else {
-        if ($verbose) { print "skipping $chipObjects (not found)\n"; }
-        next;
-    }
 
     print $list1File ($ipprc->filename("PPIMAGE.BIN1", $file->{path_base}, $class_id) . "\n");
@@ -261,6 +252,5 @@
     }
 
-    # only run psastro / addstar if any of the output chip astrometry files exist (should we test for successful astrometry?)
-    if ($chipObjectsExist) {
+    {
         # run psastro on the chipObjects, producing fpaObjects
         my $command;
