IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32806


Ignore:
Timestamp:
Nov 24, 2011, 6:07:33 AM (15 years ago)
Author:
bills
Message:

fix error that was causing over censoring of chip stage data

File:
1 edited

Legend:

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

    r32650 r32806  
    254254                    if ($skycell->{data_state} eq "full" and $skycell->{quality} == 0) {
    255255                        $skycell_uri = $ipprc->filename("PPSUB.OUTPUT", $skycell->{path_base});
     256                        my $skycell_id = $skycell->{skycell_id};
    256257                        $diff_skycells{$skycell_id} = $skycell_uri;
    257258                    } else {
Note: See TracChangeset for help on using the changeset viewer.