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_warp.pl

    r17671 r18487  
    104104        die "No working directory specified.\n" unless defined $workdir;
    105105       
    106         my $outroot = caturi( $workdir, "tess_$tess_id", $skycell_id, "$tess_id.$skycell_id.wrp.$warp_id" );
     106        my $outroot = caturi( $workdir, $skycell_id, "$skycell_id.wrp.$warp_id" );
    107107        $ipprc->outroot_prepare( $outroot );
    108108
Note: See TracChangeset for help on using the changeset viewer.