This is one of a short string of issues I am opening up after doing some work on the specification document leading up to #28. Should something like `Mono.d_spacing` be ``` Mono.d_spacing = 3.13543 Angstroms ``` That is, should the unit be included. This would allow reasonable (and SI!) things like ``` Mono.d_spacing = 313.543 picometers Mono.d_spacing = 0.313543 nanometers ``` with a unitless number ``` Mono.d_spacing = 3.13543 ``` interpreted as being in Angstroms.