IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2008, 1:15:54 PM (18 years ago)
Author:
Paul Price
Message:

tess_id can be a path, so don't use it to create the outroot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_serial_diff.pl

    r17671 r18487  
    7272        die "No working directory specified.\n" unless defined $workdir;
    7373       
    74         my $outroot = caturi( $workdir, "tess_$tess_id", $skycell_id, "$tess_id.$skycell_id.dif.$diff_id" );
     74        my $outroot = caturi( $workdir, $skycell_id, "$skycell_id.dif.$diff_id" );
    7575        $ipprc->outroot_prepare( $outroot );
    7676
Note: See TracChangeset for help on using the changeset viewer.