IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38165


Ignore:
Timestamp:
Apr 22, 2015, 3:06:35 PM (11 years ago)
Author:
watersc1
Message:

Copy of edits from the trunk that should allow diffs to fail correctly. Not merging to prevent the larger re-design of config information from complicating the active lanl processing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippScripts/scripts/sc_remote_poll.pl

    r37874 r38165  
    510510        ($class_id, $stage_id) = $file =~ /(skycell.\d\d\d\d.\d\d\d).stk.(\d*).dbinfo/;
    511511    }
     512    elsif ($stage eq 'staticsky') {
     513        ($class_id, $stage_id) = $file =~ /(skycell.\d\d\d\d.\d\d\d).sky.(\d*).dbinfo/;
     514    }
     515    elsif ($stage eq 'diff') {
     516        ($class_id,$stage_id) = $file =~ /(skycell.\d\d\d\d.\d\d\d).WS.dif.(\d*).dbinfo/;
     517    }
     518    elsif ($stage eq 'ff') {
     519        ($class_id,$stage_id) = $file =~ /wrp\.(\d*).ff.(\d*).dbinfo/;
     520    }
    512521
    513522    return ($stage_id, $class_id);
     
    540549        $class_id = 0;
    541550    }
     551    elsif ($stage eq 'staticsky') {
     552        ($class_id, $stage_id) = $file =~ /(skycell.\d\d\d\d.\d\d\d).sky.(\d*).dbinfo/;
     553    }
     554    elsif ($stage eq 'diff') {
     555        ($class_id,$stage_id) = $file =~ /(skycell.\d\d\d\d.\d\d\d).WS.dif.(\d*).dbinfo/;
     556    }
     557    elsif ($stage eq 'ff') {
     558        ($class_id,$stage_id) = $file =~ /wrp\.(\d*).ff.(\d*).dbinfo/;
     559    }
     560
    542561    return($stage_id,$class_id,$component);
    543562}
Note: See TracChangeset for help on using the changeset viewer.