IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2008, 9:52:57 AM (18 years ago)
Author:
Paul Price
Message:

Adding outroot instead of workdir for chip and camera; adding verbose flags.

File:
1 edited

Legend:

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

    r16329 r16336  
    159159    # Extract the skycells to images, used as warp templates.
    160160    my @skycells = keys %unique_skycells;
    161     generate_skycells($ipprc, $tess_id, \@skycells, $workdir) or
     161    generate_skycells($ipprc, $tess_id, \@skycells, $workdir, $verbose) or
    162162        &my_die("Unable to generate skycells for tessellation $tess_id", $warp_id, $PS_EXIT_SYS_ERROR);
    163163   
Note: See TracChangeset for help on using the changeset viewer.