vvmurthy / RadiationTherapyDecisionSupport

Python Code, MATLAB Original Code and data to benchmark Radiation Therapy Decision Support Algorithm
0 stars 1 forks source link

`np.nan` in azimuth value generation #1

Open vvmurthy opened 6 years ago

vvmurthy commented 6 years ago

Consider the line of code below:

https://github.com/vvmurthy/RadiationTherapyDecisionSupport/blob/ec7dae441d15f07f130b0874f479cc1ad692a3e2/Python/AlgoEngine/sts.py#L63

Why can some azimuth values be np.nan? To investigate this issue, we must try the function with various inputs- I was able to get a np.nan from the server. Then, we must determine what adjustment to the formula is needed in np.nan is a valid answer- if it's not, we must determine why the function is producing np.nan values.

vvmurthy commented 5 years ago

@chinesebug can you investigate this error by trying the function on different inputs? this should help test the function (though I don't know if the IO routines work on the head / neck cancer patient cases - if they don't, can you write IO code for them too?)