edges_analysis.calibration.labcal.LabCalibration.from_s11_files

classmethod LabCalibration.from_s11_files(calobs: Calibrator | CalibrationObservation, s11_files: str | Path | Sequence[str | Path], **kwargs)[source]

Generate LabCalibration object from files.

Parameters:
  • calobs – The calibration observation with which to calibrate the receiver.

  • s11_files – Either four S1P files that represent the 3 internal standards measurements plus one external match, or a single file in which the S11 has already been calibrated.

Other Parameters:
  • All other parameters are passed to :class:`~s11.AntennaS11`. Includes arguments

  • like ``n_terms``, ``model`` and ``model_delay``.