IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42640 for trunk/ippScripts


Ignore:
Timestamp:
Feb 24, 2024, 2:56:51 AM (2 years ago)
Author:
tdeboer
Message:

changing desperate diff timer

File:
1 edited

Legend:

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

    r42577 r42640  
    18441844                    ($comment_hash_good{$this_comment} == $this_exp_id)) {
    18451845                    push @keep_warps, $this_warp;
    1846                     my $this_date  = ${ $this_warp }[2];
    1847                     my $chunk_name  = ${ $this_warp }[6];
     1846                    $this_date  = ${ $this_warp }[2];
     1847                    $chunk_name  = ${ $this_warp }[6];
    18481848
    18491849                    #do not continue if you encounter exposures that finished cam stage but have not yet continued to warp (i.e. stuck in between stages)
     
    22482248                    ($comment_hash_good{$this_comment} == $this_exp_id)) {
    22492249                    push @keep_warps, $this_warp;
    2250                     my $this_date  = ${ $this_warp }[2];
    2251                     my $chunk_name  = ${ $this_warp }[6];
     2250                    $this_date  = ${ $this_warp }[2];
     2251                    $chunk_name  = ${ $this_warp }[6];
    22522252
    22532253                    #do not continue if you encounter exposures that finished cam stage but have not yet continued to warp (i.e. stuck in between stages)
Note: See TracChangeset for help on using the changeset viewer.