Expand description
An alternative, efficient and easy-to-use interface for the MWA ASVO.
Re-exports§
Modules§
- asvo
- Code to interface with the MWA ASVO.
- built_
info - obsid
- Code to handle obsids.
Enums§
Functions§
- check_
file_ sha1_ hash - Takes a filename, expected hash and a job id and returns Ok if the calculated hash matches the expected hash, otherwise returns an AsvoError::HashMismatch
- get_
job_ state_ table_ style - get_
job_ type_ table_ style - parse_
jobids_ and_ obsids_ from_ file - Read a file, and return two vectors of ASVO job IDs and obsids. Fail if any string in the file cannot be parsed as either.
- parse_
key_ value_ pairs - Parse a string of key-value pairs (e.g. “avg_time_res=0.5,avg_freq_res=10”) into a BTreeMap.
- parse_
many_ jobids_ or_ obsids - Parse a string of ASVO job IDs, obsids, or files containing job IDs or obsids into two vectors of job IDs and obsids.