IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13176


Ignore:
Timestamp:
May 2, 2007, 3:47:13 PM (19 years ago)
Author:
Paul Price
Message:

Need to resolve tessellation catdir.

File:
1 edited

Legend:

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

    r13169 r13176  
    5656my $missing_tools;
    5757my $warptool = can_run('warptool') or (warn "Can't find warptool" and $missing_tools = 1);
    58 my $dvoImageOverlaps = can_run('dvoImageOverlaps') or (warp "Can't find dvoImageOverlaps" and $missing_tools = 1);
    59 my $dvoImageExtract = can_run('dvoImageExtract') or (warp "Can't find dvoImageExtract" and $missing_tools = 1);
     58my $dvoImageOverlaps = can_run('dvoImageOverlaps') or (warn "Can't find dvoImageOverlaps" and $missing_tools = 1);
     59my $dvoImageExtract = can_run('dvoImageExtract') or (warn "Can't find dvoImageExtract" and $missing_tools = 1);
    6060if ($missing_tools) {
    6161    warn("Can't find required tools.");
     
    111111    my $tessellations = $ipprc->tessellations(); # Hash of defined tessellations
    112112    foreach my $tess_id ( keys %$tessellations ) {
    113         my $tess_dir = $$tessellations{$tess_id};
     113        my $tess_dir = $ipprc->convert_filename_absolute( $$tessellations{$tess_id} ); # Catdir for DVO
    114114        print STDERR "tessellation: $tess_id, $tess_dir\n";
    115115
Note: See TracChangeset for help on using the changeset viewer.