-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Copying in bits of our email discussion here, since I don't see it publicly documented anywhere, and searching my email is a tragic mess.
currently: ADF is done by post-processing the exit wave to sum over an area of reciprocal space.
proposed: propagate, sum, save sum and throw out the rest, before moving to the next timestep or probe position, and do not cache the full exit wave.
~ current approach may not be intuitive to some (e.g., abTEM allows you to define a detector and then the signal on that detector is calculated as multislice is performed). "how do i calculate an ADF image" "well first you need your full exit waves" might be odd to some. although this is what happens inside the microscope (full wave is propagated, detector sums over a given area)...
~ saving off the full exit wave, just so we can sum over an area of reciprocal space, might be wasteful (disk space, memory usage, etc). although this would limit the ability to reprocess, if that's something people care about (e.g. to change your collection angle, you would need to reslice).
~ one may be interested in different regimes: central few Brillouin zones for TACAW, plus a HAADF image. the ability to do both (sum for ADF, then crop in reciprocal space for efficiency for TACAW) would be nice.