IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2008, 4:47:04 PM (18 years ago)
Author:
eugene
Message:

skip the ignored warps

File:
1 edited

Legend:

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

    r16019 r16063  
    9595my $camera;                     # Camera
    9696foreach my $file (@$files) {
     97    # skip warps which are speicified as 'ignored'
     98    if ($file->{ignored}) { next; }
    9799    if (defined $tess_id) {
    98100        &my_die("Tesselation identifiers don't match", $stack_id, $PS_EXIT_SYS_ERROR) unless
     
    123125# my $inputSources;             # Sources to use as stamps
    124126foreach my $file (@$files) {
     127    if ($file->{ignored}) { next; }
     128
    125129    print $listFile "INPUT$num\tMETADATA\n";
    126130    $num++;
Note: See TracChangeset for help on using the changeset viewer.