VBIndex / py_vb_toolbox

Vogt-Bailey index toolbox in Python
GNU General Public License v3.0
12 stars 12 forks source link

Check that input data is correct for hybrid and non hybrid approach #44

Open paola-g opened 1 year ago

paola-g commented 1 year ago

If a user gives volumetric input and forgets the '-hy' option the error is not particularly meaningful. We could check explicitly that we get a nifti for the hybrid approach and a gifti for the surface approach and give a meaningful error message if format is wrong.