IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31044


Ignore:
Timestamp:
Mar 24, 2011, 5:57:39 PM (15 years ago)
Author:
watersc1
Message:

change register_exp to have less alerting warning messages. Add summit_id to regtool_pendingexp.sql query to match newExp table schema.

Location:
tags/ipp-20110218
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110218/ippScripts/scripts/register_exp.pl

    r30553 r31044  
    189189
    190190    if ($exptype ne 'OBJECT') {
    191         print "Aborting because exptype doesn't claim to be OBJECT: $exptype\n";
     191        print "Skipping because exptype doesn't claim to be OBJECT: $exptype\n";
    192192        return(undef,undef,undef,"reg",undef,undef,undef);
    193193    }
    194194    if ($obsmode eq 'ENGINEERING') {
    195         print "Aborting because we don't queue engineering data to chip\n";
     195        print "Skipping because we don't queue engineering data to chip\n";
    196196        return(undef,undef,undef,"reg",undef,undef,undef);
    197197    }
  • tags/ipp-20110218/ippTools/share/regtool_pendingexp.sql

    r30462 r31044  
    11SELECT DISTINCT
     2     summit_id,
    23     exp_id,
    34     tmp_exp_name,
Note: See TracChangeset for help on using the changeset viewer.