IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40850 for trunk/ippMonitor


Ignore:
Timestamp:
Jul 29, 2019, 12:04:10 PM (7 years ago)
Author:
ippitc
Message:

duplicate label handling improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czartool/CzarDb.pm

    r40849 r40850  
    260260    my $size = scalar @{$labels};
    261261    if ($size < 1) { return; }
    262 #    if (($server eq 'stdscience') && ($telescope eq 'gpc1')) {
    263         ## EAM 20180510 : manually adding label used for Pole reprocessing
    264         ## I would like to add an external file to manage these extra
    265         ## labels, but this suffices for now
    266 #        push @{$labels}, 'PV3.Pole.Reprocess.20180510';
    267 #       push @{$labels}, 'ps_ud_QUB';
    268 #        push @{priorities}, 50000;
    269 #       push @{priorities}, 415;
    270 #    }
    271262
    272263    my $query = $self->{_db}->prepare(<<SQL);
Note: See TracChangeset for help on using the changeset viewer.