Changeset 39002 for trunk/tools/bills/concatsmf
- Timestamp:
- Oct 29, 2015, 11:03:02 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/tools/bills/concatsmf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bills/concatsmf
r38860 r39002 36 36 37 37 # TODO: make this an option 38 my $stiltsJar = '/home/panstarrs/bills/jars/stilts.jar'; 38 my $jardir = $ENV{JARDIR}; 39 $jardir = '/home/panstarrs/bills/jars' unless $jardir; 40 41 my $stiltsJar = "$jardir/stilts.jar"; 39 42 40 43 my $stilts="java -jar $stiltsJar"; … … 59 62 60 63 if ($test_smf) { 61 # Test smf created by the ippToPsps test suite64 # Input is a test smf created by the ippToPsps test suite 62 65 # file name format is 'test.$exp_id.smf" 63 66 # There is only a single psf extension for chipnum zero … … 67 70 } 68 71 69 # gpc1 smf72 # assuming a gpc1 smf 70 73 71 74 ($exp_name, $exp_id, undef, $cam_id) = split '\.', $infilename;
Note:
See TracChangeset
for help on using the changeset viewer.
