IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2006, 1:30:18 PM (19 years ago)
Author:
Paul Price
Message:

Moving declaration outside scope, to avoid being hit by label problems.

File:
1 edited

Legend:

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

    r10530 r10537  
    9999my $command;
    100100my $reject;
     101my $expTag;
    101102for (my $i = 0; $i < scalar @means; $i++) {
    102     my $expTag = $expTags[$i];  # Exposure ID
     103    $expTag = $expTags[$i];     # Exposure ID
    103104    $command = "$dettool -updateresidexp -det_id $det_id -iteration $iter -exp_tag $expTag"; # Command to run
    104105    $reject = 0;                # Reject this exposure?
Note: See TracChangeset for help on using the changeset viewer.