TeamXenonDuke / xenon-gas-exchange-consortium

0 stars 1 forks source link

Include "**h_radial**" in search for proton scan (GX Pipeline Edition) #72

Closed davidmummy closed 2 months ago

davidmummy commented 2 months ago

In our new twix file naming convention, the .dat file for the UTE comes out as labeled h_radial. However, the Gas Exchange pipeline has not been updated to reflect this.

Suggest we add (not replace) "h_radial" to the list of strings that the code searches for when it looks for the UTE.

See also issue #11 in the MRD converter repo.

Sarahhongqin commented 2 months ago

I added "h_radial" to the UTE file searching list in io_utils.py. Git pull the pipeline, it will work for our new naming twix files.