IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41636


Ignore:
Timestamp:
Jun 3, 2021, 5:16:25 PM (5 years ago)
Author:
tdeboer
Message:

change to warp_overlap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-ps1-20210510/ippScripts/scripts/warp_overlap.pl

    r41596 r41636  
    248248    # Get rid of the path
    249249    my @dirlist = File::Spec->splitdir( $filename ); # The elements of the full path
    250     $filename = pop @dirlist;
     250    my $filenamecut = pop @dirlist;
     251    my @splitlist = split /:/, $filenamecut;
     252    $filename = pop @splitlist;
    251253
    252254    # Work out how to identify this imfile in the output
Note: See TracChangeset for help on using the changeset viewer.