IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2015, 11:03:02 AM (11 years ago)
Author:
bills
Message:

various cleanup primarily removing hard coded refereces to bill's environment and test locations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bills/concatsmf

    r38860 r39002  
    3636
    3737# TODO: make this an option
    38 my $stiltsJar = '/home/panstarrs/bills/jars/stilts.jar';
     38my $jardir = $ENV{JARDIR};
     39$jardir = '/home/panstarrs/bills/jars' unless $jardir;
     40
     41my $stiltsJar = "$jardir/stilts.jar";
    3942
    4043my $stilts="java -jar $stiltsJar";
     
    5962
    6063if ($test_smf) {
    61     # Test smf created by the ippToPsps test suite
     64    # Input is a test smf created by the ippToPsps test suite
    6265    # file name format is 'test.$exp_id.smf"
    6366    # There is only a single psf extension for chipnum zero
     
    6770}
    6871
    69 # gpc1 smf
     72# assuming a gpc1 smf
    7073
    7174($exp_name, $exp_id, undef, $cam_id) = split '\.', $infilename;
Note: See TracChangeset for help on using the changeset viewer.