omas.load_omas_s3¶
- omas.load_omas_s3(filename, user='bechtelt', consistency_check=None, imas_version=None, tmp_dir='/tmp/bechtelt/OMAS_TMP_DIR')[source]¶
Download an OMAS object from S3 and read it as pickle
- Parameters
filename – filename to load from
user – username where to look for the file
consistency_check – verify that data is consistent with IMAS schema (skip if None)
imas_version – imas version to use for consistency check (leave original if None)
tmp_dir – temporary folder for storing S3 file on local workstation
- Returns
OMAS data set