IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2007, 3:30:58 PM (19 years ago)
Author:
Paul Price
Message:

Updating function name.

File:
1 edited

Legend:

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

    r12863 r13085  
    2626    $PS_EXIT_DATA_ERROR
    2727    $PS_EXIT_TIMEOUT_ERROR
    28     _mdLookupStr
     28    metadataLookupStr
    2929    );
    3030my $ipprc = PS::IPP::Config->new(); # IPP configuration
     
    107107    my $parser = PS::IPP::Metadata::Config->new;        # Parser for metadata config files
    108108    my $recipe = $parser->parse( join '', @$stdout_buf);
    109     my $tess_id = _mdLookupStr($recipe, 'DVO.TESSALATION');
     109    my $tess_id = metadataLookupStr($recipe, 'DVO.TESSALATION');
    110110    print STDERR "tessalation: $tess_id\n";
    111111
Note: See TracChangeset for help on using the changeset viewer.