IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

bad_instances is an array not an array reference

File:
1 edited

Legend:

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

    • Property svn:mergeinfo set to (toggle deleted branches)
      /tags/ipp-20120404/ippScripts/scripts/destreak_restore_camera.plmergedeligible
      /branches/czw_branch/20101203/ippScripts/scripts/destreak_restore_camera.pl29907-30631
      /branches/eam_branches/ipp-20101103/ippScripts/scripts/destreak_restore_camera.pl29657-29920
      /branches/eam_branches/ipp-20101205/ippScripts/scripts/destreak_restore_camera.pl29959-30585
      /branches/eam_branches/ipp-20110213/ippScripts/scripts/destreak_restore_camera.pl30628-31149
      /branches/eam_branches/ipp-20110404/ippScripts/scripts/destreak_restore_camera.pl31166-31444
      /branches/eam_branches/ipp-20110505/ippScripts/scripts/destreak_restore_camera.pl31458-31658
      /branches/eam_branches/ipp-20110710/ippScripts/scripts/destreak_restore_camera.pl31852-32345
      /branches/eam_branches/ipp-20110906/ippScripts/scripts/destreak_restore_camera.pl32363-32631
      /branches/eam_branches/ipp-20111110/ippScripts/scripts/destreak_restore_camera.pl32645-32694
      /branches/haf_add201112/ippScripts/scripts/destreak_restore_camera.pl32980-33029
    r33618 r33750  
    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.