Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- lookup :: Text -> Header -> Maybe Value
- newtype Header = Header {
- _records :: [HeaderRecord]
- data Value
- keyword :: Text -> Value -> Maybe Text -> HeaderRecord
- addComment :: Text -> KeywordRecord -> KeywordRecord
Documentation
The header part of the HDU is vital carrying not only authorship
metadata, but also specifying how to make sense of the binary payload
that starts 2,880 bytes after the start of the HeaderData
.
Header | |
|
Value
datatype for discriminating valid FITS KEYWORD=VALUE types in an HDU.
addComment :: Text -> KeywordRecord -> KeywordRecord Source #