carnisj / bcdi

BCDI: tools for pre(post)-processing Bragg coherent X-ray diffraction imaging data
Other
23 stars 17 forks source link

[FEAT] Interpolation from detector frame to lab/crystal/lab_flat frames #316

Open clatlan opened 1 year ago

clatlan commented 1 year ago

I would like a script that performs the interpolation from the detector frame to any of the lab, crystal or lab_flat frames without processing the phase (no phase ramp removal, no unwrapping, apodization etc.). unlike the bcdi_strain_BCDI.py that already does this but process the data at the same time.

Solution I'd like In summary, I need a script whose input file is a reconstruction file (a mode after pynx mode decomposition or merely a .cxi reconstruction from pynx phase retrieval) and the output a .npz containing a 3D complex object (amplitude + phase) in the desired frame.

carnisj commented 1 year ago

Are you planning to update the function with new setup methods?