IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25920


Ignore:
Timestamp:
Oct 22, 2009, 1:32:05 PM (17 years ago)
Author:
heather
Message:

added /Sweetspot/ to makeburntool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/make_burntool_pcontrol.pl

    r25562 r25920  
    3737# List of which obs_modes are "science" and which are something else.
    3838%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);
    4040if (exists($opt{P})) {
    4141    $science{Unknown} = 1;
     
    147147                                          ($comment =~ /MD/)||($comment =~ /ThreePi/)||
    148148                                          ($comment =~ /STS/)||($comment =~ /M31/)||
    149                                           ($comment =~ /CAL/)||($comment =~ /SS/))))                                     
     149                                          ($comment =~ /CAL/)||($comment =~ /SS/)||($comment =~ /SVS/)|| ($comment =~ /Sweetspot/)||
     150                                          ($comment =~ /sdss/))))                                         
    150151        {
    151152            if ($start_s[-1] == 0) {
Note: See TracChangeset for help on using the changeset viewer.