IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2010, 6:52:05 PM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/ippScripts/scripts/magic_destreak.pl

    r28794 r28981  
    216216            foreach my $skycell (@$skycells) {
    217217                my $skycell_uri;
    218                 if ($skycell->{data_state} eq "full") {
     218                if ($skycell->{data_state} eq "full" and $skycell->{quality} = 0) {
    219219                    $skycell_uri = $ipprc->filename("PPSUB.OUTPUT", $skycell->{path_base});
    220220                } else {
Note: See TracChangeset for help on using the changeset viewer.