You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function to determine statistic on line profile (assumes either peak or erf-profile)
Input:
y: 1D array, the data for analysis
shift: scale for peak presence (0.5 -> peak has to be taller factor 2 above background)
replot: if True, will plot data (if error func) with the fit and peak/cen/com position
logplot: if on, will plot in log scale
x: if not None, give x-data
There are notes in code to @mrakitin .
Is this used in analysis to not have to fit to find the center of a peak?
It seems it was associated with a Bluesky profile file. Is this new one used in bluesky?
What does "ps" mean in this context? peak stats? peak scaling?
Regarding Andi's question - I believe it stands for "peak stats". I recognize some of my code, but not everything. It looks like it is an extended version of the one from BEC.
"ps" is used for different things in the code base.
ps = based on original peak stats ; used in collection environment. may be useful in analysis.
ps =
get_timepixel_data
comment on line 36ps =
get_pvlist_from_post
internal variable that is returnedps =
ps = Poission distribution. Docstring is good. no clarification needed
Instance 1
pyCHX/pyCHX/chx_generic_functions.py
Lines 996 to 1006 in 6e991bb
There are notes in code to @mrakitin .
Is this used in analysis to not have to fit to find the center of a peak?
It seems it was associated with a Bluesky profile file. Is this new one used in bluesky?
What does "ps" mean in this context? peak stats? peak scaling?
Instance 2
show_g12q_aged_g2()
pyCHX/pyCHX/Two_Time_Correlation_Function.py
Lines 599 to 621 in 6e991bb
Instance(s) 3
in
xpcs_timepixel
module in 2 functionspyCHX/pyCHX/xpcs_timepixel.py
Lines 25 to 36 in 6e991bb
"ps" is photon statitisics?
pyCHX/pyCHX/xpcs_timepixel.py
Lines 50 to 72 in 6e991bb
"ps" is photon positions
Instance 4
in
speckle*
modules forfit_xsvs1
. "ps" is Poisson distributionThe text was updated successfully, but these errors were encountered: