IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2015, 2:07:03 PM (11 years ago)
Author:
watersc1
Message:

Initial versions of the remote diff scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/sc_remote_poll.pl

    r37833 r38079  
    510510        ($class_id, $stage_id) = $file =~ /(skycell.\d\d\d\d.\d\d\d).stk.(\d*).dbinfo/;
    511511    }
    512 
     512    elsif ($stage eq 'staticsky') {
     513#       ($class_id, $stage_id) = $file =~ /(/;
     514    }
     515    elsif ($stage eq 'diff') {
     516#       ($class_id,$stage_id) = $file =~ /(/;
     517    }
    513518    return ($stage_id, $class_id);
    514519}
Note: See TracChangeset for help on using the changeset viewer.