IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27238 for trunk/pstamp


Ignore:
Timestamp:
Mar 10, 2010, 3:02:19 PM (16 years ago)
Author:
bills
Message:

force bit zero of option mask to 1 (make stamp from image)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstampparse.pl

    r27211 r27238  
    210210    my $y       = $row->{CENTER_Y};
    211211
     212    # XXX things don't work if bit zero of option mask is not set;
     213    $row->{OPTION_MASK} |= 1;
    212214    my $option_mask= $row->{OPTION_MASK};
    213215    my $inverse = ($option_mask & $PSTAMP_SELECT_INVERSE) ? 1 : 0;
Note: See TracChangeset for help on using the changeset viewer.