Safe Haskell | None |
---|---|
Language | GHC2021 |
Documentation
Instances
Show CUnit Source # | |
Eq CUnit Source # | |
FromKeyword CUnit Source # | |
Defined in Telescope.Fits.Header.Class | |
ToKeyword CUnit Source # | |
Defined in Telescope.Fits.Header.Class toKeywordValue :: CUnit -> Value Source # toKeywordRecord :: Text -> CUnit -> KeywordRecord Source # |
Instances
Show CType Source # | |
Eq CType Source # | |
FromKeyword CType Source # | |
Defined in Telescope.Fits.Header.Class | |
ToKeyword CType Source # | |
Defined in Telescope.Fits.Header.Class toKeywordValue :: CType -> Value Source # toKeywordRecord :: Text -> CType -> KeywordRecord Source # |
data WCSAxis (alt :: WCSAlt) (axis :: k) Source #
Typed WCS Axes
data X data Y myFunction :: WCSAxis 'WCSMain X -> WCSAxis 'WCSMain Y -> Header myFunction wcsx wcsy = toHeader wcsx <> toHeader wcsy
Instances
WCSAlt options