Module pyangstrom.hu.HT.signatures
Expand source code
from typing import TypedDict
class HtAmpPhaseConfig(TypedDict):
"""For parallel_temperature_average_batch_experimental_results"""
rec_name: str
x0_pixels: int
y0_pixels: int
R0_pixels: int
R_analysis_pixels: int
Nr_pixels: int
gap_pixels: int
anguler_range: str
f_heating: float
focal_shift: float
V_DC: float
exp_amp_phase_extraction_method: str
Classes
class HtAmpPhaseConfig (*args, **kwargs)-
For parallel_temperature_average_batch_experimental_results
Expand source code
class HtAmpPhaseConfig(TypedDict): """For parallel_temperature_average_batch_experimental_results""" rec_name: str x0_pixels: int y0_pixels: int R0_pixels: int R_analysis_pixels: int Nr_pixels: int gap_pixels: int anguler_range: str f_heating: float focal_shift: float V_DC: float exp_amp_phase_extraction_method: strAncestors
- builtins.dict
Class variables
var Nr_pixels : intvar R0_pixels : intvar R_analysis_pixels : intvar V_DC : floatvar anguler_range : strvar exp_amp_phase_extraction_method : strvar f_heating : floatvar focal_shift : floatvar gap_pixels : intvar rec_name : strvar x0_pixels : intvar y0_pixels : int