pysp2.util.DMTGlobals#

class pysp2.util.DMTGlobals(cal_file_name=None)[source]#

This class stores the default parameters used for particle processing.

Variables:
  • ScatMaxPeakHt1 (int) – The maximum peak value for scattering channel 0.

  • ScatMinPeakHt1 (int) – The minimum peak value for scattering channel 0

  • ScatMaxPeakHt2 (int) – The maximum peak value for scattering channel 4.

  • ScatMinPeakHt2 (int) – The minimum peak value for scattering channel 4

  • ScatMinWidth (int) – The minimum peak width for the scattering channels

  • ScatMaxWidth (int) – The maximum peak width for the scattering channels

  • IncanMinPeakHt1 (int) – The minimum peak height for channel 1

  • IncanMinPeakHt2 (int) – The minimum peak height for channel 5

  • IncanMidWidth (int) – The minimum width for the incadescence channels

  • IncanMaxWidth (int) – The maximum width for the incadescence channels

  • IncanMinPeakPos (int) – The minimum peak position for the incadescence channels.

  • IncanMaxPeakPos (int) – The maximum peak position for the incadescence channels.

  • IncanMinPeakRatio (float) – The minimum peak ch5/ch6 peak ratio.

  • IncanMaxPeakRatio (float) – The maximum peak ch5/ch6 peak ratio.

  • c2Mass1 (c0Mass1, c1Mass1,) – Calibration mass coefficients for ch1

  • c2Mass2 (c0Mass2, c1Mass2,) – Calibration mass coefficients for ch2

  • c2Scat1 (c0Scat1, c1Scat1,) – Calibration scattering coefficients for ch0

  • c2Scat2 (c0Scat2, c1Scat2,) – Calibration scattering coefficients for ch4

  • BC (densitySO4,) – Density of SO4, BC

  • presSTP (tempSTP,) – Temperature [Kelvin] and pressure [hPa] at STP.