Data Model Containers

This page contains definitions for schemas used to define Data Model Container objects used for various stages in the analysis. A DataModelContainer holds file path in the context of a configuration file, but could hold the actual in-memory representation of that dataset in the context of a python script.

Data DataModel Container

Generic container all other containers inherity from. Either a path with a group, or a dataset itself.

examples

path/to/data.file

path/to/data.hdf5/path/to/group

DCSweep

File, HDF5Group, or in memory reprsentation of a DCSweep dataset.

examples

path/to/data.hdf5/path/to/sweep

additionalProperties

False

RFSweep

HDF5Group of an RFSweep dataset.

examples

path/to/data.hdf5/path/to/sweep

additionalProperties

False

ThermoelectricFitCoefficients

File, HDF5Group, or in memory reprsentation of a ThermoelectricFitCoefficients.

examples

path/to/data.hdf5/path/to/coeffs

additionalProperties

False

S11

File, HDF5Group, or in memory reprsentation of an S11 dataset. Could be a DUT file or an HDF5 file.

examples

s11_file.dut

data.h5/s11_group

additionalProperties

False

Eta

File, HDF5Group, or in memory representaion of effective efficiency.

examples

eta_file.eff

data.h5/eff_group

additionalProperties

False

GC

File, HDF5Group, or in memory representaion of a microcalorimeter correction factor.

examples

data.h5/gc_group

additionalProperties

False