IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29246


Ignore:
Timestamp:
Sep 27, 2010, 5:38:55 PM (16 years ago)
Author:
watersc1
Message:

Added OSS configuration and handler to make nightly stacks of this data.

Location:
trunk
Files:
2 edited

Legend:

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

    r29162 r29246  
    129129my @target_list = ();
    130130my @filter_list = ();
     131my %distribution_list = ();
    131132my %tessID_list = ();
    132133my %obsmode_list = ();
     
    206207                $this_target = ${ $tentry }{value};
    207208                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};
    208213            }
    209214            elsif (${ $tentry }{name} eq 'TESS') {
     
    13801385    my $object   = $object_list{$target};
    13811386    my $comment = $comment_list{$target};
    1382     my $dist_group = $target;
     1387    my $dist_group = $distribution_list{$target};
    13831388    my $data_group = "${target}.${trunc_date}";
    13841389    my $tess_id = $tessID_list{$target};
  • trunk/ippconfig/recipes/nightly_science.config

    r29152 r29246  
    234234END
    235235TARGETS METADATA
     236  NAME STR OSS
     237  DISTRIBUTION STR SweetSpot
     238  TESS STR RINGS.V0
     239  OBSMODE STR OSS
     240  STACKABLE BOOL TRUE
     241END
     242TARGETS METADATA
    236243  NAME STR ThreePi
    237244  TESS STR RINGS.V0
Note: See TracChangeset for help on using the changeset viewer.