IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32420


Ignore:
Timestamp:
Sep 21, 2011, 11:03:57 AM (15 years ago)
Author:
watersc1
Message:

fix potential errors in reversing filenames to neb keys when the file has been lossy compressed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/neb-reverse

    r29615 r32420  
    1919    # Convert colons to slashes.
    2020    $neb_key =~ s%:%/%g;
     21    $neb_key =~ s%.fz$%%;
    2122    print "$neb_key\n";
    2223}
Note: See TracChangeset for help on using the changeset viewer.