IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35278


Ignore:
Timestamp:
Mar 8, 2013, 11:54:53 AM (13 years ago)
Author:
watersc1
Message:

Fix cam_background_model/NULL issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130307/ippScripts/scripts/warp_skycell.pl

    r35239 r35278  
    247247    if (($doBackground)) {
    248248        # &&($imfile->{background_model} == 1)
    249         if ($imfile->{cam_background_model}) {
     249        if (($imfile->{cam_background_model})&&($imfile->{cam_background_model} != 32767)) {
    250250            $bkg    = $ipprc->filename("PPIMAGE.BACKMDL", $imfile->{cam_path_base}, $imfile->{class_id});
    251251        }
Note: See TracChangeset for help on using the changeset viewer.