Index: /trunk/ippScripts/scripts/automate_stacks.pl
===================================================================
--- /trunk/ippScripts/scripts/automate_stacks.pl	(revision 29245)
+++ /trunk/ippScripts/scripts/automate_stacks.pl	(revision 29246)
@@ -129,4 +129,5 @@
 my @target_list = ();
 my @filter_list = ();
+my %distribution_list = ();
 my %tessID_list = ();
 my %obsmode_list = ();
@@ -206,4 +207,8 @@
                 $this_target = ${ $tentry }{value};
                 push @target_list, $this_target;
+		$distribution_list{$this_target} = $this_target;
+            }
+            elsif (${ $tentry }{name} eq 'DISTRIBUTION') {
+                $distribution_list{$this_target} = ${ $tentry }{value};
             }
             elsif (${ $tentry }{name} eq 'TESS') {
@@ -1380,5 +1385,5 @@
     my $object   = $object_list{$target};
     my $comment = $comment_list{$target};
-    my $dist_group = $target;
+    my $dist_group = $distribution_list{$target};
     my $data_group = "${target}.${trunc_date}";
     my $tess_id = $tessID_list{$target};
Index: /trunk/ippconfig/recipes/nightly_science.config
===================================================================
--- /trunk/ippconfig/recipes/nightly_science.config	(revision 29245)
+++ /trunk/ippconfig/recipes/nightly_science.config	(revision 29246)
@@ -234,4 +234,11 @@
 END
 TARGETS METADATA
+  NAME STR OSS
+  DISTRIBUTION STR SweetSpot
+  TESS STR RINGS.V0
+  OBSMODE STR OSS
+  STACKABLE BOOL TRUE
+END
+TARGETS METADATA
   NAME STR ThreePi
   TESS STR RINGS.V0
