Skip to content

pixel16 is a python wrapper around some C functions that perform bit- and bytewise operations on short ints.

Notifications You must be signed in to change notification settings

ApachePointObservatory/pixel16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pixel16

This is a python wrapper around two functions that will perform bitwise operations on arrays of unsigned short ints.

  1. uflip: flips the sign bit of an array of unsigned short integers.
  2. byteswap: swaps the bytes of an array of unsigned short integers.

About

pixel16 is a python wrapper around some C functions that perform bit- and bytewise operations on short ints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published