| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.CBF
Description
Look at readCBF as a starting point.
Synopsis
- data CBFImage = CBFImage {
- imageProperties :: ![(Text, Text)]
- imageFastestDimension :: !Int
- imageSecondDimension :: !Int
- imageDataRaw :: !ByteString
- readCBF :: FilePath -> IO (Either Text CBFImage)
- decodePixels :: CBFImage -> Either String [Int64]
Documentation
Decoded CBF image data, with contents
Constructors
| CBFImage | |
Fields
| |