{ } Raw JSON

bundles / astropy 7.0.1 / astropy / io / fits / column / _wrapx

function

astropy.io.fits.column:_wrapx

source: /astropy/io/fits/column.py :2188

Signature

def   _wrapx ( input output repeat )

Summary

Wrap the X format column Boolean array into an UInt8 array.

Parameters

input

input Boolean array of shape (s, repeat)

output

output Uint8 array of shape (s, nbytes)

repeat

number of bits

Aliases

  • astropy.io.fits.column._wrapx