Index: trunk/ippToPsps/perl/ippToPsps/DetectionBatch.pm
===================================================================
--- trunk/ippToPsps/perl/ippToPsps/DetectionBatch.pm	(revision 29191)
+++ trunk/ippToPsps/perl/ippToPsps/DetectionBatch.pm	(revision 29192)
@@ -44,5 +44,5 @@
 #######################################################################################
 # 
-# Creates an input file list for ippToPsps 
+# Locates the relevant smf file for this exposure and writes the path to the file passed-in
 #
 #######################################################################################
@@ -50,4 +50,5 @@
     my ($self, $inputFile) = @_;
 
+    # get neb path of smf file
     my $nebPath = $self->{_gpc1Db}->getCameraStageSmfForThisDvoDb($self->{_dvoDb}, $self->{_expId});
     if (!$nebPath) { return 0; }
@@ -65,5 +66,7 @@
 #######################################################################################
 #
-# Deals with results from processing, writes to Db and writes manifest file
+# - Reads results from processing (min/max obj ID etc)
+# - writes to Db
+# - writes manifest file
 #
 #######################################################################################
Index: trunk/ippToPsps/perl/ippToPsps/InitBatch.pm
===================================================================
--- trunk/ippToPsps/perl/ippToPsps/InitBatch.pm	(revision 29191)
+++ trunk/ippToPsps/perl/ippToPsps/InitBatch.pm	(revision 29192)
@@ -54,5 +54,7 @@
 #######################################################################################
 #
-# No results from IN batch creation, but updates Db
+# - Reads filename from results XML file
+# - Updates Db
+# - write manifest file
 #
 #######################################################################################
