IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36687


Ignore:
Timestamp:
Apr 22, 2014, 3:13:11 PM (12 years ago)
Author:
bills
Message:

add special labels for MPE and NCU requests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstampparse.pl

    r36595 r36687  
    179179        $label = "PY";
    180180        $label_changed = 1;
     181    } elsif ($lcname =~ /ncu/) {
     182        $label = 'NCU';
     183        $label_changed = 1;
     184    } elsif (($lcname =~ /mpe_/) or ($lcname =~ /sd_/)) {
     185        $label = 'MPE';
     186        $label_changed = 1;
    181187    }
    182188    print "Setting label for $req_name to $label\n" if $label_changed;
Note: See TracChangeset for help on using the changeset viewer.