Changeset 41636
- Timestamp:
- Jun 3, 2021, 5:16:25 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-ps1-20210510/ippScripts/scripts/warp_overlap.pl
r41596 r41636 248 248 # Get rid of the path 249 249 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; 251 253 252 254 # Work out how to identify this imfile in the output
Note:
See TracChangeset
for help on using the changeset viewer.
