-
Notifications
You must be signed in to change notification settings - Fork 3
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
Less information is needed from the user when there is access to the raw data files #36
Comments
1.I suggest that I should get the axis names from the mini header information as it is currently done for the scan info and use those for the axis description as well (maybe ask the user if he want's to keep that?). For the axis stacking I'm not sure how to get that - should this be only suggested from the names of the axes? e.g. omega is the base |
|
How should the detector axes in this context be handled? Right now everything for the detector axes is hard coded: instrument-geometry-info/Tools/imgCIF_Creator/imgCIF_Creator/command_line_interfaces/parser.py Lines 238 to 242 in bc9059e
From the scan extractor of the mini cbf header from instrument-geometry-info/Tools/imgCIF_Creator/imgCIF_Creator/output_creator/imgcif_creator.py Lines 9 to 14 in bc9059e
This identifies hence: Is the distinction between Can there be other names of detector axes? Should there be some possibility to define more / other axes from the user? |
OK, so there are two options: (1) use our predefined list of axis names for the imgCIF, and ignore the names used in the minicbf headers; or (2) do our best to make the names in our imgCIF file match the names found in the miniCBF header. I suggest that if it is not too difficult, option (2) will lead to the behaviour that a user would expect and would make it easier to understand how the imgCIF file relates to the minicbf. Best would be to make it a command-line option (
Note that the
They are different names for the same rotation axis, and it is not a goniometer axis.
Yes, there can be many translation and rotation axes attached to the detector in order to position it in three dimensions. I suggest we don't worry about them until we get a file that actually has them in. The ones that I know of (Diamond, Bruker) emit an imgCIF file directly which is why we haven't needed to include them here. I think the ability to define an arbitrary axis should be provided eventually in the command line, but I don't think it is a priority. |
The original
issue_to_imgcif
tool did not access the raw data. A tool with access to the raw data can:The text was updated successfully, but these errors were encountered: