Crate rubbl_miriad

Crate rubbl_miriad 

Source
Expand description

Access to MIRIAD-format data sets.

Modules§

mask
Reading MIRIAD mask-format files, such as UV data flags.
visdata
Access to MIRIAD “uv” data sets containing visibility data.

Structs§

DataSet
DataSetItemNamesIterator
This helper struct stores state when iterating over the item names provided by a MIRIAD data set.
DataSetItemsIterator
This helper struct stores state when iterating over the items inside a MIRIAD data set.
Item

Enums§

AnyMiriadValue
MiriadFormatError
An error type for when a MIRIAD file is malformed.
Type

Constants§

MAX_ITEM_NAME_LENGTH
The maximum length of the name of a dataset “item”, in bytes.

Traits§

MiriadMappedType
This trait marks that the given type maps onto a type defined in the MIRIAD data format.

Type Aliases§

ReadStream
WriteStream