IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28931


Ignore:
Timestamp:
Aug 17, 2010, 10:33:28 AM (16 years ago)
Author:
bills
Message:

if diff skycell quality is zero make a skycell to pass to streaksremove

File:
1 edited

Legend:

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

    r28536 r28931  
    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.