Index: /trunk/tools/make_burntool_pcontrol.pl
===================================================================
--- /trunk/tools/make_burntool_pcontrol.pl	(revision 25919)
+++ /trunk/tools/make_burntool_pcontrol.pl	(revision 25920)
@@ -37,5 +37,5 @@
 # List of which obs_modes are "science" and which are something else.
 %science = ('MD' => 1, '3PI' => 1, 'STS' => 1, 'CAL' => 1, 'M31' => 1, 'SS' => 1,
-	    'ENGINEERING' => 0, 'NULL' => 0, 'Unknown' => 0, ' ' => 0);
+	    'ENGINEERING' => 0, 'NULL' => 0, 'Unknown' => 1, ' ' => 0);
 if (exists($opt{P})) {
     $science{Unknown} = 1;
@@ -147,5 +147,6 @@
 					  ($comment =~ /MD/)||($comment =~ /ThreePi/)||
 					  ($comment =~ /STS/)||($comment =~ /M31/)||
-					  ($comment =~ /CAL/)||($comment =~ /SS/))))					  
+					  ($comment =~ /CAL/)||($comment =~ /SS/)||($comment =~ /SVS/)|| ($comment =~ /Sweetspot/)||
+					  ($comment =~ /sdss/))))					  
 	{
 	    if ($start_s[-1] == 0) {
