IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2015, 10:02:40 AM (11 years ago)
Author:
bills
Message:

fix bug looking up smf using releasetool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bills/comparep2detections

    r39116 r39146  
    8484    die "failed to find smf for $exp_name in sasdata\n" unless $smf;
    8585} else {
    86     # XXX: look up the smf for the exposure here
    87     # die "only test mode works right now\n";
    88     my $cmd = "releasetool -listrelexp -release_name $release -exp_id $exp_id | grep path_base | awk '{print \$3}'";
     86    my $cmd = "releasetool -listrelexp -release_name $release -exp_id $exp_id | grep cam_path_base | awk '{print \$3}'";
    8987    print "$cmd\n" if $verbose;
    9088    my $path_base = `$cmd`;
Note: See TracChangeset for help on using the changeset viewer.