IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18486


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

Since tess_id can be a path, don't use it in defining the outroot.

File:
1 edited

Legend:

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

    r17671 r18486  
    7474        die "No working directory specified.\n" unless defined $workdir;
    7575       
    76         my $outroot = caturi( $workdir, "tess_$tess_id", $skycell_id, "$tess_id.$skycell_id.stk.$stack_id" );
     76        my $outroot = caturi( $workdir, $skycell_id, "$skycell_id.stk.$stack_id" );
    7777        $ipprc->outroot_prepare( $outroot );
    7878
Note: See TracChangeset for help on using the changeset viewer.