Changeset 36011
- Timestamp:
- Aug 22, 2013, 4:13:50 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r36010 r36011 385 385 } 386 386 387 if (($req_type eq "byexp") and ($stage eq "stack" )) {388 print STDERR "byexp not implemented for stackstage. row: $rownum\n";387 if (($req_type eq "byexp") and ($stage eq "stack" or $stage eq 'stack_summary') { 388 print STDERR "byexp not implemented for $stage stage. row: $rownum\n"; 389 389 insertFakeJobForRow($row, 1, $PSTAMP_NOT_IMPLEMENTED); 390 390 return 0; … … 458 458 my $start_locate = gettimeofday(); 459 459 460 print "\nCalling new_locate_imagesfor row: $rownum\n";460 print "\nCalling locate_images_for_row for row: $rownum\n"; 461 461 462 462 $imageList = locate_images_for_row($ipprc, $image_db, $camera, $row, $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
