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

NXreftof: link target time_binning does not point to a valid location in the definition: #908

Closed
RussBerg opened this issue Mar 29, 2021 · 3 comments

Comments

@RussBerg
Copy link
Contributor

The original contributor needs to update the definition to resolve the issue, options are either remove the link or add a time_binning field in the /NXentry/NXinstrument/NXdetector group.

 <link name="time_binning" target="/NXentry/NXinstrument/NXdetector/time_binning"></link>
@RussBerg
Copy link
Contributor Author

Hi @mkoennecke this is another one you added I think at the same time as NXtas that has the same issue of a non existent field, I would suggest creating the field but i do not know the details it should contain therefore I need your input, thx

@mkoennecke
Copy link
Contributor

This came about by switching to time_of_flight from time_binning. There is now a branch which fixes this. Someone please merge.

@prjemian
Copy link
Contributor

This work appears to have been completed:

<field name="time_of_flight" type="NX_FLOAT"
units="NX_TIME_OF_FLIGHT" axis="3">
<doc>
Array of time values for each bin in a time-of-flight
measurement
</doc>
<dimensions rank="1">
<dim index="1" value="nTOF" />
</dimensions>
</field>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants