Skip to content

Commit

Permalink
Ensure float FITS images are identified as bigendian.
Browse files Browse the repository at this point in the history
  • Loading branch information
bamford committed Nov 29, 2024
1 parent 6946271 commit f627fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kerchunk/fits.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
16: ">i2",
32: ">i4",
64: ">i8",
-32: "float32",
-64: "float64",
-32: ">f4",
-64: ">f8",
} # always bigendian


Expand Down

0 comments on commit f627fd4

Please sign in to comment.