Changeset 25920
- Timestamp:
- Oct 22, 2009, 1:32:05 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/tools/make_burntool_pcontrol.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/make_burntool_pcontrol.pl
r25562 r25920 37 37 # List of which obs_modes are "science" and which are something else. 38 38 %science = ('MD' => 1, '3PI' => 1, 'STS' => 1, 'CAL' => 1, 'M31' => 1, 'SS' => 1, 39 'ENGINEERING' => 0, 'NULL' => 0, 'Unknown' => 0, ' ' => 0);39 'ENGINEERING' => 0, 'NULL' => 0, 'Unknown' => 1, ' ' => 0); 40 40 if (exists($opt{P})) { 41 41 $science{Unknown} = 1; … … 147 147 ($comment =~ /MD/)||($comment =~ /ThreePi/)|| 148 148 ($comment =~ /STS/)||($comment =~ /M31/)|| 149 ($comment =~ /CAL/)||($comment =~ /SS/)))) 149 ($comment =~ /CAL/)||($comment =~ /SS/)||($comment =~ /SVS/)|| ($comment =~ /Sweetspot/)|| 150 ($comment =~ /sdss/)))) 150 151 { 151 152 if ($start_s[-1] == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
