IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2024, 1:30:43 PM (20 months ago)
Author:
eugene
Message:

merge from trunk: nightly science updates; magic file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/ippScripts/scripts/nightly_science.pl

    r42621 r42755  
    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)
     
    21462146    my ($label,$workdir,$obs_mode,$object,$comment,$tess_id,$dist_group,$data_group,$reduction) = get_tool_parameters($date,$target);
    21472147    my ($year,$month,$day,$hour,$min,$sec);
     2148    my $this_date = undef;
     2149    my $chunk_name = undef;
    21482150
    21492151    my $db = init_gpc_db();
     
    22482250                    ($comment_hash_good{$this_comment} == $this_exp_id)) {
    22492251                    push @keep_warps, $this_warp;
    2250                     my $this_date  = ${ $this_warp }[2];
    2251                     my $chunk_name  = ${ $this_warp }[6];
     2252                    $this_date  = ${ $this_warp }[2];
     2253                    $chunk_name  = ${ $this_warp }[6];
    22522254
    22532255                    #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.