rust-fitsio icon indicating copy to clipboard operation
rust-fitsio copied to clipboard

How to read Bitmasks(like `32X`)?

Open GuoHaoxuan opened this issue 8 months ago • 0 comments

#330 mentioned vector types. But This method need a corresponding type exists. Such as E with f32, J with i32。But there is no corresponding type for X (bool is not exactly).

If there is a type convert, it will convert 32X vector to a single variable can cause wrong result.

GuoHaoxuan avatar Apr 11 '25 05:04 GuoHaoxuan