Changeset 29246 for trunk/ippScripts/scripts/automate_stacks.pl
- Timestamp:
- Sep 27, 2010, 5:38:55 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/automate_stacks.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/automate_stacks.pl
r29162 r29246 129 129 my @target_list = (); 130 130 my @filter_list = (); 131 my %distribution_list = (); 131 132 my %tessID_list = (); 132 133 my %obsmode_list = (); … … 206 207 $this_target = ${ $tentry }{value}; 207 208 push @target_list, $this_target; 209 $distribution_list{$this_target} = $this_target; 210 } 211 elsif (${ $tentry }{name} eq 'DISTRIBUTION') { 212 $distribution_list{$this_target} = ${ $tentry }{value}; 208 213 } 209 214 elsif (${ $tentry }{name} eq 'TESS') { … … 1380 1385 my $object = $object_list{$target}; 1381 1386 my $comment = $comment_list{$target}; 1382 my $dist_group = $ target;1387 my $dist_group = $distribution_list{$target}; 1383 1388 my $data_group = "${target}.${trunc_date}"; 1384 1389 my $tess_id = $tessID_list{$target};
Note:
See TracChangeset
for help on using the changeset viewer.
