Skip to content
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

[hkl] add lattice to Tardis configuration attributes #42

Open
2 tasks
ambarb opened this issue Nov 20, 2020 · 0 comments
Open
2 tasks

[hkl] add lattice to Tardis configuration attributes #42

ambarb opened this issue Nov 20, 2020 · 0 comments
Assignees

Comments

@ambarb
Copy link
Contributor

ambarb commented Nov 20, 2020

the lattice parameters are part of the tardis object but are not saved with the tardis object's configuration attributes.

It seems we are also saving the calculation energy, but these are crazy units. Pete J has PR to hklpy that adds the wavelength to the configuration attributes which makes more since for calculation in a notebook.

TODO

  • Add lattice parameters to tardis configuration data
  • Add wavelength to tardis configuration data

Currently, db[-1]descriptors[0]["configuration"]["tardis"]["data"]:

['tardis_energy',
 'tardis_UB',
 'tardis_theta_user_offset',
 'tardis_theta_user_offset_dir',
 'tardis_theta_velocity',
 'tardis_theta_acceleration',
 'tardis_theta_motor_egu',
 'tardis_delta_user_offset',
 'tardis_delta_user_offset_dir',
 'tardis_delta_velocity',
 'tardis_delta_acceleration',
 'tardis_delta_motor_egu',
 'tardis_gamma_user_offset',
 'tardis_gamma_user_offset_dir',
 'tardis_gamma_velocity',
 'tardis_gamma_acceleration',
 'tardis_gamma_motor_egu']
@ambarb ambarb self-assigned this Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant