Index: trunk/pstamp/scripts/dqueryparse.pl
===================================================================
--- trunk/pstamp/scripts/dqueryparse.pl	(revision 18619)
+++ trunk/pstamp/scripts/dqueryparse.pl	(revision 18624)
@@ -101,6 +101,12 @@
 
 #
-# we don't parse the file here, pass it to fakedresponse it will create a response for each
-# row in the file
+# XXX Eventually we will parse the file here, to look up the list of input images to be processed
+# and queue a job for each image.
+# The request file will be one of the arguments. Each job will look at all rows and create entries
+# in the response file the coordinates that overlap the image.
+#
+# In the meantime we don't parse the file here, pass it to the program fakedresponse.
+# It creates a response file with a line for each row in the request file
+
 my $response_file = "$out_dir/response.fits";
 my $fault;
@@ -123,5 +129,5 @@
     my $command = "$pstamptool -addjob -req_id $req_id -uri $req_file -outputBase $out_dir";
     $command .= " -job_type detect_query -state stop -fault $fault";
-    $command .= " -rownum 1";
+    $command .= " -rownum 0";
     $command .= " -dbname $dbname" if $dbname;
 
