IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2011, 9:36:02 AM (15 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ippScripts/scripts/register_imfile.pl

    r30812 r31083  
    267267
    268268if ((abs($burntoolStateCurrent) != $burntoolStateTarget)&&
    269     (!is_daytime($dateobs,$sunrise,$sunset))) {
     269    (!is_daytime($dateobs,$sunrise,$sunset))&&
     270    (!is_ccim($tmp_exp_name,$exp_type))) {
    270271    my $mdcParser  = PS::IPP::Metadata::Config->new;
    271272
     
    389390    my $exp_name = shift;
    390391    my $exp_type = shift;
    391  
     392    $exp_type =~ s/'//g;
    392393    # needs to match regtool.c checks for "is_ccim".
    393394    if ($exp_name =~ /c/) {
Note: See TracChangeset for help on using the changeset viewer.