Index: trunk/ippScripts/scripts/skycalibration.pl
===================================================================
--- trunk/ippScripts/scripts/skycalibration.pl	(revision 34737)
+++ trunk/ippScripts/scripts/skycalibration.pl	(revision 34738)
@@ -211,7 +211,4 @@
         unless defined $n_detections;
 
-
-if (0) {
-    # use ppStatsFromMetadata for this
     $command = "echo $resolved | $fields -n SkyChip.hdr NDET_EXT";
     ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
@@ -221,5 +218,4 @@
     &my_die("Unable to find number of extended objects from $file: ", $skycal_id, $PS_EXIT_SYS_ERROR)
         unless defined $n_extended;
-}
 }
 
