Changeset 25368
- Timestamp:
- Sep 14, 2009, 12:20:18 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r25320 r25368 218 218 219 219 # Temporary hack so that MOPS can get at non-magicked data 220 if (($product eq "mops-pstamp-results") or ($product eq "pstampresults") 221 or ($product eq "bills-results")) { 220 if ($product eq "mops-pstamp-results") { 222 221 $need_magic = 0; 223 222 } … … 368 367 369 368 my $base = basename($image->{path_base}); 369 # XXX: TODO use filerule for this. I don't have a camera defined here 370 if (($stage eq 'chip') and ($image->{camera} eq 'GPC1')) { 371 $base = "${base}.${component}"; 372 } 370 373 371 374 my $output_base = "$out_dir/${rownum}_${job_num}_${base}";
Note:
See TracChangeset
for help on using the changeset viewer.
