arrakis.utils.io
I/O utilities
Attributes
Functions
|
Get a table from a directory given a keyword to glob. |
|
Parse an environment path. |
|
Module Contents
- arrakis.utils.io.gettable(tabledir: str, keyword: str) tuple[astropy.table.Table, str] [source]
Get a table from a directory given a keyword to glob.
- Parameters:
tabledir (str) – Directory.
keyword (str) – Keyword to glob for.
- Returns:
Table and it’s file location.
- Return type:
Tuple[Table, str]