Changeset 38860
- Timestamp:
- Oct 14, 2015, 2:56:25 PM (11 years ago)
- Location:
- trunk/tools/bills
- Files:
-
- 4 added
- 2 edited
-
adddeltacolumns (added)
-
comparep2detections (added)
-
concatp2batch (added)
-
concatsmf (modified) (3 diffs)
-
matchIppToPsps (modified) (1 diff)
-
p2columns.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bills/concatsmf
r38748 r38860 21 21 22 22 my ($ota, $save_temps, $verbose); 23 my $test_smf; 23 24 24 25 GetOptions( … … 26 27 "vebose|v" => \$verbose, 27 28 "save-temps" => \$save_temps, 29 "test" => \$test_smf, 28 30 ) or pod2usage( 2 ); 29 31 … … 55 57 56 58 my ($exp_name, $exp_id, $cam_id); 59 60 if ($test_smf) { 61 # Test smf created by the ippToPsps test suite 62 # file name format is 'test.$exp_id.smf" 63 # There is only a single psf extension for chipnum zero 64 (undef, $exp_id) = split '\.', $infilename; 65 extract_chip($path, $output, $exp_id, 0, 'Chip.psf'); 66 exit 0; 67 } 68 69 # gpc1 smf 70 57 71 ($exp_name, $exp_id, undef, $cam_id) = split '\.', $infilename; 58 72 -
trunk/tools/bills/matchIppToPsps
r38747 r38860 39 39 $cmd .= " ofmt=$ofmt" if $ofmt; 40 40 41 $cmd .= " progress=none" unless $verbose; 42 41 43 print "$cmd\n" if $verbose; 42 44
Note:
See TracChangeset
for help on using the changeset viewer.
