IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2009, 2:50:10 PM (17 years ago)
Author:
watersc1
Message:

Bugfix for NULL burntool_states.

File:
1 edited

Legend:

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

    r25546 r25555  
    182182            &my_die("Unable to find burntool_state in metadata", $exp_id, $chip_id, $class_id, $PS_EXIT_SYS_ERROR);
    183183        }
     184        if ($burntoolState == 32767) {
     185            $burntoolState = 0;
     186        }
    184187
    185188        ## Read camera config to get the current good burntool state :
Note: See TracChangeset for help on using the changeset viewer.