Skip to content
  • Manuel Grizonnet's avatar
    ENH: Use a bitset of size 16 to read mask from NASA · cec26863
    Manuel Grizonnet authored
    IMPORTANT: it includes a patch in the way that the bitset is interpreted.
    
    Previously the test was (val&mask!0) but the proper test to do is (val&mask==mask)
    
    It includes also a change in the ComputeMask application to read the input image as unsigned short (will works with theia and nasa products)
    cec26863