Changeset 29246
- Timestamp:
- Sep 27, 2010, 5:38:55 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ippScripts/scripts/automate_stacks.pl (modified) (3 diffs)
-
ippconfig/recipes/nightly_science.config (modified) (1 diff)
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}; -
trunk/ippconfig/recipes/nightly_science.config
r29152 r29246 234 234 END 235 235 TARGETS METADATA 236 NAME STR OSS 237 DISTRIBUTION STR SweetSpot 238 TESS STR RINGS.V0 239 OBSMODE STR OSS 240 STACKABLE BOOL TRUE 241 END 242 TARGETS METADATA 236 243 NAME STR ThreePi 237 244 TESS STR RINGS.V0
Note:
See TracChangeset
for help on using the changeset viewer.
