NSLS-II-CSX / csxtools

Useful python tools for CSX (23-ID)
http://nsls-ii-csx.github.io/csxtools
Other
4 stars 13 forks source link

Separating images by events #7

Closed vivekthampy closed 8 years ago

vivekthampy commented 8 years ago

Right now get_fastccd_images gets the whole stack of images into one numpy array. Think it might be useful to have that broken up by events to plot scans (such as energy scans).

Working on this right now.

stuwilkins commented 8 years ago

Vivek… lets discuss first what we want with @ambarb and @cmazzoli and me before coding.

From: vivekthampy notifications@github.com<mailto:notifications@github.com> Reply-To: NSLS-II-CSX/csxtools reply@reply.github.com<mailto:reply@reply.github.com> Date: Wednesday, January 13, 2016 at 5:24 PM To: NSLS-II-CSX/csxtools csxtools@noreply.github.com<mailto:csxtools@noreply.github.com> Subject: [csxtools] Separating images by events (#7)

Right now get_fastccd_images gets the whole stack of images into one numpy array Think it might be useful to have that broken up by events to plot scans (such as energy scans)

Working on this right now

— Reply to this email directly or view it on GitHubhttps://github.com/NSLS-II-CSX/csxtools/issues/7.

tacaswell commented 8 years ago

There is code for this in csxtools ex https://github.com/NSLS-II-CSX/csxtools/blob/master/csxtools/image_corr.py#L50

and this notebook : https://github.com/NSLS-II-CSX/notebooks/blob/add_csx/23-ID-1/image_correction_basic_xpcs_multitau.ipynb