PyDDM.ddm_calc.generateLogDistributionOfTimeLags

PyDDM.ddm_calc.generateLogDistributionOfTimeLags

generateLogDistributionOfTimeLags(start, stop, numPoints)

This function will generate a logarithmically spaced set of numbers. This is for generating the lag times over which to calculate the intermediate scattering function.

Parameters
  • start (int) – First time delay (usually 1)

  • stop (int) – Last time delay (often 600 or 100 but can be ~20-50 for quick calculations)

  • numPoints – number of time delays (can be 60 for quick calculations)

Returns

  • listOfLagTimes (List[int])- list of numbers from start to stop, logarithmically spaced