IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2018, 4:52:59 PM (8 years ago)
Author:
watersc1
Message:

Fixed end-of-night date calculation. Should now trigger automatically at 7:30AM HST

File:
1 edited

Legend:

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

    r33666 r40403  
    199199        if ($normalisation == 0.0 or lc($normalisation) eq 'nan') {
    200200            warn("Class $className has bad normalisation: $normalisation");
    201             exit($PS_EXIT_SYS_ERROR);
     201            $normalisation = 1.0;
     202#            exit($PS_EXIT_SYS_ERROR);
    202203        }
    203204
     
    225226        if ($normalisation == 0.0 or lc($normalisation) eq 'nan') {
    226227            warn("Class $className has bad normalisation: $normalisation");
    227             exit($PS_EXIT_SYS_ERROR);
     228            $normalisation = 1.0;
     229#            exit($PS_EXIT_SYS_ERROR);
    228230        }
    229231        print "$className : $normalisation\n";
Note: See TracChangeset for help on using the changeset viewer.