IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35329


Ignore:
Timestamp:
Mar 27, 2013, 1:49:04 PM (13 years ago)
Author:
bills
Message:

die if lapGroup has too many filters this is a bug

File:
1 edited

Legend:

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

    r35308 r35329  
    7373
    7474my $nFilters = scalar @filters;
    75 print STDERR "lapGroup has $nFilters filters\n";
     75print STDERR "lapGroup $seq_id $tess_id $projection_cell has $nFilters filters\n";
     76
    7677&my_die("No filters found for $seq_id $tess_id $projection_cell", $PS_EXIT_PROG_ERROR) unless $nFilters;
    7778&my_die("Unexpected number of filters found for $seq_id $tess_id $projection_cell", $PS_EXIT_PROG_ERROR) unless $nFilters <= 5;
Note: See TracChangeset for help on using the changeset viewer.