The _pd_meas.time_of_flight data item is currently defined as having the Integer content type, however, this is in conflict with the historical usage of the item. For instance, the example provided in https://github.com/COMCIFS/Powder_Dictionary/pull/39#issuecomment-1319558773 that was adapted from 3.3.7.1 of IT Vol G. has the value of _pd_meas_time_of_flight set to 750.4. Furthermore, multiple files in the COD also contain real values for this item, take for example an excerpt from COD entry 4001328:
Similarly, the _pd_meas_step_count_time data item is also defined as Integer, though it could potentially take a Real value. However, in this case, the entirety of the COD only contains 4 instances of this data item and all of the values are Integers.
The
_pd_meas.time_of_flight
data item is currently defined as having theInteger
content type, however, this is in conflict with the historical usage of the item. For instance, the example provided in https://github.com/COMCIFS/Powder_Dictionary/pull/39#issuecomment-1319558773 that was adapted from 3.3.7.1 of IT Vol G. has the value of_pd_meas_time_of_flight
set to 750.4. Furthermore, multiple files in the COD also contain real values for this item, take for example an excerpt from COD entry 4001328:Similarly, the
_pd_meas_step_count_time
data item is also defined as Integer, though it could potentially take a Real value. However, in this case, the entirety of the COD only contains 4 instances of this data item and all of the values are Integers.Should:
_pd_meas.time_of_flight
be changed to Real?_pd_meas_step_count_time
be changed to Real?