IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33749


Ignore:
Timestamp:
Apr 10, 2012, 3:40:45 PM (14 years ago)
Author:
bills
Message:

bad_instances is an array not an array reference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20120404/ippScripts/scripts/destreak_restore_camera.pl

    r33618 r33749  
    422422                # looks like a censored one
    423423                if (scalar @{$file{bad_instances}}) {
    424                     my $bad = ${$file{bad_instances}}->[0];
     424                    my $bad = ${$file{bad_instances}}[0];
    425425                    $file{censored} = ($bad =~ /SR_/);
    426426                    print "no good instances found setting censored based on $bad\n";
Note: See TracChangeset for help on using the changeset viewer.