Closed mtazzari closed 6 years ago
Add a warning if dR>dxy/5. It is recommended to have at least 10 points in the central pixel. It should appear when using *Profile() functions and sweep. I will throw an exception at the lowest level, C++.
*Profile()
sweep
Actually, it show throw an exception to ensure the results are scientifically reliable.
Add a warning if dR>dxy/5. It is recommended to have at least 10 points in the central pixel. It should appear when using
*Profile()
functions andsweep
. I will throw an exception at the lowest level, C++.