IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2008, 3:51:22 PM (18 years ago)
Author:
bills
Message:

Added touch parameter to ipp_datapath.pl and ipp_filename.pl
new script to print out the resolved path to a raw image

File:
1 edited

Legend:

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

    r13280 r17663  
    1414my $ipprc = PS::IPP::Config->new();
    1515 
    16 my ($filerule, $class_id, $basename, $camera);
     16my ($filerule, $class_id, $basename, $camera, $touch);
    1717
    1818GetOptions('filerule=s'    => \$filerule,
     
    2020           'basename=s'    => \$basename,
    2121           'camera|c=s'    => \$camera,
     22           'touch'         => \$touch,
    2223           ) or pod2usage( 2 );
    2324
     
    4142#print "$filename\n";
    4243
    43 my $realname = $ipprc->file_resolve( $filename );
     44my $realname = $ipprc->file_resolve( $filename, $touch );
    4445print "$realname\n";
    4546
Note: See TracChangeset for help on using the changeset viewer.