omas.load_omas_s3

omas.load_omas_s3(filename, user='meneghini', consistency_check=None, imas_version=None, tmp_dir='/var/folders/8x/f0x8khz50495tv7skxdjqvhc0000gr/T/meneghini/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