Changeset 18624
- Timestamp:
- Jul 18, 2008, 1:10:11 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/dqueryparse.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/dqueryparse.pl
r18619 r18624 101 101 102 102 # 103 # we don't parse the file here, pass it to fakedresponse it will create a response for each 104 # row in the file 103 # XXX Eventually we will parse the file here, to look up the list of input images to be processed 104 # and queue a job for each image. 105 # The request file will be one of the arguments. Each job will look at all rows and create entries 106 # in the response file the coordinates that overlap the image. 107 # 108 # In the meantime we don't parse the file here, pass it to the program fakedresponse. 109 # It creates a response file with a line for each row in the request file 110 105 111 my $response_file = "$out_dir/response.fits"; 106 112 my $fault; … … 123 129 my $command = "$pstamptool -addjob -req_id $req_id -uri $req_file -outputBase $out_dir"; 124 130 $command .= " -job_type detect_query -state stop -fault $fault"; 125 $command .= " -rownum 1";131 $command .= " -rownum 0"; 126 132 $command .= " -dbname $dbname" if $dbname; 127 133
Note:
See TracChangeset
for help on using the changeset viewer.
