-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is FD? #51
Comments
Lines 1020 to 1021 in 2ecdacf
Assuming that
SO it seems all data for XPCS consist of frames. Do we use FD to provide a generic description of both types:
|
@ambarb to research how frame is used here: |
Neither @xmchenGH or I can find where FD is returned or defined as a class. In discussion with @xmchenGH and @afluerasu : One instance of its use (as function argument) pyCHX/pyCHX/chx_correlationc.py Line 425 in 2ecdacf
It looks like it is roughly defined using the Mulitifile class to interpret it. pyCHX/pyCHX/Compress_readerNew.py Line 40 in 2ecdacf
pyCHX/pyCHX/Compress_readerNew.py Line 196 in 2ecdacf
See also for creation and handling NOTE Line 148 in 2ecdacf
|
FD = file descriptor per @afluerasu . FD could represent a hdf5 file (like CHX compressed detector images that are readable). or .imm (APS 8ID) or .edf It was meant to be an object treated like an array from the outside. Concept is agreed upon, we just need to work a little more on the code. |
I see this is a lot of functions, but I am unsure what it is. Seems to be related to detector data.
def pass_FD(FD, n):
https://github.com/ambarb/pyCHX/blob/2ecdacf0dd8496dd8e90bb4975273b59e1d08e26/pyCHX/v2/_commonspeckle/chx_compress.py#L62
The text was updated successfully, but these errors were encountered: