IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34480 for trunk


Ignore:
Timestamp:
Sep 26, 2012, 4:11:48 PM (14 years ago)
Author:
Serge CHASTEL
Message:

ppMops new parameters / bug fix - testing

File:
1 edited

Legend:

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

    r34479 r34480  
    169169    my %negative;               # Data for negative diff detections
    170170    foreach my $comp ( @$components ) {
    171         my $path_base = $comp->{path_base}; # Base name for file
     171        my $path_base = $comp->{path_base}; # Base name for file
    172172        if (!$need_magic and $comp->{magicked}) {
    173173            # This client is authorized to receive uncensored detections
     
    241241                     difftype => $difftype,
    242242                     sky => $cam_comp->{bg},
    243                      shutoutc => $comp->{dateobs},
     243                     shutoutc => $reg_comp->{dateobs},
    244244        };
    245245
     
    279279                         difftype => $difftype,
    280280                         sky => $cam_comp->{bg},
    281                          shutoutc => $comp->{dateobs},
     281                         shutoutc => $reg_comp->{dateobs},
    282282            };
    283283
Note: See TracChangeset for help on using the changeset viewer.