-
Notifications
You must be signed in to change notification settings - Fork 40
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
Reducing the number of discs within the 4D output files #6
Comments
This cannot be done at present, but should be straightforward to implement. |
pc494, One suggestion is that you could try is increasing the "pixel size" in both X and Y. The maximum outer scattering angle is set by this parameter. For example, using the default voltage of 80 keV and the default pixel size of 0.1 Angstroms, the max scattering angle is 104.4 millirads. By changing the pixel size to 0.2 Angstroms, this value will change to 52.2 millirads (half). Also your simulation cell is thick enough to produce scattering to fairly high index disks. Your input file looks strange to me:
31 0.0000 0.0000 0.0000 1.000 0.000 The 5th row atom is at (2.825, 2.825, 2.825), while the 1st row atom is at (0,0,0), while the 2nd row is at (0,2.825,2.825), etc. All eight atoms are practically on top of each other for cell dimensions of 2.83 A, due to periodicity. Did you mean for the cell dimensions to be larger? |
Updating Master
Possible now with 4D Cropping options |
Possibly related to #2
I'm keen to reduce the number of discs produced within the simulation (rather than just cropping images) - physically something like a meta parameter for "Camera Length" or "Max Scattering Angle".
Can this be done at present?
Below is an example image and reproducible code to illustrate what I mean.
PP_input .TXT
MWE example of the code:
The text was updated successfully, but these errors were encountered: