--- aliases: - /2010/08/numpy-dtypes-and-fits-keywords categories: - python date: 2010-08-04 21:57 layout: post slug: numpy-dtypes-and-fits-keywords title: numpy dtypes and fits keywords --- bool: 'L',
uint8: 'B',
int16: 'I',
int32: 'J',
int64: 'K',
float32: 'E',
float64: 'D',
complex64: 'C',
complex128: 'M'