microcalorimetry.math.gc_models

This module contains historical correction factor models for NIST calorimeters.

These models should take in an array of frequency (GHz) and output an array of the same shape that represent the microcalorimeter correction factor.

Functions

type_N_clrm_A(→ numpy.ndarray)

gc model of NIST's type N clrm A (type N label A) microcalorimeter.

Module Contents

microcalorimetry.math.gc_models.type_N_clrm_A(f: numpy.ndarray) numpy.ndarray[source]

gc model of NIST’s type N clrm A (type N label A) microcalorimeter.

Parameters:
fnp.ndarray

Frquency (GHz)

Returns:
gcnp.ndarray

Calorimetric correction factor, same shape as f.