IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38166


Ignore:
Timestamp:
Apr 22, 2015, 5:47:21 PM (11 years ago)
Author:
watersc1
Message:

Typo in the from filename version. This should fix it.

File:
1 edited

Legend:

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

    r38165 r38166  
    550550    }
    551551    elsif ($stage eq 'staticsky') {
    552         ($class_id, $stage_id) = $file =~ /(skycell.\d\d\d\d.\d\d\d).sky.(\d*).dbinfo/;
     552        ($class_id, $stage_id, $component) = $file =~ /(skycell.\d\d\d\d.\d\d\d).sky.(\d*).([\w\.]+)$/;
    553553    }
    554554    elsif ($stage eq 'diff') {
    555         ($class_id,$stage_id) = $file =~ /(skycell.\d\d\d\d.\d\d\d).WS.dif.(\d*).dbinfo/;
     555        ($class_id,$stage_id, $component) = $file =~ /(skycell.\d\d\d\d.\d\d\d).WS.dif.(\d*).([\w\.]+)$/;
    556556    }
    557557    elsif ($stage eq 'ff') {
    558         ($class_id,$stage_id) = $file =~ /wrp\.(\d*).ff.(\d*).dbinfo/;
     558        ($class_id,$stage_id, $component) = $file =~ /wrp\.(\d*).ff.(\d*).([\w\.]+)$/;
    559559    }
    560560
Note: See TracChangeset for help on using the changeset viewer.