IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30966


Ignore:
Timestamp:
Mar 18, 2011, 10:20:33 AM (15 years ago)
Author:
watersc1
Message:

If we have a camera-controlled image, we should not need to burntool it, so skip the section that checks to see if we can burntool it.

File:
1 edited

Legend:

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

    r30710 r30966  
    267267
    268268if ((abs($burntoolStateCurrent) != $burntoolStateTarget)&&
    269     (!is_daytime($dateobs,$sunrise,$sunset))) {
     269    (!is_daytime($dateobs,$sunrise,$sunset))&&
     270    (!is_ccim($exp_name,$exp_type))) {
    270271    my $mdcParser  = PS::IPP::Metadata::Config->new;
    271272
Note: See TracChangeset for help on using the changeset viewer.