Analysis Configurations¶
This page contains schemas used in configuring analysis functions.
CorrectionFactorDataInputs¶
Defines a set of data corresponding to a combination of sensors used in a correction factor measurement.
type |
object |
|
additionalProperties |
properties |
|
|
||
|
||
|
||
correction-factor-measurements¶
Points to a DUT’s S-parameters, parsed RF sweep, and calorimeter sensitivity cofficients for a particular measurement.
properties |
|
|
|
|
|
|
|
additionalProperties |
False |
RFSweepParserConfig¶
Settings needed to parsed an RFsweep for a sensor, not specific to any type of sensor.
type |
object |
||
properties |
|||
|
type |
object |
|
properties |
|||
|
Used for determining the relative time delays between the instrument signals for finding the ‘correct’ RF switching time. A typical value is 5 seconds. |
||
type |
number |
||
|
Method for determining the last time point in the averaging window. If ‘max_change’: look for a change in column values corresponding to the source being turned off. If ‘first_data_point’, pick the time when the RF source was turned off - instr_timing_tolerance. |
||
type |
string |
||
enum |
max_change, first_data_point |
||
examples |
max_change |
||
|
time window (in seconds) to average over when evaluating long timescale settled values. |
||
type |
number |
||
|
Override the statswindow (in seconds) to average over when evaluating long timescale RF off values. |
||
type |
number |
||
Bolometer Parser Settings¶
RF sweep parser settings specific to a bolometer sensor.
type |
object |
||
properties |
|||
|
What time should be fit to when determining ‘off’ point when fitting the fast off. |
||
type |
number |
||
examples |
0.37 |
||
|
What type of fit function to use when fitting to the fast off voltage of the sensor. |
||
type |
string |
||
enum |
single_sample, lin_plus_exp, linear |
||
examples |
linear |
||
|
The time window - relative to when power was turned off - to fit the data to. Should be large enough to capture the curve. |
||
type |
array |
||
examples |
1 |
||
20 |
|||
items |
type |
number |
|
maxItems |
2 |
||
minItems |
2 |
||
|
|||
ParsedDCSweep¶
type |
object |
properties |
|
|
|
|
|
additionalProperties |
|
ParsedRFSweep¶
Output of a parsed calibration measurement. Each output is a an RMEMeas object with shape (n,) where n is a coordinate dimension called (frequency) in GHz and the outputs are real valued numbers corresponding to the measurement result.
type |
object |
properties |
|
|
Calorimeter thermopile voltages in RF off state. |
|
Calorimeter thermopile voltages in RF on state. |
|
Power inferred by the thermopile in calorimeters RF off state. |
|
Power inferred by the thermopile in calorimeters RF on state. |
|
Uncorrected effective efficiency of sensor 2 (internal DUT) |
|
Thermopile voltages of sensor at port 2 in RF off state. |
|
Thermopile voltages of sensor at port 2 in RF on state. |
|
RF power measured by sensor 2 (internal DUT) nn during the fast RF off portion of a frequency point. |
|
RF power measured by sensor 2 (internal DUT) nn during the slow RF on portion of a frequency point |
|
RF power measured by sensor 3 (external sidearm) nn during the fast RF off portion of a frequency point. |
|
RF power measured by sensor 3 (external sidearm) nn during the slow RF on portion of a frequency point |
|
RF power measured by sensor 2 (internal DUT) nn during the fast RF off portion of a frequency point. |
|
RF power measured by sensor 2 (internal DUT) nn during the fast RF off portion of a frequency point. |
|
RF power measured by sensor 2 (internal DUT) nn during the slow RF on portion of a frequency point |
additionalProperties |
False |
Historical Eta Measurments List¶
Describes historical Eta measurements to be used when calculating/reviewing Eta measurements.
type |
object |
|
properties |
||
|
All properties are dictionaries that describe each dataset |
|
properties |
||
|
||